CSRF protection using HMAC-signed state tokens (RFC 5869, RFC 2104)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(lint): remove redundant make_ prefixes (E331)

Rename make_superblock → superblock, make_inode_buf → inode_buf,
make_image → image, make_key → key in squashfs and streaming-aead.

-2
-2
fuzz/fuzz_csrf.ml
··· 57 57 test_tampered_signature; 58 58 test_case "malformed input doesn't crash" [ bytes; bytes ] test_malformed; 59 59 ] ) 60 - 61 - let run () = Crowbar.run "csrf" [ suite ]