We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f7e5e commit 337c357Copy full SHA for 337c357
.ci/run-safety.sh
@@ -12,6 +12,8 @@
12
# 51549: No call path from relate to mpmathify
13
# 51499: Not calling wheel in a safety-related manner
14
# 51457: not calling py in a safety-related manner
15
+# 65213: nonsense according to
16
+# https://github.com/pyca/pyopenssl/issues/1300
17
poetry run safety check \
18
-i 38678 \
19
-i 39253 \
@@ -25,4 +27,5 @@ poetry run safety check \
25
27
-i 51549 \
26
28
-i 51499 \
29
-i 51457 \
30
+ -i 65213 \
31
--full-report
0 commit comments