Skip to content

Commit

Permalink
Upates for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzieIsaacs committed Jan 24, 2022
1 parent 01ab75a commit e0e0422
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions SECURITY.md
Expand Up @@ -29,6 +29,9 @@ To receive fixes for security vulnerabilities it is required to always upgrade t
| V 0.6.15 | Cross-Site Scripting vulnerability on uploaded cover file names. Thanks to @ibarrionuevo ||
| V 0.6.15 | Creating public shelfs is now denied if user is missing the edit public shelf right. Thanks to @ibarrionuevo ||
| V 0.6.15 | Changed error message in case of trying to delete a shelf unauthorized. Thanks to @ibarrionuevo ||
| V 0.6.16 | JavaScript could get executed on authors page. Thanks to @alicaz ||
| V 0.6.16 | Localhost can no longer be used to upload covers. Thanks to @scara31 ||
| V 0.6.16 | Another case where public shelfs could be created without permission is prevented. Thanks to @ibarrionuevo ||


## Staement regarding Log4j (CVE-2021-44228 and related)
Expand Down
2 changes: 1 addition & 1 deletion cps/constants.py
Expand Up @@ -151,7 +151,7 @@ def selected_roles(dictionary):
BookMeta = namedtuple('BookMeta', 'file_path, extension, title, author, cover, description, tags, series, '
'series_id, languages, publisher')

STABLE_VERSION = {'version': '0.6.16 Beta'}
STABLE_VERSION = {'version': '0.6.16'}

NIGHTLY_VERSION = {}
NIGHTLY_VERSION[0] = '$Format:%H$'
Expand Down

0 comments on commit e0e0422

Please sign in to comment.