Skip to content

Commit 53cb30d

Browse files
Jami CogswellJami Cogswell
authored andcommitted
Java: update metadata, move from CWE-016 to CWE-200
1 parent 6fe7c7a commit 53cb30d

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

java/ql/src/Security/CWE/CWE-016/SpringBootActuators.ql renamed to java/ql/src/Security/CWE/CWE-200/SpringBootActuators.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
* or even to remote code execution.
55
* @kind problem
66
* @problem.severity error
7+
* @security-severity 6.5
78
* @precision high
89
* @id java/spring-boot-exposed-actuators
910
* @tags security
10-
* experimental
11-
* external/cwe/cwe-16
11+
* external/cwe/cwe-200
1212
*/
1313

1414
import java
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
//semmle-extractor-options: --javac-args -cp ${testdir}/../../../stubs/springframework-5.3.8
1+
//semmle-extractor-options: --javac-args -cp ${testdir}/../../../../../../stubs/springframework-5.3.8

0 commit comments

Comments
 (0)