Skip to content

Demo#229

Open
chcheruk wants to merge 9 commits into
chandra-demofrom
main
Open

Demo#229
chcheruk wants to merge 9 commits into
chandra-demofrom
main

Conversation

@chcheruk
Copy link
Copy Markdown
Collaborator

@chcheruk chcheruk commented Aug 5, 2024

No description provided.

Copy link
Copy Markdown
Contributor

@prisma-cloud-devsecops prisma-cloud-devsecops Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prisma Cloud has found errors in this PR ⬇️

Comment thread Dockerfile
@@ -1,9 +1,15 @@
FROM ubuntu:latest
COPY wild.py /
# Pull the minimal Ubuntu image
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOW  A user for the container has not been created
    Resource: /Dockerfile. | Checkov ID: CKV_DOCKER_3

Description

The policy's primary purpose is to verify that a dedicated user has been explicitly created for running the container. This is essential to avoid running the container with root privileges, which could introduce significant security risks in case of a compromise. Running containers as a non-root user reduces the potential impact of a security breach.

Comment thread Dockerfile
FROM ubuntu:latest
COPY wild.py /
# Pull the minimal Ubuntu image
FROM us-central1-docker.pkg.dev/panw-utd-public-cloud/utd-demo-images/utd-cnsp/ubuntu:malware
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOW  Healthcheck instructions have not been added to container images
    Resource: /Dockerfile. | Checkov ID: CKV_DOCKER_2

Description

We recommend that you add the HEALTHCHECK instruction to your Docker container images to ensure that health checks are executed against running containers.
An important security control is that of availability.
Adding the HEALTHCHECK instruction to your container image ensures that the Docker engine periodically checks the running container instances against that instruction to ensure that containers are still operational.
Based on the results of the health check, the Docker engine could terminate containers which are not responding correctly, and instantiate new ones.

Comment thread Dockerfile
@@ -1,9 +1,15 @@
FROM ubuntu:latest
COPY wild.py /
# Pull the minimal Ubuntu image
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nghttp2 1.30.0-1ubuntu1 / Dockerfile.FROM

Total vulnerabilities: 1

Critical: 0 High: 1 Medium: 0 Low: 0
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2023-44487 HIGH HIGH 7.5 - Open

Comment thread requirements.txt
six==1.10.0
SQLAlchemy==1.1.11
tornado==4.5.1
urllib3==1.21.1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

urllib3 1.21.1 / requirements.txt

Total vulnerabilities: 3

Critical: 1 High: 2 Medium: 0 Low: 0
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2018-20060 CRITICAL CRITICAL 9.8 1.23 Open
CVE-2019-11324 HIGH HIGH 7.5 1.24.2 Open
CVE-2023-43804 HIGH HIGH 8.1 1.26.17 Open

Comment thread requirements.txt
idna==2.5
ipaddress==1.0.18
itsdangerous==0.24
Jinja2==2.9.6
Copy link
Copy Markdown
Contributor

@prisma-cloud-devsecops prisma-cloud-devsecops Bot Sep 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jinja2 2.9.6 / requirements.txt

Total vulnerabilities: 1

Critical: 0 High: 1 Medium: 0 Low: 0
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2019-10906 HIGH HIGH 8.6 2.10.1 Open
Vulnerabilities scan results were updated by commit f3bd8c8

Comment thread requirements.txt
MySQL-python==1.2.5
PyJWT==1.5.2
python-dateutil==2.6.0
python-docx==0.8.5
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

python-docx 0.8.5 / requirements.txt

Total vulnerabilities: 1

Critical: 0 High: 1 Medium: 0 Low: 0
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2016-5851 HIGH HIGH 8.8 0.8.6 Open

Comment thread requirements.txt
lxml==4.2.1
MarkupSafe==1.0
MySQL-python==1.2.5
PyJWT==1.5.2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pyjwt 1.5.2 / requirements.txt

Total vulnerabilities: 1

Critical: 0 High: 1 Medium: 0 Low: 0
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2022-29217 HIGH HIGH 7.5 2.4.0 Open

Comment thread requirements.txt
ipaddress==1.0.18
itsdangerous==0.24
Jinja2==2.9.6
lxml==4.2.1
Copy link
Copy Markdown
Contributor

@prisma-cloud-devsecops prisma-cloud-devsecops Bot Sep 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lxml 4.2.1 / requirements.txt

Total vulnerabilities: 2

Critical: 0 High: 2 Medium: 0 Low: 0
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2021-43818 HIGH HIGH 7.1 4.6.5 Open
CVE-2022-2309 HIGH HIGH 7.5 4.9.1 Open
Vulnerabilities scan results were updated by commit f3bd8c8

Comment thread requirements.txt
python-dateutil==2.6.0
python-docx==0.8.5
PyYAML==3.12
requests==2.18.1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requests 2.18.1 / requirements.txt

Total vulnerabilities: 1

Critical: 0 High: 1 Medium: 0 Low: 0
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2018-18074 HIGH HIGH 7.5 2.20.0 Open

Comment thread requirements.txt
Faker==0.7.17
Flask==0.12.2
Flask-SQLAlchemy==2.2
gevent==1.2.2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gevent 1.2.2 / requirements.txt

Total vulnerabilities: 1

Critical: 1 High: 0 Medium: 0 Low: 0
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2023-41419 CRITICAL CRITICAL 9.8 23.9.0 Open

Comment thread requirements.txt
chardet==3.0.4
click==6.7
Faker==0.7.17
Flask==0.12.2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flask 0.12.2 / requirements.txt

Total vulnerabilities: 3

Critical: 0 High: 3 Medium: 0 Low: 0
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2019-1010083 HIGH HIGH 7.5 1.0 Open
CVE-2018-1000656 HIGH HIGH 7.5 0.12.3 Open
CVE-2023-30861 HIGH HIGH 7.5 2.2.5 Open

Comment thread requirements.txt
PyJWT==1.5.2
python-dateutil==2.6.0
python-docx==0.8.5
PyYAML==3.12
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pyyaml 3.12 / requirements.txt

Total vulnerabilities: 1

Critical: 1 High: 0 Medium: 0 Low: 0
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2017-18342 CRITICAL CRITICAL 9.8 5.1 Open

Comment thread requirements.txt
SQLAlchemy==1.1.11
tornado==4.5.1
urllib3==1.21.1
Werkzeug==0.14.1
Copy link
Copy Markdown
Contributor

@prisma-cloud-devsecops prisma-cloud-devsecops Bot Sep 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

werkzeug 0.14.1 / requirements.txt

Total vulnerabilities: 7

Critical: 0 High: 7 Medium: 0 Low: 0
Vulnerability IDSeverityCVSSFixed inStatus
PRISMA-2023-0035 HIGH HIGH 7.5 2.3.0 Open
CVE-2024-34069 HIGH HIGH 7.5 3.0.3 Open
CVE-2019-14806 HIGH HIGH 7.5 0.15.3 Open
CVE-2023-25577 HIGH HIGH 7.5 2.2.3 Open
CVE-2023-46136 HIGH HIGH 7.5 2.3.8 Open
CVE-2024-49767 HIGH HIGH 7.5 3.0.6 Open
CVE-2019-14322 HIGH HIGH 7.5 0.15.5 Open
Vulnerabilities scan results were updated by commit f3bd8c8

Comment thread requirements.txt
Werkzeug==0.14.1 No newline at end of file

backports-abc==0.5
certifi==2017.4.17
Copy link
Copy Markdown
Contributor

@prisma-cloud-devsecops prisma-cloud-devsecops Bot Sep 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

certifi 2017.4.17 / requirements.txt

Total vulnerabilities: 1

Critical: 1 High: 0 Medium: 0 Low: 0
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2023-37920 CRITICAL CRITICAL 9.8 2023.07.22 Open
Vulnerabilities scan results were updated by commit f3bd8c8

Comment thread requirements.txt
requests==2.18.1
singledispatch==3.4.0.3
six==1.10.0
SQLAlchemy==1.1.11
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sqlalchemy 1.1.11 / requirements.txt

Total vulnerabilities: 1

Critical: 1 High: 0 Medium: 0 Low: 0
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2019-7164 CRITICAL CRITICAL 9.8 1.2.18 Open

Comment thread requirements.txt
singledispatch==3.4.0.3
six==1.10.0
SQLAlchemy==1.1.11
tornado==4.5.1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tornado 4.5.1 / requirements.txt

Total vulnerabilities: 1

Critical: 0 High: 1 Medium: 0 Low: 0
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2024-52804 HIGH HIGH 7.5 6.4.2 Open

chanduusc and others added 3 commits February 7, 2025 18:18
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.4.3 to 20.29.3.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.4.3...20.29.3)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants