Skip to content
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

update epss-score #5

Merged
merged 30 commits into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
7a1ea84
Update versions in application files
Feb 5, 2024
1ffdfa6
Merge pull request #9484 from DefectDojo/master-into-bugfix/2.31.0-2.…
Maffooch Feb 5, 2024
738dca4
Update versions
Maffooch Feb 5, 2024
74665d7
Parse GitHub vulnerability version (#9462)
coheigea Feb 6, 2024
983d7ee
Fix SARIF parser with CodeQL rules (#9440)
ansereb Feb 6, 2024
57bd056
finding sla expiration date field (part two) (#9494)
blakeaowens Feb 9, 2024
00db247
Jira Server/DataCenter: Update meta methods (#9512)
Maffooch Feb 12, 2024
164c09c
Jira Webhook: Catch comments from other issue updates (#9513)
Maffooch Feb 12, 2024
7124335
add metrics page: "Product Tag Count" (fixes #9151) (#9152)
tomaszn Feb 12, 2024
19db206
Release Drafter: Try validating inputs
Maffooch Feb 12, 2024
b1890d5
Disallow duplicate tool types (#9530)
Maffooch Feb 12, 2024
eaf9f17
Engagement Surveys: Add missing leading slash (#9531)
Maffooch Feb 12, 2024
5ae08f4
Update versions in application files
Feb 12, 2024
53111c5
Merge branch 'master' into release/2.31.1
Maffooch Feb 12, 2024
d698a7a
Merge pull request #9532 from DefectDojo/release/2.31.1
Maffooch Feb 12, 2024
93f449d
Update versions in application files
Feb 12, 2024
0836d91
Merge branch 'dev' into master-into-dev/2.31.1-2.32.0-dev
Maffooch Feb 12, 2024
6297b09
Merge pull request #9534 from DefectDojo/master-into-dev/2.31.1-2.32.…
Maffooch Feb 12, 2024
10ac52d
Dojo_Group: Support for "RemoteUser" in model (#9405)
kiblik Feb 12, 2024
98ecd13
Update rabbitmq:3.12.12-alpine Docker digest from 3.12.12 to 3.12.12-…
renovate[bot] Feb 13, 2024
a5aac39
remove flot-axis library (#9540)
FelixHernandez Feb 13, 2024
329f942
use full url for helm-repos and alias in renovate.json (#9525)
rndmh3ro Feb 14, 2024
b008a8a
Update Helm release redis from 16.12.3 to ~16.13.0 (helm/defectdojo/C…
renovate[bot] Feb 15, 2024
91d485d
Update rabbitmq:3.12.12-alpine Docker digest from 3.12.12 to 3.12.12-…
renovate[bot] Feb 15, 2024
26f959a
Update postgres Docker tag from 16.1 to v16.2 (docker-compose.yml) (#…
renovate[bot] Feb 15, 2024
16fc7a7
Update Helm release mysql from 9.1.8 to ~9.19.0 (helm/defectdojo/Char…
renovate[bot] Feb 15, 2024
a2d2fc8
Update Helm release rabbitmq from 11.2.2 to ~11.16.0 (helm/defectdojo…
renovate[bot] Feb 15, 2024
9171885
Update Helm release postgresql from 11.6.26 to ~11.9.0 (helm/defectdo…
renovate[bot] Feb 15, 2024
aba513f
Update Helm release postgresql-ha from 9.1.9 to ~9.4.0 (helm/defectdo…
renovate[bot] Feb 15, 2024
c70815c
Merge branch 'epss-score' into dev
quirinziessler Feb 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions helm/defectdojo/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ dependencies:
version: 9.19.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.6.26
version: 11.9.13
- name: postgresql-ha
repository: https://charts.bitnami.com/bitnami
version: 9.1.9
version: 9.4.11
- name: rabbitmq
repository: https://charts.bitnami.com/bitnami
version: 11.2.2
version: 11.16.2
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 16.13.2
digest: sha256:055c755109a79afc56850a8c742db9968c1ab1b64ea5b1c6c79dd26192ce14d3
generated: "2024-02-15T03:24:53.319013122Z"
digest: sha256:50d07c49c1fb199a70fafd032712a1d5509a0352f090bfddd2e8a22b35be0961
generated: "2024-02-15T20:24:24.560785941Z"
6 changes: 3 additions & 3 deletions helm/defectdojo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ dependencies:
repository: "https://charts.bitnami.com/bitnami"
condition: mysql.enabled
- name: postgresql
version: ~11.6.5
version: ~11.9.0
repository: "https://charts.bitnami.com/bitnami"
condition: postgresql.enabled
- name: postgresql-ha
version: ~9.1.5
version: ~9.4.0
repository: "https://charts.bitnami.com/bitnami"
alias: postgresqlha
condition: postgresqlha.enabled
- name: rabbitmq
version: ~11.2.0
version: ~11.16.0
repository: "https://charts.bitnami.com/bitnami"
condition: rabbitmq.enabled
- name: redis
Expand Down
Loading