Java: update write-file sink kind to file-system-store

This commit is contained in:
Jami Cogswell
2023-05-30 13:03:51 -04:00
parent ac8d985a63
commit eb1a8e2189
9 changed files with 33 additions and 34 deletions

View File

@@ -252,7 +252,7 @@ bindingset[kind]
predicate isRelevantSinkKind(string kind) {
not kind = "log-injection" and
not kind.matches("regex-use%") and
not kind = "write-file"
not kind = "file-content-store"
}
/**