Skip to content

Commit 77c2b43

Browse files
committed
Add change note and severity score
1 parent d58bb47 commit 77c2b43

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

java/ql/src/Security/CWE/CWE-295/InsecureTrustManager.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* @description Trusting all certificates allows an attacker to perform a machine-in-the-middle attack.
44
* @kind path-problem
55
* @problem.severity error
6+
* @security-severity 7.5
67
* @precision high
78
* @id java/insecure-trustmanager
89
* @tags security
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: newQuery
3+
---
4+
* The query "`TrustManager` that accepts all certificates" (`java/insecure-trustmanager`) has been promoted from experimental to the main query pack. Its results will now appear by default. This query was originally [submitted as an experimental query by @intrigus-lgtm](https://github.com/github/codeql/pull/4879).

0 commit comments

Comments
 (0)