-
Notifications
You must be signed in to change notification settings - Fork 14
Demo #229
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
base: chandra-demo
Are you sure you want to change the base?
Demo #229
Changes from 6 commits
59fdc10
094de7e
90b9732
8363797
150c26a
ecf42f1
3369117
2d60129
f3bd8c8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # To get started with Dependabot version updates, you'll need to specify which | ||
| # package ecosystems to update and where the package manifests are located. | ||
| # Please see the documentation for all configuration options: | ||
| # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
|
|
||
| version: 2 | ||
| updates: | ||
| - package-ecosystem: "" # See documentation for possible values | ||
| directory: "/" # Location of package manifests | ||
| schedule: | ||
| interval: "weekly" |
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,9 +1,15 @@ | ||||||||||||||||
| FROM ubuntu:latest | ||||||||||||||||
| COPY wild.py / | ||||||||||||||||
| # Pull the minimal Ubuntu image | ||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||||||||||||||||
| Critical: 0 | High: 1 | Medium: 0 | Low: 0 |
|---|
| Vulnerability ID | Severity | CVSS | Fixed in | Status |
|---|---|---|---|---|
| CVE-2023-44487 | 7.5 | - |
Open |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| server { | ||
| listen 80 default_server; | ||
| listen [::]:80 default_server; | ||
|
|
||
| root /usr/share/nginx/html; | ||
| index index.html index.htm; | ||
|
|
||
| server_name _; | ||
| location / { | ||
| try_files $uri $uri/ =404; | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,28 +1,29 @@ | ||||||||||||||||||||||||||||||||||||||||||||||
| backports-abc==0.5 | ||||||||||||||||||||||||||||||||||||||||||||||
| certifi==2017.4.17 | ||||||||||||||||||||||||||||||||||||||||||||||
| chardet==3.0.4 | ||||||||||||||||||||||||||||||||||||||||||||||
| click==6.7 | ||||||||||||||||||||||||||||||||||||||||||||||
| Faker==0.7.17 | ||||||||||||||||||||||||||||||||||||||||||||||
| Flask==0.12.2 | ||||||||||||||||||||||||||||||||||||||||||||||
| Flask-SQLAlchemy==2.2 | ||||||||||||||||||||||||||||||||||||||||||||||
| gevent==1.2.2 | ||||||||||||||||||||||||||||||||||||||||||||||
| greenlet==0.4.12 | ||||||||||||||||||||||||||||||||||||||||||||||
| grequests==0.3.0 | ||||||||||||||||||||||||||||||||||||||||||||||
| idna==2.5 | ||||||||||||||||||||||||||||||||||||||||||||||
| ipaddress==1.0.18 | ||||||||||||||||||||||||||||||||||||||||||||||
| itsdangerous==0.24 | ||||||||||||||||||||||||||||||||||||||||||||||
| Jinja2==2.9.6 | ||||||||||||||||||||||||||||||||||||||||||||||
| lxml==4.2.1 | ||||||||||||||||||||||||||||||||||||||||||||||
| MarkupSafe==1.0 | ||||||||||||||||||||||||||||||||||||||||||||||
| MySQL-python==1.2.5 | ||||||||||||||||||||||||||||||||||||||||||||||
| PyJWT==1.5.2 | ||||||||||||||||||||||||||||||||||||||||||||||
| python-dateutil==2.6.0 | ||||||||||||||||||||||||||||||||||||||||||||||
| python-docx==0.8.5 | ||||||||||||||||||||||||||||||||||||||||||||||
| PyYAML==3.12 | ||||||||||||||||||||||||||||||||||||||||||||||
| requests==2.18.1 | ||||||||||||||||||||||||||||||||||||||||||||||
| singledispatch==3.4.0.3 | ||||||||||||||||||||||||||||||||||||||||||||||
| six==1.10.0 | ||||||||||||||||||||||||||||||||||||||||||||||
| SQLAlchemy==1.1.11 | ||||||||||||||||||||||||||||||||||||||||||||||
| tornado==4.5.1 | ||||||||||||||||||||||||||||||||||||||||||||||
| urllib3==1.21.1 | ||||||||||||||||||||||||||||||||||||||||||||||
| Werkzeug==0.14.1 | ||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||
| backports-abc==0.5 | ||||||||||||||||||||||||||||||||||||||||||||||
| certifi==2017.4.17 | ||||||||||||||||||||||||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. certifi 2017.4.17 / requirements.txtTotal vulnerabilities: 1
|
||||||||||||||||||||||||||||||||||||||||||||||
| chardet==3.0.4 | ||||||||||||||||||||||||||||||||||||||||||||||
| click==6.7 | ||||||||||||||||||||||||||||||||||||||||||||||
| Faker==0.7.17 | ||||||||||||||||||||||||||||||||||||||||||||||
| Flask==0.12.2 | ||||||||||||||||||||||||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. flask 0.12.2 / requirements.txtTotal vulnerabilities: 3
|
||||||||||||||||||||||||||||||||||||||||||||||
| Flask-SQLAlchemy==2.2 | ||||||||||||||||||||||||||||||||||||||||||||||
| gevent==1.2.2 | ||||||||||||||||||||||||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. gevent 1.2.2 / requirements.txtTotal vulnerabilities: 1
|
||||||||||||||||||||||||||||||||||||||||||||||
| greenlet==0.4.12 | ||||||||||||||||||||||||||||||||||||||||||||||
| grequests==0.3.0 | ||||||||||||||||||||||||||||||||||||||||||||||
| idna==2.5 | ||||||||||||||||||||||||||||||||||||||||||||||
| ipaddress==1.0.18 | ||||||||||||||||||||||||||||||||||||||||||||||
| itsdangerous==0.24 | ||||||||||||||||||||||||||||||||||||||||||||||
| Jinja2==2.9.6 | ||||||||||||||||||||||||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. jinja2 2.9.6 / requirements.txtTotal vulnerabilities: 1
|
||||||||||||||||||||||||||||||||||||||||||||||
| lxml==4.2.1 | ||||||||||||||||||||||||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. lxml 4.2.1 / requirements.txtTotal vulnerabilities: 2
|
||||||||||||||||||||||||||||||||||||||||||||||
| MarkupSafe==1.0 | ||||||||||||||||||||||||||||||||||||||||||||||
| MySQL-python==1.2.5 | ||||||||||||||||||||||||||||||||||||||||||||||
| PyJWT==1.5.2 | ||||||||||||||||||||||||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. pyjwt 1.5.2 / requirements.txtTotal vulnerabilities: 1
|
||||||||||||||||||||||||||||||||||||||||||||||
| python-dateutil==2.6.0 | ||||||||||||||||||||||||||||||||||||||||||||||
| python-docx==0.8.5 | ||||||||||||||||||||||||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. python-docx 0.8.5 / requirements.txtTotal vulnerabilities: 1
|
||||||||||||||||||||||||||||||||||||||||||||||
| PyYAML==3.12 | ||||||||||||||||||||||||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. pyyaml 3.12 / requirements.txtTotal vulnerabilities: 1
|
||||||||||||||||||||||||||||||||||||||||||||||
| requests==2.18.1 | ||||||||||||||||||||||||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. requests 2.18.1 / requirements.txtTotal vulnerabilities: 1
|
||||||||||||||||||||||||||||||||||||||||||||||
| singledispatch==3.4.0.3 | ||||||||||||||||||||||||||||||||||||||||||||||
| six==1.10.0 | ||||||||||||||||||||||||||||||||||||||||||||||
| SQLAlchemy==1.1.11 | ||||||||||||||||||||||||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sqlalchemy 1.1.11 / requirements.txtTotal vulnerabilities: 1
|
||||||||||||||||||||||||||||||||||||||||||||||
| tornado==4.5.1 | ||||||||||||||||||||||||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. tornado 4.5.1 / requirements.txtTotal vulnerabilities: 1
|
||||||||||||||||||||||||||||||||||||||||||||||
| urllib3==1.21.1 | ||||||||||||||||||||||||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. urllib3 1.21.1 / requirements.txtTotal vulnerabilities: 3
|
||||||||||||||||||||||||||||||||||||||||||||||
| Werkzeug==0.14.1 | ||||||||||||||||||||||||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. werkzeug 0.14.1 / requirements.txtTotal vulnerabilities: 7
|
||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.