Skip to content

Commit

Permalink
Merge pull request github#2526 from yo-h/java-change-note-netty
Browse files Browse the repository at this point in the history
Java: add change note for `java/netty-http-response-splitting`
  • Loading branch information
felicitymay authored Dec 13, 2019
2 parents 73446ea + 32f146f commit 54a7b89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions change-notes/1.23/analysis-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The following changes in version 1.23 affect Java analysis in all applications.
| **Query** | **Tags** | **Purpose** |
|-----------------------------|-----------|--------------------------------------------------------------------|
| Continue statement that does not continue (`java/continue-in-false-loop`) | correctness | Finds `continue` statements in `do { ... } while (false)` loops. Results are shown on LGTM by default. |
| Disabled Netty HTTP header validation (`java/netty-http-response-splitting`) | security, external/cwe/cwe-113 | Finds response-splitting vulnerabilities due to Netty HTTP header validation being disabled. Results are shown on LGTM by default. |

## Changes to existing queries

Expand Down

0 comments on commit 54a7b89

Please sign in to comment.