Skip to content

Add NVD checker to travis build#224

Merged
pitbulk merged 3 commits intoSAML-Toolkits:masterfrom
AriPaaWun:feature/nvd-check
Mar 11, 2019
Merged

Add NVD checker to travis build#224
pitbulk merged 3 commits intoSAML-Toolkits:masterfrom
AriPaaWun:feature/nvd-check

Conversation

@AriPaaWun
Copy link
Copy Markdown
Contributor

@AriPaaWun AriPaaWun commented Mar 11, 2019

Proposed changes to introduce NVD checker.

Related to issue #223

I included an empty suppressions file for future use.
It is pretty easy to edit. A guide is here https://jeremylong.github.io/DependencyCheck/general/suppression.html
Also correct suppression tags can be copy pasted from the report the tool generates.

The false positive came from an old logback version that has a ServerSocketReceiver related vulnerability. I don't think OneLogin uses that feature, but I thought it would be best to just update the dependency.

Checks fail if any found vulnerability's severity is 7 (high) or more.
CVSS Severity ratings are explained here https://www.first.org/cvss/specification-document
A ServerSocketReceiver related vulnerability was fixed in version 1.2.0.
Although OneLogin does not use this feature it does not hurt to update the dependency.
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.011% when pulling a673ef0 on AriPaaWun:feature/nvd-check into db6c5ac on onelogin:master.

@pitbulk
Copy link
Copy Markdown
Contributor

pitbulk commented Mar 11, 2019

Thanks for contributing.

@pitbulk pitbulk merged commit 952deb6 into SAML-Toolkits:master Mar 11, 2019
@AriPaaWun AriPaaWun deleted the feature/nvd-check branch March 11, 2019 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants