Skip to content

Commit 00a45fd

Browse files
J12934rfelber
authored andcommitted
Update references to github repository
1 parent 4be510a commit 00a45fd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+74
-74
lines changed

.github/ISSUE_TEMPLATE/new_hook.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ Before opening a new issue, please make sure that we do not have any duplicates
2626

2727
## Steps to implement a new Hook
2828
<!--
29-
Hint: A general guide how to implement a new scanner is documented [here](https://github.com/secureCodeBox/secureCodeBox-v2/tree/master/docs/developer-guide)
29+
Hint: A general guide how to implement a new scanner is documented [here](https://github.com/secureCodeBox/secureCodeBox/tree/master/docs/developer-guide)
3030
-->
3131

32-
- [ ] Create a new folder with the name of the [hook here](https://github.com/secureCodeBox/secureCodeBox-v2/tree/master/hooks)
32+
- [ ] Create a new folder with the name of the [hook here](https://github.com/secureCodeBox/secureCodeBox/tree/master/hooks)
3333
- [ ] Add a README and give a brief overview of the scanner and its configuration options.
3434
- [ ] Add (optional) a Dockerfile for the scanner if there is no existing one publicly available on dockerHub
35-
- [ ] Use the [Hook-SDK](https://github.com/secureCodeBox/secureCodeBox-v2/tree/master/hook-sdk) to implement a new hook (currently based on NodeJS)
35+
- [ ] Use the [Hook-SDK](https://github.com/secureCodeBox/secureCodeBox/tree/master/hook-sdk) to implement a new hook (currently based on NodeJS)
3636
- [ ] Add unit tests with at minimum 80% test coverage
3737
- [ ] Add some example scan.yaml and finding.yaml files in the example folder
38-
- [ ] Implement a new integration test for the hook [here](https://github.com/secureCodeBox/secureCodeBox-v2/tree/master/tests/integration)
38+
- [ ] Implement a new integration test for the hook [here](https://github.com/secureCodeBox/secureCodeBox/tree/master/tests/integration)

.github/ISSUE_TEMPLATE/new_security_scanner.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ Before opening a new issue, please make sure that we do not have any duplicates
2626

2727
## Steps to implement a new scanner
2828
<!--
29-
Hint: A general guide how to implement a new scanner is documented [here](https://github.com/secureCodeBox/secureCodeBox-v2/tree/master/docs/developer-guide)
29+
Hint: A general guide how to implement a new scanner is documented [here](https://github.com/secureCodeBox/secureCodeBox/tree/master/docs/developer-guide)
3030
-->
3131

32-
- [ ] Create a new folder with the name of the [scanner here](https://github.com/secureCodeBox/secureCodeBox-v2/tree/master/scanners)
32+
- [ ] Create a new folder with the name of the [scanner here](https://github.com/secureCodeBox/secureCodeBox/tree/master/scanners)
3333
- [ ] Add a README.md and give a brief overview of the scanner and its configuration options.
3434
- [ ] Implement a new scanner specific scan-type.yaml
3535
- [ ] Implement a new scanner specific parse-definition.yaml
3636
- [ ] Add (optional) some cascading-rules.yaml
3737
- [ ] Add (optional) a Dockerfile for the scanner if there is no existing one publicly available on dockerHub
38-
- [ ] Use the [parser-SDK](https://github.com/secureCodeBox/secureCodeBox-v2/tree/master/parser-sdk) to implement a new findings parser (currently based on NodeJS)
38+
- [ ] Use the [parser-SDK](https://github.com/secureCodeBox/secureCodeBox/tree/master/parser-sdk) to implement a new findings parser (currently based on NodeJS)
3939
- [ ] Add unit tests with at minimum 80% test coverage

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77

88
<p align="center">
99
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="License Apache-2.0" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a>
10-
<a href="https://github.com/secureCodeBox/secureCodeBox-v2/releases/tag/v2.0.0-rc.1"><img alt="Preview GitHub Release" src="https://img.shields.io/badge/release-v2.0.0%7Erc.1-blue.svg"></a>
10+
<a href="https://github.com/secureCodeBox/secureCodeBox/releases/tag/v2.0.0-rc.1"><img alt="Preview GitHub Release" src="https://img.shields.io/badge/release-v2.0.0%7Erc.1-blue.svg"></a>
1111
<a href="https://owasp.org/www-project-securecodebox/"><img alt="OWASP Incubator Project" src="https://img.shields.io/badge/OWASP-Incubator%20Project-365EAA"></a>
1212
<a href="https://twitter.com/securecodebox"><img alt="Twitter Follower" src="https://img.shields.io/twitter/follow/securecodebox?style=flat&color=blue&logo=twitter"></a>
1313
</p>
1414
<p align="center">
15-
<a href="https://github.com/secureCodeBox/secureCodeBox-v2/actions?query=workflow%3ACI"><img alt="Build" src="https://github.com/secureCodeBox/secureCodeBox-v2/workflows/CI/badge.svg"></a>
16-
<a href="https://codeclimate.com/github/secureCodeBox/secureCodeBox-v2-alpha/maintainability"><img alt="Maintainability" src="https://api.codeclimate.com/v1/badges/b6bf3af707671b5e5251/maintainability" /></a>
17-
<a href="https://codeclimate.com/github/secureCodeBox/secureCodeBox-v2-alpha/test_coverage"><img alt="Test Coverage" src="https://api.codeclimate.com/v1/badges/b6bf3af707671b5e5251/test_coverage" /></a>
18-
<a href="https://snyk.io/test/github/secureCodeBox/secureCodeBox-v2/"><img alt="Known Vulnerabilities" src="https://snyk.io/test/github/secureCodeBox/secureCodeBox-v2/badge.svg"></a>
15+
<a href="https://github.com/secureCodeBox/secureCodeBox/actions?query=workflow%3ACI"><img alt="Build" src="https://github.com/secureCodeBox/secureCodeBox/workflows/CI/badge.svg"></a>
16+
<a href="https://codeclimate.com/github/secureCodeBox/secureCodeBox-alpha/maintainability"><img alt="Maintainability" src="https://api.codeclimate.com/v1/badges/b6bf3af707671b5e5251/maintainability" /></a>
17+
<a href="https://codeclimate.com/github/secureCodeBox/secureCodeBox-alpha/test_coverage"><img alt="Test Coverage" src="https://api.codeclimate.com/v1/badges/b6bf3af707671b5e5251/test_coverage" /></a>
18+
<a href="https://snyk.io/test/github/secureCodeBox/secureCodeBox/"><img alt="Known Vulnerabilities" src="https://snyk.io/test/github/secureCodeBox/secureCodeBox/badge.svg"></a>
1919
<a href="https://app.fossa.com/projects/git%2Bgithub.com%2FsecureCodeBox%2FsecureCodeBox-v2?ref=badge_shield" alt="FOSSA Status"><img src="https://app.fossa.com/api/projects/git%2Bgithub.com%2FsecureCodeBox%2FsecureCodeBox-v2.svg?type=shield"/></a>
2020
</p>
2121

docs/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Glossary
22

3-
This overview provides a description for all acronyms and special terms which are used in this project. If you encounter any missing terms, please [let us know](https://github.com/corona-warn-app/cwa-documentation/issues/new?labels=documentation%2C+bug&template=01_doc_issue.md) or [create a pull request](https://github.com/secureCodeBox/secureCodeBox-v2/pulls).
3+
This overview provides a description for all acronyms and special terms which are used in this project. If you encounter any missing terms, please [let us know](https://github.com/corona-warn-app/cwa-documentation/issues/new?labels=documentation%2C+bug&template=01_doc_issue.md) or [create a pull request](https://github.com/secureCodeBox/secureCodeBox/pulls).
44

55
| Term, acronym... | Description |
66
| --- | --- |

docs/versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Backend components will always remain compatible due to ongoing the availability
1414

1515
## Changelogs
1616

17-
Changelogs can be found the in release notes attached to git tags, e.g. (https://github.com/secureCodeBox/secureCodeBox-v2/releases).
17+
Changelogs can be found the in release notes attached to git tags, e.g. (https://github.com/secureCodeBox/secureCodeBox/releases).

hooks/declarative-subsequent-scans/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://www.secureCodeBox.io",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git"
8+
"url": "git+https://github.com/secureCodeBox/secureCodeBox.git"
99
},
1010
"main": "hook.js",
1111
"scripts": {
@@ -33,7 +33,7 @@
3333
}
3434
],
3535
"bugs": {
36-
"url": "https://github.com/secureCodeBox/secureCodeBox-v2/issues"
36+
"url": "https://github.com/secureCodeBox/secureCodeBox/issues"
3737
},
3838
"license": "Apache-2.0",
3939
"dependencies": {

hooks/declarative-subsequent-scans/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ $ kubectl get cascadingrules
1010
You need to explicitly turn on scan cascading for every scan you use.
1111
You can do that by setting a label selector which matches all rules you want to use.
1212

13-
Find out more, on the docs: TODO(https://github.com/secureCodeBox/secureCodeBox-v2/issues/46)
13+
Find out more, on the docs: TODO(https://github.com/secureCodeBox/secureCodeBox/issues/46)

hooks/generic-webhook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://www.secureCodeBox.io",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git"
8+
"url": "git+https://github.com/secureCodeBox/secureCodeBox.git"
99
},
1010
"main": "hook.js",
1111
"scripts": {
@@ -32,7 +32,7 @@
3232
}
3333
],
3434
"bugs": {
35-
"url": "https://github.com/secureCodeBox/secureCodeBox-v2/issues"
35+
"url": "https://github.com/secureCodeBox/secureCodeBox/issues"
3636
},
3737
"license": "Apache-2.0",
3838
"dependencies": {

hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://www.secureCodeBox.io",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git"
8+
"url": "git+https://github.com/secureCodeBox/secureCodeBox.git"
99
},
1010
"main": "index.js",
1111
"directories": {
@@ -35,7 +35,7 @@
3535
}
3636
],
3737
"bugs": {
38-
"url": "https://github.com/secureCodeBox/secureCodeBox-v2/issues"
38+
"url": "https://github.com/secureCodeBox/secureCodeBox/issues"
3939
},
4040
"license": "Apache-2.0",
4141
"devDependencies": {

hooks/persistence-elastic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://www.secureCodeBox.io",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git"
8+
"url": "git+https://github.com/secureCodeBox/secureCodeBox.git"
99
},
1010
"main": "hook.js",
1111
"scripts": {
@@ -34,7 +34,7 @@
3434
}
3535
],
3636
"bugs": {
37-
"url": "https://github.com/secureCodeBox/secureCodeBox-v2/issues"
37+
"url": "https://github.com/secureCodeBox/secureCodeBox/issues"
3838
},
3939
"license": "Apache-2.0",
4040
"dependencies": {

0 commit comments

Comments
 (0)