We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7642b43 commit 89260d6Copy full SHA for 89260d6
1 file changed
java/ql/src/experimental/Security/CWE/CWE-548/InsecureDirectoryConfig.ql
@@ -40,4 +40,3 @@ class DirectoryListingInitParam extends WebXMLElement {
40
from DirectoryListingInitParam initp
41
where initp.isListingEnabled()
42
select initp, "Directory listing should be disabled to mitigate filename and path disclosure"
43
-
0 commit comments