-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Helm] Fix typo in ingress netpol #10869
[Helm] Fix typo in ingress netpol #10869
Conversation
….38.0-2.39.0-dev Release: Merge back 2.38.0 into dev from: master-into-dev/2.38.0-2.39.0-dev
…ackage.json) (DefectDojo#10834) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Bumps [boto3](https://github.com/boto/boto3) from 1.35.9 to 1.35.10. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.35.9...1.35.10) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [boto3](https://github.com/boto/boto3) from 1.35.10 to 1.35.11. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.35.10...1.35.11) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@43.0.0...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.32 to 2.0.33. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ackage.json) (DefectDojo#10860) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Bumps [django-tagulous](https://github.com/radiac/django-tagulous) from 1.3.3 to 2.1.0. - [Changelog](https://github.com/radiac/django-tagulous/blob/main/docs/changelog.rst) - [Commits](radiac/django-tagulous@v1.3.3...v2.1.0) --- updated-dependencies: - dependency-name: django-tagulous dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.13.3 to 1.14.0. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](jquery/jquery-ui@1.13.3...1.14.0) --- updated-dependencies: - dependency-name: jquery-ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…into helm/update_ingress_netpol
…thShell/DefectDojo into helm/update_ingress_netpol
DryRun Security SummaryThe provided patch updates the network policy configuration for the DefectDojo application in a Kubernetes environment, including correcting the Expand for full summarySummary: The code change in the provided patch is related to the network policy configuration for the DefectDojo application in a Kubernetes environment. The key changes include:
From an application security perspective, the network policy implementation is a good security practice as it helps restrict the network traffic to and from the DefectDojo application, reducing the attack surface. The separate network policy for the Django component allows for more granular control over the traffic to the different components of the application. It is important to ensure that the Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
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.
Approved
Hi. Is it possible to merge this into |
Sure, but I will create new PR. Will send a link here |
No description provided.