perlPackages.SessionToken: add patch

Add patch from upstream to fix missing NULL-byte bug in tokens
This commit is contained in:
Stig Palmquist 2024-01-18 20:12:19 +01:00
parent e7e340913b
commit ec5806b8e2
No known key found for this signature in database

View File

@ -22426,6 +22426,13 @@ with self; {
url = "mirror://cpan/authors/id/F/FR/FRACTAL/Session-Token-1.503.tar.gz";
hash = "sha256-MsPflu9FXHGHA2Os2VDdxPvISMWU9LxVshtEz5efeaE=";
};
patches = [
# Add final null-byte to tokens. https://github.com/hoytech/Session-Token/pull/3
(fetchpatch {
url = "https://github.com/hoytech/Session-Token/commit/cd64e7b69986054bb715755290811308159b7959.patch";
hash = "sha256-nMQmdvVQW8cQYO0+bLJcdVfSOLVIsongk+71fQ7fQdU=";
})
];
meta = {
description = "Secure, efficient, simple random session token generation";
homepage = "https://github.com/hoytech/Session-Token";