C#: Allow encryption- prefix for sinks in CsvValidation.

This commit is contained in:
Michael Nebel
2022-07-18 14:32:31 +02:00
parent 57ba0c4e5d
commit 6603024488

View File

@@ -377,6 +377,7 @@ module CsvValidation {
exists(string row, string kind | sinkModel(row) |
kind = row.splitAt(";", 7) and
not kind = ["code", "sql", "xss", "remote", "html"] and
not kind.matches("encryption-%") and
msg = "Invalid kind \"" + kind + "\" in sink model."
)
or