Skip to content

Commit

Permalink
Remove bearer skip rule for addressed vulnerability (#159)
Browse files Browse the repository at this point in the history
Actual vulnerability was addressed in #158

Closes #139
  • Loading branch information
maxkadel authored Jan 14, 2025
1 parent 707330b commit 964f717
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bearer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ rule:
disable-default-rules: false
only-rule: []
# Tickets to remediate these rules and remove from this stanza:
# ruby_lang_eval_linter - https://github.com/pulibrary/repecwp/issues/139
# ruby_rails_default_encryption - https://github.com/pulibrary/repecwp/issues/140
skip-rule: [ruby_lang_eval_linter, ruby_rails_default_encryption]
skip-rule: [ruby_rails_default_encryption]
scan:
context: ""
data_subject_mapping: ""
Expand Down

0 comments on commit 964f717

Please sign in to comment.