1
0
mirror of https://github.com/tiyn/stud.ip-crawler.git synced 2026-02-22 06:34:48 +01:00

database: included sqlite and parameter substitution

Before we used insecure python variables to assemble a query string.
Now we use the DB-APIs parameter subtitution.
pymysqlite was switched for sqlite due to being included in python.
This commit is contained in:
TiynGER
2020-11-17 12:48:46 +01:00
parent 371c4f5064
commit 2fc3a1c38f
2 changed files with 7 additions and 8 deletions

View File

@@ -1,2 +1 @@
pysqlite3==0.4.3
requests==2.24.0