انضم إلى نوستر
2025-07-02 19:37:14 UTC
in reply to

Wolf480pl on Nostr: no i mean If instead of parsing it once, checking the parsed form, and then ...

no i mean

If instead of parsing it once, checking the parsed form, and then immediately using it, or, alternatively, serializing it into a fresh file that contains only verified data and can be used later

If instead of doing that you parse the input file at two different times, once to check and once to use

That's called TOCTOU, right?