We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f3936 commit 3b4cf52Copy full SHA for 3b4cf52
1 file changed
vulnerabilities/pipelines/v2_importers/fireeye_importer_v2.py
@@ -154,7 +154,7 @@ def matcher_url(ref) -> str:
154
"""
155
Returns URL of the reference markup from reference url in Markdown format
156
157
- markup_regex = "\[([^\[]+)]\(\s*(http[s]?://.+)\s*\)"
+ markup_regex = r"\[([^\[]+)]\(\s*(http[s]?://.+)\s*\)"
158
matched_markup = re.findall(markup_regex, ref)
159
if matched_markup:
160
return matched_markup[0][1]
0 commit comments