mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
www/rubygem-bullet_train-scope_validator: Add rubygem-bullet_train-scope_validator 1.7.2
Bullet Train Scope Validator provides a simple pattern for protecting belongs_to associations from malicious ID stuffing.
This commit is contained in:
parent
6da1d3c865
commit
6f0ee27254
@ -1971,6 +1971,7 @@
|
||||
SUBDIR += rubygem-bullet_train-has_uuid
|
||||
SUBDIR += rubygem-bullet_train-roles
|
||||
SUBDIR += rubygem-bullet_train-routes
|
||||
SUBDIR += rubygem-bullet_train-scope_validator
|
||||
SUBDIR += rubygem-cal-heatmap-rails
|
||||
SUBDIR += rubygem-carrierwave
|
||||
SUBDIR += rubygem-carrierwave1
|
||||
|
19
www/rubygem-bullet_train-scope_validator/Makefile
Normal file
19
www/rubygem-bullet_train-scope_validator/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
PORTNAME= bullet_train-scope_validator
|
||||
PORTVERSION= 1.7.2
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Protect belongs_to attributes from ID stuffing
|
||||
WWW= https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-scope_validator
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-rails71>=0:www/rubygem-rails71
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-bullet_train-scope_validator/distinfo
Normal file
3
www/rubygem-bullet_train-scope_validator/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1714227838
|
||||
SHA256 (rubygem/bullet_train-scope_validator-1.7.2.gem) = a037833e9d82f1c3a74bcfe7b7750a12339a92f0f74bda850cbb8ae59c7c18b1
|
||||
SIZE (rubygem/bullet_train-scope_validator-1.7.2.gem) = 11776
|
2
www/rubygem-bullet_train-scope_validator/pkg-descr
Normal file
2
www/rubygem-bullet_train-scope_validator/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
Bullet Train Scope Validator provides a simple pattern for protecting belongs_to
|
||||
associations from malicious ID stuffing.
|
Loading…
Reference in New Issue
Block a user