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

Feat improve performance scan multiline #78

Merged
merged 2 commits into from
Dec 26, 2022

Conversation

mpast
Copy link
Owner

@mpast mpast commented Dec 26, 2022

  • Improve performance (drastically) scanning every file instead of looping every line
  • Use multiline patterns
  • Minor changes in scan UI

elif (p.id == 9):
type = 'URL'
try:
if "schemas.android.com" in line:

Check failure

Code scanning / CodeQL

Incomplete URL substring sanitization

The string [schemas.android.com](1) may be at an arbitrary position in the sanitized URL.
@mpast mpast merged commit 21d4029 into main Dec 26, 2022
@mpast mpast deleted the feat-improve-performance-scan-multiline branch December 26, 2022 20:08
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.

None yet

1 participant