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

Optimize AzureStorageKeyDetector performance #214

Merged
merged 4 commits into from
May 12, 2024

Conversation

tronxd
Copy link

@tronxd tronxd commented May 9, 2024

  • Please check if the PR fulfills these requirements
  • Tests for the changes have been added
  • Docs have been added / updated
  • All CI checks are green
  • What kind of change does this PR introduce?

Save many calls to the re.search function by eliminating strings which don't contain the static part of the tested regex

  • What is the current behavior?
  • What is the new behavior (if this is a feature change)?

  • Does this PR introduce a breaking change?

  • Other information:

@tronxd tronxd merged commit e11a4e3 into master May 12, 2024
17 checks passed
@tronxd tronxd deleted the optimize_azure_storage_key_detector branch May 12, 2024 07:18
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.

3 participants