Skip to content

Commit

Permalink
ignoring CVE-2018-1000201 until rails fixes it (#7627)
Browse files Browse the repository at this point in the history
ruby advisory fails on

```
Name: loofah
Version: 2.2.2
Advisory: CVE-2018-16468
Criticality: Unknown
URL: flavorjones/loofah#154
Title: Loofah XSS Vulnerability
Solution: upgrade to >= 2.2.3
```

Once rails/rails-html-sanitizer#73 is merged, we can remove this exception.
  • Loading branch information
jiahuang authored and va-bot committed Oct 31, 2018
1 parent e61029d commit 9d5bc21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/tasks/security.rake
Expand Up @@ -20,6 +20,10 @@ task :security_caseflow do
if Time.zone.local(2018, 9, 10) < Time.zone.today - 1.week
audit_cmd = "bundle-audit check"
end

# ignore CVE-2018-1000201 (awaiting on https://github.com/rails/rails-html-sanitizer/pull/73)
audit_cmd += " --ignore CVE-2018-16468"

audit_result = ShellCommand.run(audit_cmd)

puts "\n"
Expand Down

0 comments on commit 9d5bc21

Please sign in to comment.