Metadata update

This commit is contained in:
Bt2018
2020-06-23 10:34:28 -04:00
committed by GitHub
parent 89260d6f8a
commit fffc88ea5b

View File

@@ -1,8 +1,8 @@
/**
* @name Inappropriately exposed directories and files yielding sensitive information like source code and credentials to attackers.
* @description A directory listing provides an attacker with the complete index of all the resources located inside of the complete web directory.
* @name Directories and files exposure
* @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.
* @kind problem
* @id java/dir-listing
* @id java/server-directory-listing
* @tags security
* external/cwe-548
*/