Skip to content

Commit ab0d67a

Browse files
update query name and description
Co-authored-by: Felicity Chapman <felicitymay@github.com>
1 parent f9d5cbf commit ab0d67a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/src/Security/CWE-862/EmptyPasswordInConfigurationFile.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* @name Password in configuration file
3-
* @description Storing unencrypted passwords in configuration files is unsafe.
2+
* @name Empty password in configuration file
3+
* @description Failing to set a password reduces the security of your code.
44
* @kind problem
55
* @problem.severity warning
66
* @security-severity 7.5

0 commit comments

Comments
 (0)