Files
codeql/csharp/ql/integration-tests/all-platforms/blazor/htmlSinks.ql
2025-01-07 22:57:23 -05:00

8 lines
193 B
Plaintext

import semmle.code.csharp.security.dataflow.flowsinks.Html
from HtmlSink sink, File f
where
sink.getLocation().getFile() = f and
(f.fromSource() or f.getExtension() = "razor")
select sink