Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghusta/struts1-cve-security-checks

Security checks (CVE) in Struts 1.x
https://github.com/ghusta/struts1-cve-security-checks

cve maven owasp security struts1

Last synced: 5 days ago
JSON representation

Security checks (CVE) in Struts 1.x

Awesome Lists containing this project

README

        

# Security checks (CVE) in Struts 1.x

[![Build Status](https://travis-ci.org/ghusta/struts1-cve-security-checks.svg?branch=master)](https://travis-ci.org/ghusta/struts1-cve-security-checks)

It will check any **security issues** in dependencies used by Struts 1.3.

The [OWASP Dependency Check](https://www.owasp.org/index.php/OWASP_Dependency_Check) Maven plugin is used to do so,
and will use the [NVD database](https://nvd.nist.gov/vuln/data-feeds).

## Usage

> mvn verify

## Report

Open the file `./target/dependency-check-report.html` or check the console output.

### Sample

See a report sample [there](./report-sample/dependency-check-report.html).

### Vulnerabilities reported

The vulnerabilities reported will be those as this page, minus the suppressed false positives : [cpe:/a:apache:struts:1.3.10](https://web.nvd.nist.gov/view/vuln/search-results?adv_search=true&cves=on&cpe_version=cpe%3A%2Fa%3Aapache%3Astruts%3A1.3.10).