-
Notifications
You must be signed in to change notification settings - Fork 26
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
Simplify Repo File Parsing #167
Conversation
|
Findings | ||
---|---|---|
G304: File path provided as taint input The software does not properly neutralize special elements within the pathname. Potential file inclusion via variable |
||
📘 Learn More Line 126 in c395178
|
||
G304: File path provided as taint input The software does not properly neutralize special elements within the pathname. Potential file inclusion via variable |
||
📘 Learn More Line 89 in c395178
|
Not a finding? Ignore it by adding a comment on the line with just the word noboost
.
Scanner: boostsecurity - BoostSecurity gosec
…alk loop to read all the workflows
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some improvements to regexes needed
Simplifies parsing by walking files only once. Fixes #161