Release preparation for version 2.15.2

This commit is contained in:
github-actions[bot]
2023-10-30 11:05:53 +00:00
parent c4521a30aa
commit 4641990021
151 changed files with 392 additions and 175 deletions

View File

@@ -0,0 +1,6 @@
## 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-protection` has been improved to detect more ways of disabling CSRF in Spring.