We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11fc23b + 9034b03 commit a0481bdCopy full SHA for a0481bd
java/ql/src/experimental/Security/CWE/CWE-016/InsecureSpringActuatorConfig.ql
@@ -3,6 +3,8 @@
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.
5
* @kind problem
6
+ * @problem.severity error
7
+ * @precision high
8
* @id java/insecure-spring-actuator-config
9
* @tags security
10
* external/cwe-016
0 commit comments