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 11/**
2- * @id java/j2ee-server-directory-listing
32 * @name Inappropriately exposed directories and files yielding sensitive information like source code and credentials to attackers.
43 * @description A directory listing provides an attacker with the complete index of all the resources located inside of the complete web directory.
54 * @kind problem
5+ * @id java/dir-listing
66 * @tags security
77 * external/cwe-548
88 */
@@ -39,4 +39,5 @@ class DirectoryListingInitParam extends WebXMLElement {
3939
4040from DirectoryListingInitParam initp
4141where 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