diff --git a/java/ql/examples/snippets/emptyblock.ql b/java/ql/examples/snippets/emptyblock.ql index 72efe38865b4..80d3730cc07a 100644 --- a/java/ql/examples/snippets/emptyblock.ql +++ b/java/ql/examples/snippets/emptyblock.ql @@ -5,6 +5,7 @@ * @tags empty * block * statement + * example */ import java diff --git a/java/ql/src/README.md b/java/ql/src/README.md new file mode 100644 index 000000000000..345e6aef7132 --- /dev/null +++ b/java/ql/src/README.md @@ -0,0 +1 @@ +Test diff --git a/java/ql/src/experimental/Security/CWE/CWE-016/SpringBootActuators.qhelp b/java/ql/src/experimental/Security/CWE/CWE-016/SpringBootActuators.qhelp index 53ee653aaff3..c950196363d3 100644 --- a/java/ql/src/experimental/Security/CWE/CWE-016/SpringBootActuators.qhelp +++ b/java/ql/src/experimental/Security/CWE/CWE-016/SpringBootActuators.qhelp @@ -3,7 +3,7 @@ "qhelp.dtd"> -

Spring Boot includes a number of additional features called actuators that let you monitor +

Spring Boot includes a number of additional features called actuators that let you monitor and interact with your web application. Exposing unprotected actuator endpoints via JXM or HTTP can, however, lead to information disclosure or even to remote code execution vulnerability.