svn commit: r447686 - in branches/2017Q3/devel: . rubygem-hashie-forbidden_attributes

Torsten Zuehlsdorff tz at FreeBSD.org
Thu Aug 10 15:29:50 UTC 2017


Author: tz
Date: Thu Aug 10 15:29:49 2017
New Revision: 447686
URL: https://svnweb.freebsd.org/changeset/ports/447686

Log:
  MFH: r445882
  
  Add rubygem-hashie-forbidden_attributes 0.1.1
  
  If you're using Rails 4 strong parameters, you will get a
  ForbiddenAttributesProtection exceptions when mass-assigning attributes. This
  gem allows mass assignment. It prevents Mash from responding to :permitted? and
  therefore triggering this behavior in ForbiddenAttributesProtection.
  
  WWW: https://github.com/Maxim-Filimonov/hashie-forbidden_attributes
  
  Approved by:	ports-secteam (feld)

Added:
  branches/2017Q3/devel/rubygem-hashie-forbidden_attributes/
     - copied from r445882, head/devel/rubygem-hashie-forbidden_attributes/
Modified:
  branches/2017Q3/devel/Makefile
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/devel/Makefile
==============================================================================
--- branches/2017Q3/devel/Makefile	Thu Aug 10 15:25:09 2017	(r447685)
+++ branches/2017Q3/devel/Makefile	Thu Aug 10 15:29:49 2017	(r447686)
@@ -5384,6 +5384,7 @@
     SUBDIR += rubygem-hashdiff
     SUBDIR += rubygem-hashery
     SUBDIR += rubygem-hashie
+    SUBDIR += rubygem-hashie-forbidden_attributes
     SUBDIR += rubygem-hashie2
     SUBDIR += rubygem-health_check
     SUBDIR += rubygem-health_check22


More information about the svn-ports-all mailing list