We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3604e09 commit dfceec1Copy full SHA for dfceec1
socketsecurity/core/__init__.py
@@ -123,14 +123,6 @@ def create_sbom_output(self, diff: Diff) -> dict:
123
log.error(result.get("message", "No error message provided"))
124
return {}
125
126
- @staticmethod
127
- def to_case_insensitive_regex(pattern: str) -> str:
128
- """
129
- Converts a pattern to a case-insensitive regex (optional step).
130
- If `pattern` is a glob pattern, this step should be removed.
131
132
- return pattern # Remove if unnecessary
133
-
134
@staticmethod
135
def expand_brace_pattern(pattern: str) -> List[str]:
136
"""
0 commit comments