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

Path traversal and Xpath injection detectors should use taint analysis #97

Closed
formanek opened this issue Sep 18, 2015 · 0 comments · Fixed by #115
Closed

Path traversal and Xpath injection detectors should use taint analysis #97

formanek opened this issue Sep 18, 2015 · 0 comments · Fixed by #115
Labels
enhancement New feature or improvement to existing detector.

Comments

@formanek
Copy link
Contributor

Current implementations use OpcodeStackDetector, which has very weak analysis for avoiding false positives. Creating taint detectors for these kinds of injection should be easy, especially after implementing #96.

@h3xstream h3xstream added the enhancement New feature or improvement to existing detector. label Sep 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing detector.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants