Skip to content

Commit

Permalink
Merge pull request #589 from FORTH-ICS-INSPIRE/pyyaml-sec-fix
Browse files Browse the repository at this point in the history
updated pyyaml and artemis-utils to address depbot fix PRs
  • Loading branch information
vkotronis authored Mar 26, 2021
2 parents 8c69eb8 + 03bb2f7 commit 5b12a9d
Show file tree
Hide file tree
Showing 19 changed files with 33 additions and 32 deletions.
4 changes: 2 additions & 2 deletions backend-services/autoignore/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
artemis-utils==1.0.10
artemis-utils==1.0.11
cffi==1.13.2
Cython==0.29.14
enum34==1.1.6
Expand All @@ -8,7 +8,7 @@ kombu==4.6.7
netaddr==0.7.19
psycopg2==2.8.4
pytricia==1.0.0
PyYAML==5.3
PyYAML==5.4
redis==3.4.0
requests==2.25.1
ruamel.yaml==0.16.5
Expand Down
2 changes: 1 addition & 1 deletion backend-services/autostarter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
artemis-utils==1.0.10
artemis-utils==1.0.11
cffi==1.13.2
Cython==0.29.14
enum34==1.1.6
Expand Down
4 changes: 2 additions & 2 deletions backend-services/configuration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
artemis-utils==1.0.10
artemis-utils==1.0.11
cffi==1.13.2
Cython==0.29.14
enum34==1.1.6
Expand All @@ -9,7 +9,7 @@ kubernetes==12.0.1
netaddr==0.7.19
psycopg2==2.8.4
pytricia==1.0.0
PyYAML==5.3
PyYAML==5.4
redis==3.4.0
requests==2.25.1
ruamel.yaml==0.16.5
Expand Down
4 changes: 2 additions & 2 deletions backend-services/database/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
artemis-utils==1.0.10
artemis-utils==1.0.11
cffi==1.13.2
Cython==0.29.14
enum34==1.1.6
Expand All @@ -8,7 +8,7 @@ kombu==4.6.7
netaddr==0.7.19
psycopg2==2.8.4
pytricia==1.0.0
PyYAML==5.3
PyYAML==5.4
redis==3.4.0
requests==2.25.1
ruamel.yaml==0.16.5
Expand Down
4 changes: 2 additions & 2 deletions backend-services/detection/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
artemis-utils==1.0.10
artemis-utils==1.0.11
cffi==1.13.2
Cython==0.29.14
enum34==1.1.6
Expand All @@ -8,7 +8,7 @@ kombu==4.6.7
netaddr==0.7.19
psycopg2==2.8.4
pytricia==1.0.0
PyYAML==5.3
PyYAML==5.4
redis==3.4.0
requests==2.25.1
ruamel.yaml==0.16.5
Expand Down
2 changes: 1 addition & 1 deletion backend-services/fileobserver/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
artemis-utils==1.0.10
artemis-utils==1.0.11
cffi==1.13.2
Cython==0.29.14
enum34==1.1.6
Expand Down
4 changes: 2 additions & 2 deletions backend-services/mitigation/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
artemis-utils==1.0.10
artemis-utils==1.0.11
cffi==1.13.2
Cython==0.29.14
enum34==1.1.6
Expand All @@ -8,7 +8,7 @@ kombu==4.6.7
netaddr==0.7.19
psycopg2==2.8.4
pytricia==1.0.0
PyYAML==5.3
PyYAML==5.4
redis==3.4.0
requests==2.25.1
ruamel.yaml==0.16.5
Expand Down
4 changes: 2 additions & 2 deletions backend-services/notifier/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
artemis-utils==1.0.10
artemis-utils==1.0.11
cffi==1.13.2
Cython==0.29.14
enum34==1.1.6
Expand All @@ -8,7 +8,7 @@ kombu==4.6.7
netaddr==0.7.19
psycopg2==2.8.4
pytricia==1.0.0
PyYAML==5.3
PyYAML==5.4
redis==3.4.0
requests==2.25.1
ruamel.yaml==0.16.5
Expand Down
4 changes: 2 additions & 2 deletions backend-services/prefixtree/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
artemis-utils==1.0.10
artemis-utils==1.0.11
cffi==1.13.2
Cython==0.29.14
enum34==1.1.6
Expand All @@ -8,7 +8,7 @@ kombu==4.6.7
netaddr==0.7.19
psycopg2==2.8.4
pytricia==1.0.0
PyYAML==5.3
PyYAML==5.4
redis==3.4.0
requests==2.25.1
ruamel.yaml==0.16.5
Expand Down
3 changes: 2 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- migrating from travis to GH actions
- downgraded to six==1.11.0 to achieve compatibility
- changed tap invalid format logging level to debug (instead of warning)
- updated artemis-utils to 1.0.11

### Fixed
- autoconfiguration subprefix bug in prefixtree plus new autoconf tests
Expand All @@ -28,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- TBD (soon-to-be removed feature)

### Security
- TBD (addressing vulnerability)
- updated PyYAML to 5.4 (fixing sec vulnerabilitiy)

## [2.0.0] (Boreas) - 2021-01-26
### Added
Expand Down
2 changes: 1 addition & 1 deletion frontend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gunicorn==20.0.4
kombu==4.6.7
ldap3==2.5.2
pyrad==2.3
PyYAML==5.3
PyYAML==5.4
requests==2.25.1
SQLAlchemy==1.3.12
ujson==1.35
Expand Down
4 changes: 2 additions & 2 deletions monitor-services/bgpstreamhisttap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
artemis-utils==1.0.10
artemis-utils==1.0.11
Cython==0.29.14
gql==0.4.0
ipaddress==1.0.23
kombu==4.6.7
netaddr==0.7.19
psycopg2==2.8.4
pytricia==1.0.0
PyYAML==5.3
PyYAML==5.4
redis==3.4.0
requests==2.25.1
ruamel.yaml==0.16.5
Expand Down
4 changes: 2 additions & 2 deletions monitor-services/bgpstreamkafkatap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
artemis-utils==1.0.10
artemis-utils==1.0.11
Cython==0.29.14
gql==0.4.0
ipaddress==1.0.23
kombu==4.6.7
netaddr==0.7.19
psycopg2==2.8.4
pytricia==1.0.0
PyYAML==5.3
PyYAML==5.4
redis==3.4.0
requests==2.25.1
ruamel.yaml==0.16.5
Expand Down
4 changes: 2 additions & 2 deletions monitor-services/bgpstreamlivetap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
artemis-utils==1.0.10
artemis-utils==1.0.11
Cython==0.29.14
gql==0.4.0
ipaddress==1.0.23
kombu==4.6.7
netaddr==0.7.19
psycopg2==2.8.4
pytricia==1.0.0
PyYAML==5.3
PyYAML==5.4
redis==3.4.0
requests==2.25.1
ruamel.yaml==0.16.5
Expand Down
4 changes: 2 additions & 2 deletions monitor-services/exabgptap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
artemis-utils==1.0.10
artemis-utils==1.0.11
Cython==0.29.14
gql==0.4.0
ipaddress==1.0.23
kombu==4.6.7
netaddr==0.7.19
psycopg2==2.8.4
pytricia==1.0.0
PyYAML==5.3
PyYAML==5.4
redis==3.4.0
requests==2.25.1
ruamel.yaml==0.16.5
Expand Down
4 changes: 2 additions & 2 deletions monitor-services/riperistap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
artemis-utils==1.0.10
artemis-utils==1.0.11
Cython==0.29.14
gql==0.4.0
ipaddress==1.0.23
kombu==4.6.7
netaddr==0.7.19
psycopg2==2.8.4
pytricia==1.0.0
PyYAML==5.3
PyYAML==5.4
redis==3.4.0
requests==2.25.1
ruamel.yaml==0.16.5
Expand Down
2 changes: 1 addition & 1 deletion testing/detection/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kombu==4.6.7
psycopg2==2.8.4
PyYAML==5.3
PyYAML==5.4
redis==3.4.0
requests==2.25.1
ujson==1.35
2 changes: 1 addition & 1 deletion testing/rpki/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cffi>=1.4.0
enum34==1.1.6
kombu==4.6.7
psycopg2-binary==2.8.4
PyYAML==5.3
PyYAML==5.4
redis==3.4.0
requests==2.25.1
six==1.11.0
Expand Down
4 changes: 2 additions & 2 deletions utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="artemis_utils",
version="1.0.10",
version="1.0.11",
author="Dimitrios Mavrommatis, Vassileios Kotronis",
author_email="[email protected], [email protected]",
description="ARTEMIS utility modules",
Expand All @@ -26,7 +26,7 @@
"kombu==4.6.7",
"ruamel.yaml==0.16.5",
"ujson==1.35",
"PyYAML==5.3",
"PyYAML==5.4",
"gql==0.4.0",
"ipaddress==1.0.23",
"psycopg2==2.8.4",
Expand Down

0 comments on commit 5b12a9d

Please sign in to comment.