Skip to content

Commit 89260d6

Browse files
committed
Fix ending line error
1 parent 7642b43 commit 89260d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/ql/src/experimental/Security/CWE/CWE-548/InsecureDirectoryConfig.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@ class DirectoryListingInitParam extends WebXMLElement {
4040
from DirectoryListingInitParam initp
4141
where initp.isListingEnabled()
4242
select initp, "Directory listing should be disabled to mitigate filename and path disclosure"
43-

0 commit comments

Comments
 (0)