Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated various dependencies to reduce vulnerabilities #2958

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b4d9767
fix: requirements.txt to reduce vulnerabilities
snyk-bot Apr 1, 2024
9413bf6
fix: requirements-dev.txt to reduce vulnerabilities
snyk-bot Apr 18, 2024
67a4fdc
fix: requirements.txt to reduce vulnerabilities
snyk-bot Apr 19, 2024
99d9c34
Merge pull request #6 from beac0n5/snyk-fix-ce69b0ce6e2bba2278083d04b…
b34c0n5 Apr 22, 2024
7ae98fc
Merge pull request #5 from beac0n5/snyk-fix-56c5a6fd9a3ca9ce64a8e8214…
b34c0n5 Apr 22, 2024
82a367a
Merge branch 'mitre:master' into master
b34c0n5 Apr 24, 2024
8b048f2
Merge branch 'mitre:master' into master
b34c0n5 Apr 26, 2024
02870a0
Merge branch 'mitre:master' into master
b34c0n5 Apr 29, 2024
b99acd6
fix: Dockerfile to reduce vulnerabilities
snyk-bot May 4, 2024
ed89788
fix: requirements.txt to reduce vulnerabilities
snyk-bot May 5, 2024
66f2ec0
fix: requirements.txt to reduce vulnerabilities
snyk-bot May 8, 2024
9c54864
Merge pull request #11 from beac0n5/snyk-fix-07f0789b7e273bbfc02a60dc…
b34c0n5 May 8, 2024
5ebad26
Merge pull request #9 from beac0n5/snyk-fix-092fcda0e84a7aee1b3ea1c68…
b34c0n5 May 8, 2024
2c7aa66
Merge pull request #10 from beac0n5/snyk-fix-a54a627fdd5ae48cc37590bd…
b34c0n5 May 8, 2024
6a893db
Merge pull request #3 from beac0n5/snyk-fix-9185a7a0799aa31f32e46b617…
b34c0n5 May 8, 2024
e1ee8c2
Merge branch 'mitre:master' into master
b34c0n5 May 8, 2024
53def20
Merge branch 'master' into master
b34c0n5 May 9, 2024
7fd96b5
Update requirements.txt manually
b34c0n5 May 10, 2024
61f5971
fix: requirements.txt to reduce vulnerabilities
snyk-bot May 10, 2024
54bad4b
Merge pull request #12 from beac0n5/snyk-fix-ed8ee952b1347aa2277b07f0…
b34c0n5 May 10, 2024
23050d1
Revert "[Snyk] Security upgrade aiohttp from 3.8.6 to 3.9.4"
b34c0n5 May 10, 2024
1e90995
Merge pull request #14 from beac0n5/revert-6-snyk-fix-ce69b0ce6e2bba2…
b34c0n5 May 10, 2024
56787d9
Update requirements.txt
b34c0n5 May 10, 2024
59d77f7
fix: requirements.txt to reduce vulnerabilities
snyk-bot May 10, 2024
d504915
fix: requirements-dev.txt to reduce vulnerabilities
snyk-bot May 13, 2024
a570f59
Merge pull request #17 from b34c0n5/snyk-fix-9d92cd03ac2ab9fd5be9c99d…
b34c0n5 May 15, 2024
03f1b05
Merge pull request #16 from b34c0n5/snyk-fix-ed657a633e31cfdce9c81151…
b34c0n5 May 15, 2024
80075eb
Update requirements.txt
b34c0n5 May 15, 2024
7e275cb
Merge branch 'mitre:master' into master
b34c0n5 May 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM ubuntu:23.04
FROM ubuntu:mantic-20240427
SHELL ["/bin/bash", "-c"]

ARG TZ="UTC"
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Expand Up @@ -6,3 +6,5 @@ pre-commit
safety
bandit
dnspython==2.1.0
aiohttp>=3.9.4 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
5 changes: 3 additions & 2 deletions requirements.txt
Expand Up @@ -3,9 +3,9 @@ aiohttp==3.9.3
aiohttp_session==2.12.0
aiohttp-security==0.4.0
aiohttp-apispec==3.0.0b2
jinja2==3.1.3
jinja2==3.1.2
pyyaml==6.0.1
cryptography==42.0.2
cryptography==42.0.6
websockets==11.0.3
Sphinx==7.1.2
sphinx_rtd_theme==1.3.0
Expand All @@ -23,3 +23,4 @@ dnspython==2.4.2
asyncssh==2.14.1
aioftp~=0.20.0
packaging==23.2
pillow>=10.3.0 # not directly required, pinned by Snyk to avoid a vulnerability