Any plans to support JSP? #17646
-
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
|
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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