Skip to content

Commit

Permalink
Ignore flask vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTB committed Jun 16, 2023
1 parent be37a71 commit 623a4b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def safety(session):
# Ignore 51668 as the latest version of SQLAchemy and
# Ignore 52322 and 52518 as the latest version of Gitpython does not
# support python 3.6 which is still used in production
# Ignore 53325, 53326, and 54456 as the fixed versions do not support
# Ignore 53325, 53326, 54456, and 55261 as the fixed versions do not support
# python 3.6
session.run(
"safety",
Expand All @@ -100,6 +100,8 @@ def safety(session):
"53326",
"--ignore",
"54456",
"--ignore",
"55261",
)

try:
Expand Down

0 comments on commit 623a4b3

Please sign in to comment.