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 comma as operator for GenerateSemiGenericRegex #1679

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rmdwe
Copy link

@rmdwe rmdwe commented Dec 24, 2024

Description:

In some cases we may accidentally add secrets in configuration like this:

System.setProperty("ARTIFACTORY_TOKEN", "<SECRET>")

Which caused a security incident our enterprise codebases.

That's why we want to add the comma , , which haven't included as an operator, this pr aims to add comma as an operator for secret detection.

Checklist:

  • Does your PR pass tests?
  • Have you written new tests for your changes?
  • Have you lint your code locally prior to submission?

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