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

Integrate OWASP Dependency Check #232

Merged
merged 1 commit into from
Oct 31, 2016
Merged

Integrate OWASP Dependency Check #232

merged 1 commit into from
Oct 31, 2016

Conversation

kotakanbe
Copy link
Member

@kotakanbe kotakanbe commented Oct 24, 2016

Usage: Integrate with OWASP Dependency Check to Automatic update when the libraries are updated (Experimental)

OWASP Dependency check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities.

Benefit of integrating Vuls And OWASP Dependency Check is below.

  • Automatic Update of Vuls config when the libraries are updated.
  • Reporting by Email or Slack by using Vuls.
  • Reporting in Japanese
    • OWASP Dependency Check supports only English

How to integrate Vuls with OWASP Dependency Check

  • Execute OWASP Dependency Check with --format=XML option.

  • Define the xml file path of dependency check in config.toml.

    [servers]
    
    [servers.172-31-4-82]
    host         = "172.31.4.82"
    user        = "ec2-user"
    keyPath     = "/home/username/.ssh/id_rsa"
    dependencyCheckXMLPath = "/tmp/dependency-check-report.xml"
    

@kotakanbe kotakanbe changed the title [WIP]Integrate OWASP Dependency Check Integrate OWASP Dependency Check Oct 27, 2016
@kotakanbe
Copy link
Member Author

I talked about this P/R at Security-JAWS#3

The Slide is here(in English).
Integrate Vuls with OWASP Dependency Check. To enable automatic update of vuls config when the programming language libraries are update.
http://qiita.com/kotakanbe@github/items/58a720c1028c1c23346b

@kotakanbe kotakanbe merged commit 85c0009 into master Oct 31, 2016
@kotakanbe kotakanbe deleted the owasp branch November 8, 2016 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant