Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add function for generating Scenario sitemap Markdown #25

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

obsidianforensics
Copy link
Contributor

No description provided.

@@ -632,7 +655,7 @@

for step in analysis["steps"]:
analysis_step_types.add(step["type"])
m = re.findall(r"\{.*?\}", step["value"])
m = re.findall(r"\{[A-z0-9_ -]{2,}?\}", step["value"])

Check warning

Code scanning / CodeQL

Overly permissive regular expression range Medium

Suspicious character range that is equivalent to [A-Z\[\\]^_`a-z].
@obsidianforensics obsidianforensics merged commit 634f9f9 into main Jun 27, 2024
6 checks passed
@obsidianforensics obsidianforensics deleted the scenario-sitemap branch June 27, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant