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

Handle trivy security scan vulnerabilities issues #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/keepalive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
# Reset repo state
git checkout --orphan "${BRANCH}"
date +%Y-%m-%dT%H:%M:%S > .github/keepalive.txt
git reset
git add .github/keepalive.txt
git reset
git add .github/keepalive.txt
git commit --message "${MESSAGE}"
git push -f --set-upstream origin "${BRANCH}"

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: shellcheck

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort

Expand Down
7 changes: 7 additions & 0 deletions nodejs-base/ubuntu20.04-node14/.trivyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#Nodejs vulnerabilities

# X.400 address type confusion in X.509 GeneralName
CVE-2023-0286

# Regular Expression Denial of Service (ReDoS) vulnerability
CVE-2022-25881
7 changes: 7 additions & 0 deletions nodejs-base/ubuntu20.04-node16/.trivyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#Nodejs vulnerabilities

# X.400 address type confusion in X.509 GeneralName
CVE-2023-0286

# Regular Expression Denial of Service (ReDoS) vulnerability
CVE-2022-25881
6 changes: 6 additions & 0 deletions nodejs-base/ubuntu22.04-node16/.trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ CVE-2021-3449

# Not parsing elliptic curve keys
CVE-2022-0778

# X.400 address type confusion in X.509 GeneralName
CVE-2023-0286

# Regular Expression Denial of Service (ReDoS) vulnerability
CVE-2022-25881
6 changes: 6 additions & 0 deletions nodejs-base/ubuntu22.04-node18/.trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ CVE-2021-3449

# Not parsing elliptic curve keys
CVE-2022-0778

# X.400 address type confusion in X.509 GeneralName
CVE-2023-0286

# Regular Expression Denial of Service (ReDoS) vulnerability
CVE-2022-25881
8 changes: 8 additions & 0 deletions python-base/ubuntu20.04-python3.9-nginx-node/.trivyignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# Not affected
CVE-2022-42919

#Nodejs vulnerabilities

# X.400 address type confusion in X.509 GeneralName
CVE-2023-0286

# Regular Expression Denial of Service (ReDoS) vulnerability
CVE-2022-25881
8 changes: 8 additions & 0 deletions python-base/ubuntu22.04-python3.10-nginx-node/.trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@
CVE-2022-42919
CVE-2021-3449
CVE-2022-0778

#Nodejs vulnerabilities

# X.400 address type confusion in X.509 GeneralName
CVE-2023-0286

# Regular Expression Denial of Service (ReDoS) vulnerability
CVE-2022-25881
8 changes: 8 additions & 0 deletions python-base/ubuntu22.04-python3.10-nginx-node18/.trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@
CVE-2022-42919
CVE-2021-3449
CVE-2022-0778

#Nodejs vulnerabilities

# X.400 address type confusion in X.509 GeneralName
CVE-2023-0286

# Regular Expression Denial of Service (ReDoS) vulnerability
CVE-2022-25881