Skip to content

Commit f75fe15

Browse files
authored
Merge pull request #14914 from DefectDojo/master-into-dev/2.58.4-2.59.0-dev
Release: Merge back 2.58.4 into dev from: master-into-dev/2.58.4-2.59.0-dev
2 parents 968cc5d + dd0681d commit f75fe15

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dojo/tools/cyclonedx/json_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def _get_findings_json(self, file, test):
112112
rating.get("method") == "CVSSv3"
113113
or rating.get("method") == "CVSSv31"
114114
):
115-
raw_vector = rating["vector"]
115+
raw_vector = rating.get("vector", "")
116116
cvssv3 = Cyclonedxhelper()._get_cvssv3(raw_vector)
117117
severity = rating.get("severity")
118118
if cvssv3:

helm/defectdojo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: "2.59.0-dev"
33
description: A Helm chart for Kubernetes to install DefectDojo
44
name: defectdojo
5-
version: 1.9.29-dev
5+
version: 1.9.30-dev
66
icon: https://defectdojo.com/hubfs/DefectDojo_favicon.png
77
maintainers:
88
- name: madchap

helm/defectdojo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ The HELM schema will be generated for you.
511511
512512
# General information about chart values
513513
514-
![Version: 1.9.29-dev](https://img.shields.io/badge/Version-1.9.29--dev-informational?style=flat-square) ![AppVersion: 2.59.0-dev](https://img.shields.io/badge/AppVersion-2.59.0--dev-informational?style=flat-square)
514+
![Version: 1.9.30-dev](https://img.shields.io/badge/Version-1.9.30--dev-informational?style=flat-square) ![AppVersion: 2.59.0-dev](https://img.shields.io/badge/AppVersion-2.59.0--dev-informational?style=flat-square)
515515
516516
A Helm chart for Kubernetes to install DefectDojo
517517

0 commit comments

Comments
 (0)