Rename sink kind to "credentials-password" to match naming convention

This commit is contained in:
Ed Minnix
2023-09-03 21:41:36 -04:00
parent 3ee0fa9bc4
commit 0612b3795a
36 changed files with 127 additions and 127 deletions

View File

@@ -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"]