Skip to content

Commit

Permalink
fix: use owasp repository links
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Aug 13, 2020
1 parent 2feb653 commit 7bb2876
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<a href="https://www.npmjs.org/package/cwe-tool"><img src="https://badgen.net/npm/v/cwe-tool" alt="npm version"/></a>
<a href="https://www.npmjs.org/package/cwe-tool"><img src="https://badgen.net/npm/license/cwe-tool" alt="license"/></a>
<a href="https://www.npmjs.org/package/cwe-tool"><img src="https://badgen.net/npm/dt/cwe-tool" alt="downloads"/></a>
<a href="https://github.com/lirantal/cwe-tool/actions?workflow=CI"><img src="https://github.com/lirantal/cwe-tool/workflows/CI/badge.svg" alt="build"/></a>
<a href="https://codecov.io/gh/lirantal/cwe-tool"><img src="https://badgen.net/codecov/c/github/lirantal/cwe-tool" alt="codecov"/></a>
<a href="https://snyk.io/test/github/lirantal/cwe-tool"><img src="https://snyk.io/test/github/lirantal/cwe-tool/badge.svg" alt="Known Vulnerabilities"/></a>
<a href="https://github.com/owasp/cwe-tool/actions?workflow=CI"><img src="https://github.com/owasp/cwe-tool/workflows/CI/badge.svg" alt="build"/></a>
<a href="https://codecov.io/gh/owasp/cwe-tool"><img src="https://badgen.net/codecov/c/github/owasp/cwe-tool" alt="codecov"/></a>
<a href="https://snyk.io/test/github/owasp/cwe-tool"><img src="https://snyk.io/test/github/owasp/cwe-tool/badge.svg" alt="Known Vulnerabilities"/></a>
<a href="./SECURITY.md"><img src="https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg" alt="Responsible Disclosure Policy" /></a>
</p>

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
"vulnerability",
"enumeration"
],
"homepage": "https://github.com/lirantal/cwe-tool",
"homepage": "https://github.com/owasp/cwe-tool",
"bugs": {
"url": "https://github.com/lirantal/cwe-tool/issues"
"url": "https://github.com/owasp/cwe-tool/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/lirantal/cwe-tool.git"
"url": "https://github.com/owasp/cwe-tool.git"
},
"dependencies": {
"cwe-sdk": "^1.0.1",
Expand Down

0 comments on commit 7bb2876

Please sign in to comment.