ring-anti-forgery-clojure 1.1.0-1.1 source package in Ubuntu

Changelog

ring-anti-forgery-clojure (1.1.0-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Wed, 06 Jan 2021 20:35:40 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ring-anti-forgery-clojure_1.1.0-1.1.dsc 2.3 KiB 3b4333f6a3c66026a4bb3dc92fe9587f5acbafdb27e821d1b2618cf3e17cb819
ring-anti-forgery-clojure_1.1.0.orig.tar.gz 4.4 KiB d581db937350697d24a60e0e55ba88dbf300871e68a343035ad1ef430c3de687
ring-anti-forgery-clojure_1.1.0-1.1.debian.tar.xz 3.3 KiB 03858d2c5135dc7e21b53fdf17dacbf7e07fa077863d5fba811ded28db43e007

Available diffs

No changes file available.

Binary packages built by this source

libring-anti-forgery-clojure: Ring middleware to prevent CSRF attacks

 ring-anti-forgery is a Ring middleware that prevents CSRF attacks via
 a randomly-generated anti-forgery token. By default, any request that isn't a
 HEAD or GET request will require an anti-forgery token, or an "access denied"
 response will be returned. The token is bound to the session, and accessible
 via the "anti-forgery-token" variable.