SQL Injection¶
OWASP Foundation. SQL Injection.
Cited by¶
1 citation across 1 artifact.
Each citation links to the sentence it supports in the citing article.
Primes¶
- Equivocation
- Law and contract — a term of art ("consideration," "delivery," "reasonable") used in one sense in a precedent and another in the case at hand, or an "indemnify" clause meaning one thing to the drafter and another to the court. Software and types — a variable holding bytes in one module and items in another; SQL injection exploiting a character parsed as data in one stage and syntax in another; a unit mismatch causing a spacecraft loss.
This sourceOWASP Community. Documents SQL injection as the insertion of SQL commands into data-plane input: a character/string interpreted as data at one stage and as executable SQL syntax at another — a referent shift across a processing pipeline, mitigated by parameterized queries that keep data and syntax separate.
- Law and contract — a term of art ("consideration," "delivery," "reasonable") used in one sense in a precedent and another in the case at hand, or an "indemnify" clause meaning one thing to the drafter and another to the court. Software and types — a variable holding bytes in one module and items in another; SQL injection exploiting a character parsed as data in one stage and syntax in another; a unit mismatch causing a spacecraft loss.
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Registry ID ref:7ef6ff9d2afb · see in the full table