Skip to content

Commit c538178

Browse files
committed
Version update
Updated testresult
1 parent 153a443 commit c538178

File tree

3 files changed

+901
-325
lines changed

3 files changed

+901
-325
lines changed

Diff for: SECURITY.md

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ To receive fixes for security vulnerabilities it is required to always upgrade t
3232
| V 0.6.16 | JavaScript could get executed on authors page. Thanks to @alicaz ||
3333
| V 0.6.16 | Localhost can no longer be used to upload covers. Thanks to @scara31 ||
3434
| V 0.6.16 | Another case where public shelfs could be created without permission is prevented. Thanks to @nhiephon ||
35+
| V 0.6.17 | The SSRF Protection can no longer be bypassed via an HTTP redirect. Thanks to @416e6e61 ||
36+
| V 0.6.17 | The SSRF Protection can no longer be bypassed via 0.0.0.0 and it's ipv6 equivalent. Thanks to @r0hanSH ||
3537

3638

3739
## Staement regarding Log4j (CVE-2021-44228 and related)

Diff for: cps/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def selected_roles(dictionary):
154154
BookMeta = namedtuple('BookMeta', 'file_path, extension, title, author, cover, description, tags, series, '
155155
'series_id, languages, publisher')
156156

157-
STABLE_VERSION = {'version': '0.6.17 Beta'}
157+
STABLE_VERSION = {'version': '0.6.17'}
158158

159159
NIGHTLY_VERSION = dict()
160160
NIGHTLY_VERSION[0] = '$Format:%H$'

0 commit comments

Comments
 (0)