mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Rename sink kind to "credentials-password" to match naming convention
This commit is contained in:
@@ -3,10 +3,10 @@ extensions:
|
||||
pack: codeql/java-all
|
||||
extensible: sinkModel
|
||||
data:
|
||||
- ["javax.sql", "ConnectionPoolDataSource", False, "getPooledConnection", "(String,String)", "", "Argument[1]", "credential-password", "manual"]
|
||||
- ["javax.sql", "DataSource", False, "getConnection", "(String,String)", "", "Argument[1]", "credential-password", "manual"]
|
||||
- ["javax.sql", "RowSet", False, "setPassword", "(String)", "", "Argument[0]", "credential-password", "manual"]
|
||||
- ["javax.sql", "XADataSource", False, "getXAConnection", "(String,String)", "", "Argument[1]", "credential-password", "manual"]
|
||||
- ["javax.sql", "ConnectionPoolDataSource", False, "getPooledConnection", "(String,String)", "", "Argument[1]", "credentials-password", "manual"]
|
||||
- ["javax.sql", "DataSource", False, "getConnection", "(String,String)", "", "Argument[1]", "credentials-password", "manual"]
|
||||
- ["javax.sql", "RowSet", False, "setPassword", "(String)", "", "Argument[0]", "credentials-password", "manual"]
|
||||
- ["javax.sql", "XADataSource", False, "getXAConnection", "(String,String)", "", "Argument[1]", "credentials-password", "manual"]
|
||||
- ["javax.sql", "ConnectionPoolDataSource", False, "getPooledConnection", "(String,String)", "", "Argument[0]", "credential-username", "manual"]
|
||||
- ["javax.sql", "DataSource", False, "getConnection", "(String,String)", "", "Argument[0]", "credential-username", "manual"]
|
||||
- ["javax.sql", "XADataSource", False, "getXAConnection", "(String,String)", "", "Argument[0]", "credential-username", "manual"]
|
||||
|
||||
Reference in New Issue
Block a user