@[email protected] to Programmer [email protected]English • 2 years agoLMAO THEY GOT BUSTEDlemmy.mlimagemessage-square96fedilinkarrow-up1752arrow-down124
arrow-up1728arrow-down1imageLMAO THEY GOT BUSTEDlemmy.ml@[email protected] to Programmer [email protected]English • 2 years agomessage-square96fedilink
minus-squareEnitonilinkfedilinkEnglish21•2 years agoThey should use parameterized queries, not sanitization.
minus-square@3rdBlueWizardlinkEnglish2•2 years agoTechnically, a parameterized query is just doing sanitization for you. Or does escaping not count as sanitizing? Although nothing wrong with sanitizing yourself then using parameterized queries. Never know if the API has a bug.
They should use parameterized queries, not sanitization.
Technically, a parameterized query is just doing sanitization for you. Or does escaping not count as sanitizing?
Although nothing wrong with sanitizing yourself then using parameterized queries. Never know if the API has a bug.