File tree Expand file tree Collapse file tree
scanners/sslyze/cascading-rules Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ tag-template: 'v$NEXT_PATCH_VERSION'
33categories :
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'
2527template : |
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+   
2932
33+ $CHANGES
34+
35+ ## Distribution
36+ [](https://artifacthub.io/packages/search?repo=seccurecodebox)
37+ [](https://hub.docker.com/u/securecodebox)
38+
3039 ## Contributers
3140 Thx to all our contributers supporting this project 🤗
3241 $CONTRIBUTORS
Original file line number Diff line number Diff line change 11apiVersion : v2
22version : v2.6.0-alpha1
3- appVersion : " v12.4.0 "
3+ appVersion : " v12.6.1 "
44name : juice-shop
55description : " OWASP Juice Shop: Probably the most modern and sophisticated insecure web application"
66type : application
Original file line number Diff line number Diff line change 11apiVersion : v2
22version : v2.6.0-alpha1
3- appVersion : " v12.4.0 "
3+ appVersion : " v12.6.1 "
44name : juice-shop
55description : " OWASP Juice Shop: Probably the most modern and sophisticated insecure web application"
66type : application
Original file line number Diff line number Diff 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}}"]
You can’t perform that action at this time.
0 commit comments