Skip to content

Commit 84f95ab

Browse files
authored
Merge branch 'main' into doc/update-and-support-strategy
2 parents 7ceeb5c + 5ee3512 commit 84f95ab

4 files changed

Lines changed: 28 additions & 7 deletions

File tree

.github/release-drafter.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ tag-template: 'v$NEXT_PATCH_VERSION'
33
categories:
44
- title: '🚀 Features'
55
label: 'enhancement'
6-
- title: '🕷 Security Scanner'
7-
label: 'security scanner'
6+
- title: '🚓 Security Scanner'
7+
label: 'scanner'
88
- title: '⚓️ Hooks'
99
label: 'hook'
1010
- title: '🐛 Bug Fixes'
@@ -14,7 +14,9 @@ categories:
1414
- 'test'
1515
- 'testing'
1616
- title: '📚 Documentation'
17-
label: 'docs'
17+
labels:
18+
- 'docs'
19+
- 'documentation '
1820
- title: '🔧 Maintenance'
1921
label: 'maintenance'
2022
- title: '📌 Dependencies'
@@ -24,9 +26,16 @@ exclude-labels:
2426
- 'skip-changelog'
2527
template: |
2628
## Changes
27-
This release contains the following changes.
28-
$CHANGES
29+
This release contains the following changes 🎉 please spread the word or leave a GitHub star if you like it 😉
30+
31+
![GitHub commits since tagged version](https://img.shields.io/github/commits-since/secureCodeBox/secureCodeBox/$PREVIOUS_TAG) ![GitHub Repo stars](https://img.shields.io/github/stars/secureCodeBox/secureCodeBox?style=social) ![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2FsecureCodeBox%2FsecureCodeBox%2Freleases%2Ftag%2Flatest)
2932
33+
$CHANGES
34+
35+
## Distribution
36+
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/seccureCodeBox)](https://artifacthub.io/packages/search?repo=seccurecodebox)
37+
[![Docker Hub](https://img.shields.io/badge/Docker%20Hub-secureCodeBox-blue?style=flat&logo=docker&color=lightblue&labelColor=blue&logoColor=white)](https://hub.docker.com/u/securecodebox)
38+
3039
## Contributers
3140
Thx to all our contributers supporting this project 🤗
3241
$CONTRIBUTORS

demo-apps/juice-shop/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
version: v2.6.0-alpha1
3-
appVersion: "v12.4.0"
3+
appVersion: "v12.6.1"
44
name: juice-shop
55
description: "OWASP Juice Shop: Probably the most modern and sophisticated insecure web application"
66
type: application

demo-apps/juice-shop/helm2.Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
version: v2.6.0-alpha1
3-
appVersion: "v12.4.0"
3+
appVersion: "v12.6.1"
44
name: juice-shop
55
description: "OWASP Juice Shop: Probably the most modern and sophisticated insecure web application"
66
type: application

scanners/sslyze/cascading-rules/https.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,22 @@ spec:
1212
attributes:
1313
port: 443
1414
state: open
15+
- category: "Open Port"
16+
attributes:
17+
port: 8443
18+
state: open
1519
- category: "Open Port"
1620
attributes:
1721
service: "https"
1822
state: open
23+
- category: "Open Port"
24+
attributes:
25+
service: "https-alt"
26+
state: open
27+
- category: "Open Port"
28+
attributes:
29+
service: "ssl/http"
30+
state: open
1931
scanSpec:
2032
scanType: "sslyze"
2133
parameters: ["--regular", "{{$.hostOrIP}}:{{attributes.port}}"]

0 commit comments

Comments
 (0)