mirror of
https://github.com/github/codeql.git
synced 2026-06-01 20:00:14 +02:00
17 lines
350 B
XML
17 lines
350 B
XML
<!DOCTYPE qhelp PUBLIC
|
|
"-//Semmle//qhelp//EN"
|
|
"qhelp.dtd">
|
|
<qhelp>
|
|
<overview>
|
|
<p>The use of an empty string as a password in a configuration file is not secure.</p>
|
|
|
|
</overview>
|
|
<recommendation>
|
|
<p>Choose a strong password and encrypt it if it has to be stored in a configuration file.</p>
|
|
|
|
</recommendation>
|
|
<references>
|
|
|
|
</references>
|
|
</qhelp>
|