Skip to content

Commit 7551bd1

Browse files
committed
fix: project migrated from lirantal to owasp org
1 parent 89e0f24 commit 7551bd1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<a href="https://www.npmjs.org/package/cwe-sdk"><img src="https://badgen.net/npm/v/cwe-sdk" alt="npm version"/></a>
1111
<a href="https://www.npmjs.org/package/cwe-sdk"><img src="https://badgen.net/npm/license/cwe-sdk" alt="license"/></a>
1212
<a href="https://www.npmjs.org/package/cwe-sdk"><img src="https://badgen.net/npm/dt/cwe-sdk" alt="downloads"/></a>
13-
<a href="https://github.com/lirantal/cwe-sdk/actions?workflow=CI"><img src="https://github.com/lirantal/cwe-sdk/workflows/CI/badge.svg" alt="build"/></a>
14-
<a href="https://codecov.io/gh/lirantal/cwe-sdk"><img src="https://badgen.net/codecov/c/github/lirantal/cwe-sdk" alt="codecov"/></a>
15-
<a href="https://snyk.io/test/github/lirantal/cwe-sdk"><img src="https://snyk.io/test/github/lirantal/cwe-sdk/badge.svg" alt="Known Vulnerabilities"/></a>
13+
<a href="https://github.com/owasp/cwe-sdk/actions?workflow=CI"><img src="https://github.com/owasp/cwe-sdk/workflows/CI/badge.svg" alt="build"/></a>
14+
<a href="https://codecov.io/gh/owasp/cwe-sdk"><img src="https://badgen.net/codecov/c/github/owasp/cwe-sdk" alt="codecov"/></a>
15+
<a href="https://snyk.io/test/github/owasp/cwe-sdk"><img src="https://snyk.io/test/github/owasp/cwe-sdk/badge.svg" alt="Known Vulnerabilities"/></a>
1616
<a href="./SECURITY.md"><img src="https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg" alt="Responsible Disclosure Policy" /></a>
1717
</p>
1818

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"vulnerability",
3333
"security"
3434
],
35-
"homepage": "https://github.com/lirantal/cwe-sdk",
35+
"homepage": "https://github.com/owasp/cwe-sdk",
3636
"bugs": {
37-
"url": "https://github.com/lirantal/cwe-sdk/issues"
37+
"url": "https://github.com/owasp/cwe-sdk/issues"
3838
},
3939
"repository": {
4040
"type": "git",
41-
"url": "https://github.com/lirantal/cwe-sdk.git"
41+
"url": "https://github.com/owasp/cwe-sdk.git"
4242
},
4343
"dependencies": {
4444
"debug": "^4.2.0",
@@ -218,4 +218,4 @@
218218
"raw",
219219
"src"
220220
]
221-
}
221+
}

0 commit comments

Comments
 (0)