fix(rust): Update naming of the DB source

This commit is contained in:
Mathew Payne
2025-02-07 11:10:43 +00:00
committed by GitHub
parent 5c656412d1
commit be883ad4cc

View File

@@ -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 = ""
)