diff --git a/bearer.ignore b/bearer.ignore index 3fa9f2d3..0967ef42 100644 --- a/bearer.ignore +++ b/bearer.ignore @@ -1,8 +1 @@ -{ - "2314bd71cca49a48fe84485b966be0b6_0": { - "author": "Jill Klang", - "comment": "Ignoring this finding for now", - "false_positive": false, - "ignored_at": "2024-11-08T15:00:28Z" - } -} \ No newline at end of file +{} diff --git a/packages/consent/lib/consent/dsl.rb b/packages/consent/lib/consent/dsl.rb index 968c7a5c..ee06d8ac 100644 --- a/packages/consent/lib/consent/dsl.rb +++ b/packages/consent/lib/consent/dsl.rb @@ -18,8 +18,6 @@ def with_defaults(new_defaults, &block) def eval_view(key, label, collection_conditions) view key, label do |user| eval(collection_conditions) - # triggering a failure - eval(collection) end end # rubocop:enable Lint/UnusedBlockArgument, Security/Eval