Skip to content

Commit 708890a

Browse files
committed
Java: Add a change note for java/suspicious-date-format.
1 parent 8814629 commit 708890a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

change-notes/1.24/analysis-java.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The following changes in version 1.24 affect Java analysis in all applications.
1111
| **Query** | **Tags** | **Purpose** |
1212
|-----------------------------|-----------|--------------------------------------------------------------------|
1313
| Failure to use HTTPS or SFTP URL in Maven artifact upload/download (`java/maven/non-https-url`) | security, external/cwe/cwe-300, external/cwe/cwe-319, external/cwe/cwe-494, external/cwe/cwe-829 | Finds use of insecure protocols during Maven dependency resolution. Results are shown on LGTM by default. |
14+
| Suspicious date format (`java/suspicious-date-format`) | correctness | Finds date format patterns that use placeholders that are likely to be incorrect. |
1415

1516
## Changes to existing queries
1617

0 commit comments

Comments
 (0)