mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Enhance the check for embedded passwords
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
| applicationContext.xml:9:3:9:48 | name=password | Plaintext password in configuration file. |
|
||||
| context.xml:4:2:8:50 | password=1234 | Plaintext password in configuration file. |
|
||||
| custom-config.xml:3:2:3:137 | value=server=myoracle.example.com;port=1521;database=testdb;username=root;password=test1234 | Plaintext password in configuration file. |
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<db-connections>
|
||||
<db-connection name="oracleServerConn" value="server=myoracle.example.com;port=1521;database=testdb;username=root;password=test1234" />
|
||||
</db-connections>
|
||||
Reference in New Issue
Block a user