Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#41] [Chore] Fix error from Danger #40

Merged
merged 11 commits into from Jun 21, 2021
5 changes: 3 additions & 2 deletions Dangerfile
Expand Up @@ -19,7 +19,8 @@ suggester.suggest
eslint.lint

# Report your Ruby app test suite code coverage in Danger.
simplecov.report 'coverage/coverage.json'
# simplecov.report 'coverage/coverage.json'

# Report missing test coverage of new changes in Danger
undercover.report
# Commented as undercover reports needs tests to run, which needs a different env
# undercover.report
22 changes: 22 additions & 0 deletions config/brakeman.ignore
@@ -0,0 +1,22 @@
{
"ignored_warnings": [
{
"warning_type": "Cross-Site Scripting",
"warning_code": 106,
"fingerprint": "c8adc1c0caf2c9251d1d8de588fb949070212d0eed5e1580aee88bab2287b772",
"check_name": "SanitizeMethods",
"message": "loofah gem 2.10.0 is vulnerable (CVE-2018-8048). Upgrade to 2.2.1",
"file": "Gemfile.lock",
"line": 214,
"link": "https://github.com/flavorjones/loofah/issues/144",
"code": null,
"render_path": null,
"location": null,
"user_input": null,
"confidence": "Medium",
"note": "2.10.0 is HIGHER than 2.2.1, thus already patched!"
}
],
"updated": "2021-06-18 15:28:26 +0700",
"brakeman_version": "5.0.1"
}
Empty file removed log/.keep
Empty file.