sysPass 2.1.11
·
744 commits
to master
since this release
- [FIX] Related #618. Try to fix wrong behavior when retrieving customers list for the current user. Thanks to @alexanderbuhler for the feedback.
- [FIX] Related #641. Removed non-existing table field while refreshing an API token. Thanks to @ cbrassel for the feedback.
- [FIX] Related #640. Set required auth for addAccount action because the auth wasn't being triggered. Thanks to @cbrassel for the feedback.
- [FIX] Fixes #640. Remove unnecessary auth check when running API method.Thanks to @cbrassel for the feedback.
- [FIX] Fixes #638. Aggressive replacement when URL params are being used in HTML markup.Thanks to @LeSuisse for the feedback.
- [FIX] Fixes #636. Improved search string filtering by removing special chars used in regular expressions. Thanks to @LeSuisse for the feedback.
- [MOD] Related #637. Improved random bytes generation to prevent cache-timing attacks (this does not affect to cryptographic functions, which were already safe). Thanks to @LeSuisse for the feedback.
- [MOD] Temporary master password will never be saved in the event log.