mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
397 B
397 B
0.8.2
Minor Analysis Improvements
- java/summary/lines-of-code now gives the total number of lines of Java and Kotlin code, and is the only query tagged
lines-of-code. java/summary/lines-of-code-java and java/summary/lines-of-code-kotlin give the per-language counts. - The query
java/spring-disabled-csrf-protectionhas been improved to detect more ways of disabling CSRF in Spring.