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

Support for XML secrets in Keyword plugin #447

Closed
wants to merge 2 commits into from
Closed

Support for XML secrets in Keyword plugin #447

wants to merge 2 commits into from

Conversation

pablosnt
Copy link
Contributor

@pablosnt pablosnt commented Apr 9, 2021

This Pull Request introduces some regex in the KeywordDetector plugin to detect secrets in XML files. The are a lot of situations where a secret can be hardcoded in a XML file, I think that this regexes will detect secrets in the most of them.

I know that in other Pull Request, we talked with @domanchi about create a XML transformer to perform this secrets detection, but I think that it will be more complex than YAML transformer and we have to analyze what is the better approach to implement it, to get the best result as possible. We will keep it in mind for future optimizations, but now I think that this standard regexes in the Keyword plugin could achieve a good performance.

I hope you will like it!

This pull request was closed.
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