Skip to content

Commit 337c357

Browse files
committed
Ignore safety report 65213
1 parent 92f7e5e commit 337c357

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci/run-safety.sh

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# 51549: No call path from relate to mpmathify
1313
# 51499: Not calling wheel in a safety-related manner
1414
# 51457: not calling py in a safety-related manner
15+
# 65213: nonsense according to
16+
# https://github.com/pyca/pyopenssl/issues/1300
1517
poetry run safety check \
1618
-i 38678 \
1719
-i 39253 \
@@ -25,4 +27,5 @@ poetry run safety check \
2527
-i 51549 \
2628
-i 51499 \
2729
-i 51457 \
30+
-i 65213 \
2831
--full-report

0 commit comments

Comments
 (0)