mirror of
https://github.com/github/codeql.git
synced 2026-03-05 15:16:47 +01:00
7 lines
138 B
Python
7 lines
138 B
Python
# test that enabling local threat-model works end-to-end
|
|
import sys
|
|
import psycopg
|
|
|
|
conn = psycopg.connect(...)
|
|
conn.execute(sys.argv[1])
|