Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 788c96c

Browse filesBrowse files
authored
Revert #102 after upstream fix (#126)
1 parent 3d4f082 commit 788c96c
Copy full SHA for 788c96c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎.github/workflows/lint.yml

Copy file name to clipboardExpand all lines: .github/workflows/lint.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@ jobs:
2525
python -m pip install --upgrade pip wheel
2626
python -m pip install --upgrade safety
2727
python -m pip install --editable .
28-
# Ignore 62044 / CVE-2023-5752, we're not using that pip or feature
2928
# Ignore 70612 / CVE-2019-8341, Jinja2 is a safety dep, not ours
30-
- run: safety check --ignore 62044 --ignore 70612
29+
- run: safety check --ignore 70612

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.