Alex Tunstall
Alex Tunstall
JWTs where the signature is generated over a *base64*-encoded (not *base64url*-encoded) payload are erroneously accepted. ## Expected Result These JWTs must be rejected according to several different parts of the...
GRIN Version: `310fdc3a184353049213d28c84980345d1ff66fd` (current `master`) Save the following GRIN program in `src.grin` and then optimise it with `grin src.grin --optimize`. ```grin grinMain = u.box
Although the UI hides a user's existing password, it is still sent to the browser and can be seen in the network logs. Arguably, this is more an issue with...
## Summary * OS: Linux * Architecture: amd64 * Psutil version: 5.9.5 * Python version: 3.10.12 * Type: tests ## Description The test appears to assert that free swap is...
Setting `USECPPHS` to `cpphs-hugs` causes the `cpphs` build to fail with the following error. ``` mhs: error: "cpphssrc/malcolm-wallace-universe/polyparse-1.12/src/Text/ParserCombinators/Poly/Parser.hs": line 50, col 5: superflous instance binding ``` In contrast, `bootstrapcpphs` succeeds...
Attempting to run the following command ``` mhs -z -imhs -isrc -ilib -ipaths MicroHs.Main -ogenerated/mhs.c ``` produces the following error ``` mhs: error: recursive module: Mhs.Builtin, import chain: Mhs.Builtin MicroHs.Main...