Skip to content

Commit 09ba20a

Browse files
Jami CogswellJami Cogswell
authored andcommitted
Java: adjust metadata and alert msg
1 parent 50f1b3f commit 09ba20a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/**
2-
* @name Insecure Spring Boot Actuator Configuration
3-
* @description Exposed Spring Boot Actuator through configuration files without declarative or procedural
4-
* security enforcement leads to information leak or even remote code execution.
2+
* @name Exposed Spring Boot actuators in configuration file
3+
* @description Exposing Spring Boot actuators through configuration files may lead to information leak from
4+
* the internal application, or even to remote code execution.
55
* @kind problem
66
* @problem.severity error
7+
* @security-severity 6.5
78
* @precision high
8-
* @id java/insecure-spring-actuator-config
9+
* @id java/spring-boot-exposed-actuators-config
910
* @tags security
10-
* experimental
11-
* external/cwe/cwe-016
11+
* external/cwe/cwe-200
1212
*/
1313

1414
import java
@@ -21,5 +21,5 @@ where
2121
// TODO: remove pom; for debugging versions
2222
d = pom.getADependency()
2323
select d,
24-
"Insecure $@ of Spring Boot Actuator exposes sensitive endpoints (" +
24+
"Insecure Spring Boot actuator $@ exposes sensitive endpoints (" +
2525
pom.getParentElement().getVersionString() + ").", jpOption, "configuration"

0 commit comments

Comments
 (0)