Source: ruby-securecompare
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 14), gem2deb, rake
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-securecompare.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-securecompare
Homepage: https://github.com/samuelkadolph/securecompare
Testsuite: autopkgtest-pkg-ruby

Package: ruby-securecompare
Architecture: all
Multi-Arch: foreign
Description: string comparison method safe for use in cryptographic functions
 securecompare borrows the secure_compare private method from
 ActiveSupport::MessageVerifier which lets you do safely compare strings
 without being vulnerable to timing attacks. Useful for Basic HTTP
 Authentication in your rack/rails application.
