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.
main
Po-Chuan Hsieh 2024-05-16 14:14:10 +08:00
parent 6da1d3c865
commit 6f0ee27254
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 25 additions and 0 deletions

View File

@ -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

View 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>

View 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

View File

@ -0,0 +1,2 @@
Bullet Train Scope Validator provides a simple pattern for protecting belongs_to
associations from malicious ID stuffing.