code wiki / _hdl_build / nx_meet_http_gate.nx

nx_meet_http_gate.nx

buildroot/runtime/_hdl_build/nx_meet_http_gate.nx

5230 B68 linesdepth 7pulls 9 transitivereach 0 importersview sourcekind gate/prooftopic meet
docsdependenciesstructsconstsfunctions

about

nx_meet_http_gate.nx -- liar-kill gate for P2's live-route brain. Feeds fixture HTTP requests through meet_http_handle and asserts: a clean apply POST is parsed + url-decoded + SCREENED + persisted (200 + thanks), a honeypot-filled POST and an AI-slop POST are FLAGGED, a /request-talent POST routes to hire + SCREENED, a GET is refused (405), and a %0D%0A URL-encoded CRLF injection is stripped in the PERSISTED record. expect_exit: 0

dependencies 5 imports · 0 importers

nx_syscalls.nx nx_meet_lib.nx nx_meet_curate.nx nx_meet_http.nx nx_meet_store.nx nx_meet_http_gate.nx

imports: nx_syscalls.nxnx_meet_lib.nxnx_meet_curate.nxnx_meet_http.nxnx_meet_store.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main mputs sys_write mlen sys_mmap meet_http_handle http_is_post mcat http_path_is mlen ↻ http_body_off sys_mmap ↻ form_get mlen ↻ url_decode hx curate_screen_posting mlen ↻ trust_is_ghost_posting trust_posting_score mlen ↻ sys_mmap ↻ trust_lc trust_has mlen ↻ trust_has_digit curate_screen_resume mlen ↻ trust_is_fake_resume trust_resume_score mlen ↻ sys_mmap ↻ trust_lc ↻ trust_has ↻ trust_has_digit ↻ rec_field mcat ↻ meet_san curate_state_name meet_store_put

structs

none

consts

none

functions

11func has(hay: *u8, n: i64, needle: *u8) -> i64
called by 2: stored_hasmain calls 1: mlen
17func slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n }
called by 1: main
19func stored_has(id: *u8, needle: *u8) -> i64
called by 1: main calls 3: sys_mmapmeet_store_gethas
26func main() -> i64