Skip to content

Commit

Permalink
Update versions in application files
Browse files Browse the repository at this point in the history
  • Loading branch information
DefectDojo release bot committed Dec 18, 2023
1 parent 5d3e9af commit 3179a17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check warning on line 1 in components/package.json

View check run for this annotation

DryRunSecurity / AI-powered Sensitive Function Check

Possible Sensitive Function

Our AI-Powered Sensitive Function checker believes it has discovered a sensitive function being modified in this PR. The name of the function is `No authentication or authorization related functions found`. Extra care must be taken when modifying a function that is potentially security-sensitive. The following reason was provided for why this function was flagged as sensitive: Not related to authentication or authorization
"name": "defectdojo",
"version": "2.30.0-dev",
"version": "2.29.3",
"license" : "BSD-3-Clause",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion dojo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# Django starts so that shared_task will use this app.

Check warning on line 4 in dojo/__init__.py

View check run for this annotation

DryRunSecurity / AI-powered Sensitive Function Check

Possible Sensitive Function

Our AI-Powered Sensitive Function checker believes it has discovered a sensitive function being modified in this PR. The name of the function is `No authentication or authorization related functions found`. Extra care must be taken when modifying a function that is potentially security-sensitive. The following reason was provided for why this function was flagged as sensitive: Not related to authentication or authorization
from .celery import app as celery_app # noqa

__version__ = '2.30.0-dev'
__version__ = '2.29.3'
__url__ = 'https://github.com/DefectDojo/django-DefectDojo'
__docs__ = 'https://documentation.defectdojo.com'
4 changes: 2 additions & 2 deletions helm/defectdojo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2

Check warning on line 1 in helm/defectdojo/Chart.yaml

View check run for this annotation

DryRunSecurity / AI-powered Sensitive Function Check

Possible Sensitive Function

Our AI-Powered Sensitive Function checker believes it has discovered a sensitive function being modified in this PR. The name of the function is `No authentication or authorization related functions found`. Extra care must be taken when modifying a function that is potentially security-sensitive. The following reason was provided for why this function was flagged as sensitive: Not related to authentication or authorization

Check warning on line 1 in helm/defectdojo/Chart.yaml

View check run for this annotation

DryRunSecurity / AI-powered Sensitive Files Check

Possible Sensitive File

Our AI-Powered Sensitive File checker believes it has discovered a sensitive file being modified in this PR. Extra care must be taken when modifying a file that is potentially security-sensitive. The following reason was provided: Contains configuration details for the deployment of DefectDojo application.
appVersion: "2.30.0-dev"
appVersion: "2.29.3"
description: A Helm chart for Kubernetes to install DefectDojo
name: defectdojo
version: 1.6.101-dev
version: 1.6.101
icon: https://www.defectdojo.org/img/favicon.ico
maintainers:
- name: madchap
Expand Down

0 comments on commit 3179a17

Please sign in to comment.