Skip to content

Commit

Permalink
Merge pull request #93 from nttcom/feature-#91
Browse files Browse the repository at this point in the history
#91 脆弱性対応
  • Loading branch information
Takuma Tsubaki authored Jan 31, 2023
2 parents 2205495 + 7548d0c commit 269074c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion osect_sensor/Infrastructure/edge_cron/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -255,5 +255,5 @@ RUN zkg autoconfig && zkg install --force --skiptest \
zeek-plugin-profinet \
zeek-plugin-s7comm \
icsnpp-ethercat \
icsnpp-opcua-binary \
# icsnpp-opcua-binary \
icsnpp-modbus
5 changes: 2 additions & 3 deletions osect_sensor/Infrastructure/edge_cron/work/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
asgiref==3.4.1
cachetools==4.2.2
certifi==2020.6.20
certifi==2022.12.7
charset-normalizer==2.0.9
Django==3.2.16
dpkt==1.9.2
gitdb2==2.0.3
gitpython==3.0.7
GitPython==3.1.30
google-auth==1.30.0
idna==2.10
meson==0.56.0
Expand All @@ -22,6 +22,5 @@ sqlparse==0.4.2
tornado==6.1
typing_extensions==4.0.1
urllib3==1.26.6
wheel==0.34.2
zkg==2.12.0
zstandard==0.18.0

0 comments on commit 269074c

Please sign in to comment.