File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ LABEL maintainer="Bjoern Kimminich <bjoern.kimminich@owasp.org>" \
38
38
org.opencontainers.image.vendor="Open Web Application Security Project" \
39
39
org.opencontainers.image.documentation="https://help.owasp-juice.shop" \
40
40
org.opencontainers.image.licenses="MIT" \
41
- org.opencontainers.image.version="15.3 .0" \
41
+ org.opencontainers.image.version="16.0 .0" \
42
42
org.opencontainers.image.url="https://owasp-juice.shop" \
43
43
org.opencontainers.image.source="https://github.com/juice-shop/juice-shop" \
44
44
org.opencontainers.image.revision=$VCS_REF \
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ We provide security patches for the latest released minor version.
12
12
13
13
| Version | Supported |
14
14
| :--------| :-------------------|
15
- | 15.3 .x | :white_check_mark : |
16
- | <15.3 | :x : |
15
+ | 16.0 .x | :white_check_mark : |
16
+ | <16.0 | :x : |
17
17
18
18
## Reporting a Vulnerability
19
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " frontend" ,
3
- "version" : " 15.3 .0" ,
3
+ "version" : " 16.0 .0" ,
4
4
"scripts" : {
5
5
"ng" : " ng" ,
6
6
"start" : " ng serve" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " juice-shop" ,
3
- "version" : " 15.3 .0" ,
3
+ "version" : " 16.0 .0" ,
4
4
"private" : true ,
5
5
"description" : " Probably the most modern and sophisticated insecure web application" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments