Allow MaD barriers relating to ExternalLocationSink

This commit is contained in:
Owen Mansel-Chan
2026-01-09 11:24:55 +00:00
parent 004d40ee93
commit b30bc5ea44
3 changed files with 13 additions and 0 deletions

View File

@@ -126,3 +126,11 @@ class LocalFileOutputSink extends ExternalLocationSink {
)
}
}
/**
* A sanitizer for writing data to locations that are external to the
* application, defined through Models as Data.
*/
class ExternalLocationSanitizer extends DataFlow::Node {
ExternalLocationSanitizer() { barrierNode(this, "file-content-store") }
}