File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
java/ql/src/experimental/Security/CWE/CWE-548 Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * @id java/j2ee-server-directory-listing
3
2
* @name Inappropriately exposed directories and files yielding sensitive information like source code and credentials to attackers.
4
3
* @description A directory listing provides an attacker with the complete index of all the resources located inside of the complete web directory.
5
4
* @kind problem
5
+ * @id java/dir-listing
6
6
* @tags security
7
7
* external/cwe-548
8
8
*/
@@ -39,4 +39,5 @@ class DirectoryListingInitParam extends WebXMLElement {
39
39
40
40
from DirectoryListingInitParam initp
41
41
where initp .isListingEnabled ( )
42
- select initp , "Directory listing should be disabled to mitigate filename and path disclosure"
42
+ select initp , "Directory listing should be disabled to mitigate filename and path disclosure"
43
+
You can’t perform that action at this time.
0 commit comments