Any plans to support JSP? #17646
Answered
by
aibaars
slominskir
asked this question in
Q&A
|
It appears codeql doesn't currently detect Java Server Pages (JSP) Reflected Cross Site Scripting vulnerabilities. Any plans to support it? Rule may roughly involve looking for
|
Answered by
aibaars
Oct 3, 2024
Replies: 1 comment
|
Thanks for your question. There has been some work on JSP support in the past, but I don't think it has become a fully supported feature. If you're curious you could try running CodeQL with the environment variable |
0 replies
Answer selected by
slominskir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for your question. There has been some work on JSP support in the past, but I don't think it has become a fully supported feature.
If you're curious you could try running CodeQL with the environment variable
CODEQL_EXTRACTOR_JAVA_JSP=true. Note that experimental features should typically be avoided for production use.codeql/java/ql/integration-tests/java/java-web-jsp/test.py
Line 3 in f7db47b