mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
fix(rust): Update naming of the DB source
This commit is contained in:
@@ -15,10 +15,10 @@ module PostgresTest implements TestSig {
|
||||
value = ""
|
||||
)
|
||||
or
|
||||
exists(ModeledDatabaseSource sink |
|
||||
location = sink.getLocation() and
|
||||
exists(ModeledDatabaseSource source |
|
||||
location = source.getLocation() and
|
||||
location.getFile().getBaseName() != "" and
|
||||
element = sink.toString() and
|
||||
element = source.toString() and
|
||||
tag = "database-read" and
|
||||
value = ""
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user