nx_cms_sanitize_probe_gate.nx
buildroot/runtime/nx_cms_sanitize_probe_gate.nx
about
nx_cms_sanitize_probe_gate.nx -- isolates ONE question: what does hs_sanitize DO to the exact
payload nx_cms_gate posts? Row 09 said benign <b> did not survive; the renderer is provably
correct (keys ending _html emit verbatim) and hs_sanitize's own KATs are 20/20, so the remaining
suspect is this specific shape: a stripped <script> IMMEDIATELY followed by an allowed tag.
Prints the actual bytes rather than asserting a theory. license_tier: ORIGINAL expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_gate_verdict.nxnx_html_sanitize.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 9 | func pr_len(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: main |
| 11 | func main() -> i64 |