Files
HellionChat/.gitea/workflows
JonKazama-Hellion 03da6d58a4
Security / scan (push) Successful in 14s
ci: fix semgrep rule ID for csharp-sqli exclusion
Semgrep rule IDs follow the pattern <pack>.<rule>. The pack name is
csharp.lang.security.sqli.csharp-sqli and the rule inside it is also
called csharp-sqli, so the full ID needs the trailing .csharp-sqli
again. Without it the exclude flag silently filters a different
subset of rules and the actual rule still runs.
2026-05-09 12:08:08 +02:00
..