File: 2024_0363.sql

package info (click to toggle)
rust-sqlx 0.8.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,744 kB
  • sloc: sql: 335; python: 268; sh: 71; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 244 bytes parent folder | download
1
2
3
4
-- https://rustsec.org/advisories/RUSTSEC-2024-0363.html
-- https://github.com/launchbadge/sqlx/issues/3440
CREATE TABLE injection_target(id BIGSERIAL PRIMARY KEY, message TEXT);
INSERT INTO injection_target(message) VALUES ('existing value');