Files
2026-06-19 12:22:40 +01:00

7 lines
148 B
Python

# test that enabling local threat-model works end-to-end
import sys
import psycopg
conn = psycopg.connect(...)
conn.execute(sys.argv[1]) # $ Alert