Skip to content

Commit

Permalink
Vfep 1175 - fix order of columns in institution export (#1031)
Browse files Browse the repository at this point in the history
* fix order of columns in institution export

* fix dependabot gem issue

* fix next dependabot issue

* add bundler-audit.yml

* change bundler-audit.yml

* remove not working bundler-audit solution, add codeclimate solution'

* try another code-climate solution

* try another code-climate solution

* try another code-climate solution

* try another code-climate solution

* remove from codeclimate and put in security.rake

* ignore another cve that got posted yesterday

---------

Co-authored-by: nfstern02 <[email protected]>
  • Loading branch information
GcioGregg and nfstern02 authored Feb 27, 2024
1 parent ede161b commit 418095c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/tasks/security.rake
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ task security: :environment do

puts 'running bundle-audit to check for insecure dependencies...'
exit!(1) unless ShellCommand.run('bundle-audit update')
audit_result = ShellCommand.run('bundle-audit check --ignore CVE-2017-8418 CVE-2024-26143')

audit_result = ShellCommand.run('bundle-audit check --ignore CVE-2017-8418 CVE-2024-26143 CVE-2024-27456')
puts "\n"
if brakeman_result && audit_result
puts Rainbow('Passed. No obvious security vulnerabilities.').green
Expand Down

0 comments on commit 418095c

Please sign in to comment.