https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38365

David Cook <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #193296|0                           |1
        is obsolete|                            |

--- Comment #212 from David Cook <[email protected]> ---
Created attachment 193949
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193949&action=edit
Bug 38365: Increase CSP nonce entropy to 128+ bits

OWASP recommends CSP nonces have at least 128 bits of entropy.
The previous 10-character alphanumeric nonce provided only ~59 bits
(log2(62^10) ≈ 59.5).

Increase to 22 characters which provides ~130 bits of entropy
(log2(62^22) ≈ 130.5), exceeding the OWASP recommendation.

Signed-off-by: David Cook <[email protected]>
Signed-off-by: Lari Taskula <[email protected]>
Signed-off-by: David Cook <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to