squash migrations - #520
Merged
Merged
Sourcery AI / Sourcery review
failed
Jul 29, 2026 in 38s
❌ Found 52 blocking security issues
Sourcery found 52 blocking security issues:
migrations/0000-squashed-current-7f2e4a.py:230-234- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:239-243- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:682-685- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:690-692- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:713- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:715- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:717- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:720- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:929-937- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:938-947- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:949-958- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:962-965- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:966-969- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:971-974- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:982-990- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:991-1000- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1002-1011- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1015-1018- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1019-1022- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1024-1027- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1070-1078- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1108-1111- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1113-1116- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1124-1132- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1133-1142- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1144-1153- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1157-1160- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1161-1164- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1166-1169- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1177-1185- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1187-1196- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1200-1203- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1205-1208- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1288-1296- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1298-1307- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1311-1314- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1316-1319- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1327-1335- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1337-1346- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1350-1353- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1355-1358- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1366-1374- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1378-1381- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1383-1386- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1442-1449- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1450-1458- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1467-1470- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1471-1473- #520 (comment)migrations/0000-squashed-current-7f2e4a.py:1502-1509- Avoiding SQL string concatenation: untrusted input concatenated with raw SQL query can result in SQL Injection. In order to execute raw query safely, prepared statement should be used. SQLAlchemy provides TextualSQL to easily used prepared statement with named parameters. For complex SQL composition, use SQL Expression Language or Schema Definition Language. In most cases, SQLAlchemy ORM will be a better option.migrations/0000-squashed-current-7f2e4a.py:1510-1518- Avoiding SQL string concatenation: untrusted input concatenated with raw SQL query can result in SQL Injection. In order to execute raw query safely, prepared statement should be used. SQLAlchemy provides TextualSQL to easily used prepared statement with named parameters. For complex SQL composition, use SQL Expression Language or Schema Definition Language. In most cases, SQLAlchemy ORM will be a better option.migrations/0000-squashed-current-7f2e4a.py:1527-1530- Avoiding SQL string concatenation: untrusted input concatenated with raw SQL query can result in SQL Injection. In order to execute raw query safely, prepared statement should be used. SQLAlchemy provides TextualSQL to easily used prepared statement with named parameters. For complex SQL composition, use SQL Expression Language or Schema Definition Language. In most cases, SQLAlchemy ORM will be a better option.migrations/0000-squashed-current-7f2e4a.py:1531-1533- Avoiding SQL string concatenation: untrusted input concatenated with raw SQL query can result in SQL Injection. In order to execute raw query safely, prepared statement should be used. SQLAlchemy provides TextualSQL to easily used prepared statement with named parameters. For complex SQL composition, use SQL Expression Language or Schema Definition Language. In most cases, SQLAlchemy ORM will be a better option.
Loading