SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
devel/ruby-rack-protection/Makefile
Normal file
18
devel/ruby-rack-protection/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
COMMENT= web attack rack protection
|
||||
|
||||
DISTNAME= rack-protection-3.0.6
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
BUILD_DEPENDS+= ${RUN_DEPENDS} \
|
||||
www/ruby-rack
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-rack-protection/distinfo
Normal file
2
devel/ruby-rack-protection/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rack-protection-3.0.6.gem) = CMbf2rdKv1ckMkLfc8KG3j11srARCAPNebTz8NUx9c4=
|
||||
SIZE (rack-protection-3.0.6.gem) = 20480
|
1
devel/ruby-rack-protection/pkg/DESCR
Normal file
1
devel/ruby-rack-protection/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Protect against typical web attacks, works with all Rack apps.
|
34
devel/ruby-rack-protection/pkg/PLIST
Normal file
34
devel/ruby-rack-protection/pkg/PLIST
Normal file
|
@ -0,0 +1,34 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/License
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack-protection.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection/authenticity_token.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection/base.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection/content_security_policy.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection/cookie_tossing.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection/encrypted_cookie.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection/encryptor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection/escaped_params.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection/form_token.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection/frame_options.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection/http_origin.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection/ip_spoofing.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection/json_csrf.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection/path_traversal.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection/referrer_policy.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection/remote_referrer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection/remote_token.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection/session_hijacking.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection/strict_transport.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack/protection/xss_header.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rack_protection.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/rack-protection.gemspec
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue