We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
csv
defusedcsv
1 parent ba948f9 commit d0b5219Copy full SHA for d0b5219
4 files changed
requirements.txt
@@ -1 +1,2 @@
1
+defusedcsv==2.0.0
2
requests==2.28.1
src/code_scanning.py
@@ -1,7 +1,7 @@
# This holds all the things that do stuff for code scanning API
3
# Imports
4
-import csv
+from defusedcsv import csv
5
import requests
6
7
src/enterprise.py
# This holds all the logic for the various enterprise differences.
from time import sleep
src/secret_scanning.py
# This holds all the things that do stuff for secret scanning API
0 commit comments