@lewdthewides Wait what the fuck? https://en.wikipedia.org/wiki/2023_MOVEit_data_breach#Methodology
How in the hell do you still have #SQLInjection vulnerable frontends in this day and age in government-used systems? Has no one heard of #PreparedQueries / #PreparedStatements (yay type-safety) and #StoredProcedures? What, did they hire some intern with no supervision for writing a high-liability system?
#sqlinjection #preparedqueries #storedprocedures #sql #sqli #preparedstatements
RT igor_os777: Preventing SQL injection attacks with prepared statements in MySQL http://dlvr.it/Slj0zR #Security #MySQL #PHP #PreparedStatements #SQL
#security #mysql #php #preparedstatements #SQL
@mikebabcock @Di4na @alex The worst part is that while #PreparedStatements aren't in the #SQL standard (as far as I can tell), pretty much every single SQL #DBMS has supported them in the last two decades.
#preparedstatements #sql #dbms