Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fffc88e

Browse files
authored
Metadata update
1 parent 89260d6 commit fffc88e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
2-
* @name Inappropriately exposed directories and files yielding sensitive information like source code and credentials to attackers.
3-
* @description A directory listing provides an attacker with the complete index of all the resources located inside of the complete web directory.
2+
* @name Directories and files exposure
3+
* @description A directory listing provides an attacker with the complete index of all the resources located inside of the complete web directory, which could yield files containing sensitive information like source code and credentials to the attacker.
44
* @kind problem
5-
* @id java/dir-listing
5+
* @id java/server-directory-listing
66
* @tags security
77
* external/cwe-548
88
*/

0 commit comments

Comments
 (0)