Date: Thu, 10 Aug 2017 15:29:49 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447686 - in branches/2017Q3/devel: . rubygem-hashie-forbidden_attributes Message-ID: <201708101529.v7AFTnBS054849@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708101529.v7AFTnBS054849>