Skip to content

Commit 0fc7faa

Browse files
committed
chore: update links in preparation for repository move
See #7235
1 parent 29fb111 commit 0fc7faa

File tree

10 files changed

+42
-42
lines changed

10 files changed

+42
-42
lines changed

.github/workflows/coverity.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
distribution: 'zulu'
2020
- name: Get coverity cli
2121
run: |
22-
wget https://scan.coverity.com/download/linux64 --no-verbose --post-data "token=${{ secrets.COVERITY_TOKEN }}&project=jeremylong%2FDependencyCheck" -O coverity_tool.tgz
22+
wget https://scan.coverity.com/download/linux64 --no-verbose --post-data "token=${{ secrets.COVERITY_TOKEN }}&project=dependency-check%2FDependencyCheck" -O coverity_tool.tgz
2323
mkdir coverity_tool
2424
tar xzf coverity_tool.tgz --strip 1 -C coverity_tool
2525
- name: Perform coverity scan
@@ -34,4 +34,4 @@ jobs:
3434
3535
--form version="main" \
3636
--form description="Weekly Scan" \
37-
https://scan.coverity.com/builds?project=jeremylong%2FDependencyCheck
37+
https://scan.coverity.com/builds?project=dependency-check%2FDependencyCheck

CHANGELOG.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -879,30 +879,30 @@ See the full listing of [changes](https://github.com/dependency-check/Dependency
879879

880880
### Changed
881881

882-
- Added SARIF file format per [#3081](https://github.com/jeremylong/DependencyCheck/issues/3081).
883-
- Added support for Yarn per [#3063](https://github.com/jeremylong/DependencyCheck/pull/3063).
882+
- Added SARIF file format per [#3081](https://github.com/dependency-check/DependencyCheck/issues/3081).
883+
- Added support for Yarn per [#3063](https://github.com/dependency-check/DependencyCheck/pull/3063).
884884
- False positive reduction and minor bug fixes.
885885

886-
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/20?closed=1).
886+
See the full listing of [changes](https://github.com/dependency-check/DependencyCheck/milestone/20?closed=1).
887887

888-
## [Version 6.0.5](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.0.5) (2021-01-07)
888+
## [Version 6.0.5](https://github.com/dependency-check/DependencyCheck/releases/tag/v6.0.5) (2021-01-07)
889889

890890
### Changed
891891

892892
- Added missing command line arguments per #3028 and #3035.
893893
- False positive reduction and minor bug fixes.
894894

895-
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/19?closed=1).
895+
See the full listing of [changes](https://github.com/dependency-check/DependencyCheck/milestone/19?closed=1).
896896

897-
## [Version 6.0.4](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.0.4) (2020-12-31)
897+
## [Version 6.0.4](https://github.com/dependency-check/DependencyCheck/releases/tag/v6.0.4) (2020-12-31)
898898

899899
### Changed
900900

901901
- Minor bug fixes and reduction of false positives.
902902

903-
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/18?closed=1).
903+
See the full listing of [changes](https://github.com/dependency-check/DependencyCheck/milestone/18?closed=1).
904904

905-
## [Version 6.0.3](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.0.3) (2020-11-03)
905+
## [Version 6.0.3](https://github.com/dependency-check/DependencyCheck/releases/tag/v6.0.3) (2020-11-03)
906906

907907
### Changed
908908

@@ -922,21 +922,21 @@ See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/
922922
- Support for external Oracle databases has been add for the 6.x releases (see #2899)
923923
- Resolved several reported false positives.
924924

925-
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/17?closed=1).
925+
See the full listing of [changes](https://github.com/dependency-check/DependencyCheck/milestone/17?closed=1).
926926

927-
## [Version 6.0.2](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.0.2) (2020-09-27)
927+
## [Version 6.0.2](https://github.com/dependency-check/DependencyCheck/releases/tag/v6.0.2) (2020-09-27)
928928

929929
### Changed
930930

931-
- The project is migrating from hosting the release archives on Bintray and moving them to Github under the assets for each [release](https://github.com/jeremylong/DependencyCheck/releases)
931+
- The project is migrating from hosting the release archives on Bintray and moving them to Github under the assets for each [release](https://github.com/dependency-check/DependencyCheck/releases)
932932
- **Please update any automation you have to point to the new location.**
933933
- Npm Audit Analyzer now correctly skips dev dependencies (`--nodeAuditSkipDevDependencies`); see #2482.
934934
- GoLang Analyzer now scans transitive dependencies; see #2680.
935935
- Several bug fixes found in 6.0.1.
936936

937-
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/16?closed=1).
937+
See the full listing of [changes](https://github.com/dependency-check/DependencyCheck/milestone/16?closed=1).
938938

939-
## [Version 6.0.1](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.0.1) (2020-09-13)
939+
## [Version 6.0.1](https://github.com/dependency-check/DependencyCheck/releases/tag/v6.0.1) (2020-09-13)
940940

941941
### Changed
942942

@@ -945,9 +945,9 @@ See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/
945945
- Fixed the database path for the Ant and Gradle plugins.
946946
- Added locking around the RetireJS updates to resolve read/write conflicts in CI environments.
947947

948-
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/15?closed=1).
948+
See the full listing of [changes](https://github.com/dependency-check/DependencyCheck/milestone/15?closed=1).
949949

950-
## [Version 6.0.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.0.0) (2020-09-07)
950+
## [Version 6.0.0](https://github.com/dependency-check/DependencyCheck/releases/tag/v6.0.0) (2020-09-07)
951951

952952
### Changed
953953

@@ -957,21 +957,21 @@ See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/
957957
- Improve the CVSS data, when available, per #2547
958958
- Improve the way that ecosystems are determined
959959
- Improve the update performance of external databases
960-
- Users with an **external Oracle** database will not be able to upgrade as https://github.com/jeremylong/DependencyCheck/issues/2755
960+
- Users with an **external Oracle** database will not be able to upgrade as https://github.com/dependency-check/DependencyCheck/issues/2755
961961
has not been resolved - as such, version 6.0.0 does not support Oracle.
962962
- Users mirroring the NVD - ODC 6.0.0 requires the use of the version 1.1 data feeds
963963
- please ensure you are using 1.1 not the 1.0 data feed.
964964

965-
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/14?closed=1).
965+
See the full listing of [changes](https://github.com/dependency-check/DependencyCheck/milestone/14?closed=1).
966966

967-
## [Version 5.3.2](https://github.com/jeremylong/DependencyCheck/releases/tag/v5.3.2) (2020-03-26)
967+
## [Version 5.3.2](https://github.com/dependency-check/DependencyCheck/releases/tag/v5.3.2) (2020-03-26)
968968

969969
### Changed
970970

971971
- Several bug fixes
972-
- Full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/13?closed=1).
972+
- Full listing of [changes](https://github.com/dependency-check/DependencyCheck/milestone/13?closed=1).
973973

974-
## [Version 5.3.1](https://github.com/jeremylong/DependencyCheck/releases/tag/v5.3.1) (2020-03-10)
974+
## [Version 5.3.1](https://github.com/dependency-check/DependencyCheck/releases/tag/v5.3.1) (2020-03-10)
975975

976976
### Changed
977977

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Dependency-Check is a Software Composition Analysis (SCA) tool that attempts to detect publicly disclosed vulnerabilities contained within a project's dependencies. It does this by determining if there is a Common Platform Enumeration (CPE) identifier for a given dependency. If found, it will generate a report linking to the associated CVE entries.
88

9-
Documentation and links to production binary releases can be found on the [github pages](http://jeremylong.github.io/DependencyCheck/). Additionally, more information about the architecture and ways to extend dependency-check can be found on the [wiki].
9+
Documentation and links to production binary releases can be found on the [github pages](https://dependency-check.github.io/DependencyCheck). Additionally, more information about the architecture and ways to extend dependency-check can be found on the [wiki].
1010

1111
## Notice
1212

@@ -104,7 +104,7 @@ For instructions on the use of the Jenkins plugin please see the [OWASP Dependen
104104
### Command Line
105105

106106
More detailed instructions can be found on the
107-
[dependency-check github pages](http://jeremylong.github.io/DependencyCheck/dependency-check-cli/).
107+
[dependency-check github pages](https://dependency-check.github.io/DependencyCheck/dependency-check-cli/).
108108
The latest CLI can be downloaded from github in the [releases section](https://github.com/dependency-check/DependencyCheck/releases).
109109

110110
Downloading the latest release:
@@ -133,7 +133,7 @@ $ dependency-check --out . --scan [path to jar files to be scanned]
133133

134134
### Maven Plugin
135135

136-
More detailed instructions can be found on the [dependency-check-maven github pages](http://jeremylong.github.io/DependencyCheck/dependency-check-maven).
136+
More detailed instructions can be found on the [dependency-check-maven github pages](https://dependency-check.github.io/DependencyCheck/dependency-check-maven).
137137
By default, the plugin is tied to the `verify` phase (i.e. `mvn verify`). Alternatively,
138138
one can directly invoke the plugin via `mvn org.owasp:dependency-check-maven:check`.
139139

@@ -165,11 +165,11 @@ The dependency-check plugin can be configured using the following:
165165

166166
### Gradle Plugin
167167

168-
For instructions on the use of the Gradle Plugin, please see the [dependency-check-gradle github page](http://jeremylong.github.io/DependencyCheck/dependency-check-gradle).
168+
For instructions on the use of the Gradle Plugin, please see the [dependency-check-gradle github page](https://dependency-check.github.io/DependencyCheck/dependency-check-gradle).
169169

170170
### Ant Task
171171

172-
For instructions on the use of the Ant Task, please see the [dependency-check-ant github page](http://jeremylong.github.io/DependencyCheck/dependency-check-ant).
172+
For instructions on the use of the Ant Task, please see the [dependency-check-ant github page](https://dependency-check.github.io/DependencyCheck/dependency-check-ant).
173173

174174
## Development Prerequisites
175175

@@ -339,7 +339,7 @@ mvn org.owasp:dependency-check-maven:aggregate -P-test-dependencies -DskipProvid
339339
Building the documentation
340340
--------------------------
341341

342-
The documentation on the [github pages](http://jeremylong.github.io/DependencyCheck/) is generated from this repository:
342+
The documentation on the [github pages](https://dependency-check.github.io/DependencyCheck/) is generated from this repository:
343343

344344
mvn -s settings.xml site site:staging
345345

@@ -357,7 +357,7 @@ mvn -s settings.xml install
357357
License
358358
-------
359359

360-
Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [LICENSE.txt](https://raw.githubusercontent.com/jeremylong/DependencyCheck/main/LICENSE.txt) file for the full license.
360+
Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [LICENSE.txt](https://raw.githubusercontent.com/dependency-check/DependencyCheck/main/LICENSE.txt) file for the full license.
361361

362362
Dependency-Check makes use of several other open source libraries. Please see the [NOTICE.txt][notices] file for more information.
363363

ant/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ performed are a "best effort" and as such, there could be false positives as wel
66
vulnerabilities in 3rd party components is a well-known problem and is currently documented in the 2021 OWASP
77
Top 10 as [A06:2021 – Vulnerable and Outdated Components](https://owasp.org/Top10/A06_2021-Vulnerable_and_Outdated_Components/).
88

9-
Documentation and links to production binary releases can be found on the [github pages](http://jeremylong.github.io/DependencyCheck/dependency-check-ant/index.html).
9+
Documentation and links to production binary releases can be found on the [github pages](https://dependency-check.github.io/DependencyCheck/dependency-check-ant/index.html).
1010

1111

1212
Copyright & License

cli/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ performed are a "best effort" and as such, there could be false positives as wel
55
vulnerabilities in 3rd party components is a well-known problem and is currently documented in the 2021 OWASP
66
Top 10 as [A06:2021 – Vulnerable and Outdated Components](https://owasp.org/Top10/A06_2021-Vulnerable_and_Outdated_Components/).
77

8-
Documentation and links to production binary releases can be found on the [github pages](http://jeremylong.github.io/DependencyCheck/dependency-check-cli/index.html).
8+
Documentation and links to production binary releases can be found on the [github pages](https://dependency-check.github.io/DependencyCheck/dependency-check-cli/index.html).
99

1010

1111
Copyright & License

core/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Copyright & License
88

99
Dependency-Check is Copyright (c) 2012-2014 Jeremy Long. All Rights Reserved.
1010

11-
Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [LICENSE.txt](https://raw.githubusercontent.com/jeremylong/DependencyCheck/main/LICENSE.txt) file for the full license.
11+
Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [LICENSE.txt](https://raw.githubusercontent.com/dependency-check/DependencyCheck/main/LICENSE.txt) file for the full license.
1212

1313
Dependency-Check makes use of several other open source libraries. Please see the [NOTICE.txt][notices] file for more information.
1414

core/src/main/resources/dependencycheck-base-suppression.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,7 @@
14781478
</suppress>
14791479
<suppress base="true">
14801480
<notes><![CDATA[
1481-
False positives found while investigating https://github.com/jeremylong/dependency-check-gradle/issues/103
1481+
False positives found while investigating https://github.com/dependency-check/dependency-check-gradle/issues/103
14821482
]]></notes>
14831483
<gav regex="true">^com\.amazonaws:aws-android-sdk-cognitoidentityprovider-asf:.*$</gav>
14841484
<cpe>cpe:/a:android:android_sdk</cpe>

core/src/test/java/org/owasp/dependencycheck/utils/UrlStringUtilsTest.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ public void testIsUrl() {
5656
@Test
5757
public void testExtractImportantUrlData() throws Exception {
5858
String text = "http://github.com/dependency-check/DependencyCheck/.gitignore";
59-
List<String> expResult = Arrays.asList("jeremylong", "DependencyCheck", "gitignore");
59+
List<String> expResult = Arrays.asList("dependency-check", "DependencyCheck", "gitignore");
6060
List<String> result = UrlStringUtils.extractImportantUrlData(text);
6161
assertEquals(expResult, result);
6262

63-
text = "http://jeremylong.github.io/DependencyCheck/index.html";
64-
expResult = Arrays.asList("jeremylong", "DependencyCheck", "index");
63+
text = "https://dependency-check.github.io/DependencyCheck/index.html";
64+
expResult = Arrays.asList("dependency-check", "DependencyCheck", "index");
6565
result = UrlStringUtils.extractImportantUrlData(text);
6666
assertEquals(expResult, result);
6767

68-
text = "http://example.com/jeremylong/DependencyCheck/something";
69-
expResult = Arrays.asList("example", "jeremylong", "DependencyCheck", "something");
68+
text = "http://example.com/dependency-check/DependencyCheck/something";
69+
expResult = Arrays.asList("example", "dependency-check", "DependencyCheck", "something");
7070
result = UrlStringUtils.extractImportantUrlData(text);
7171
assertEquals(expResult, result);
7272
}

release_stats.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#/bin/bash
22

3-
curl -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/jeremylong/DependencyCheck/releases| jq -r '.[] | (.tag_name + "," + (.assets[]|(.name+","+(.download_count|tostring))))' | grep -v \.asc | sort
3+
curl -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/dependency-check/DependencyCheck/releases| jq -r '.[] | (.tag_name + "," + (.assets[]|(.name+","+(.download_count|tostring))))' | grep -v \.asc | sort

src/site/resources/general/SampleReport.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@
542542
<body>
543543
<div id="modal-background"></div>
544544
<div id="modal-content">
545-
<div>Press CTR-C to copy XML&nbsp;<a href="http://jeremylong.github.io/DependencyCheck/general/suppression.html" class="infolink" target="_blank" title="Help with suppressing false positives">[help]</a></div>
545+
<div>Press CTR-C to copy XML&nbsp;<a href="https://dependency-check.github.io/DependencyCheck/general/suppression.html" class="infolink" target="_blank" title="Help with suppressing false positives">[help]</a></div>
546546
<button onclick="suppressSwitchTo('gav')" id="modal-suppress-change-to-gav" class="modal-button suppresstype" title="Supress by Maven Group Artifact Version">Suppress By GAV</button>
547547
<button onclick="suppressSwitchTo('sha1')" id="modal-suppress-change-to-sha1" class="modal-button suppresstype" title="Supress by SHA1 hash">Suppress By SHA1</button><br/>
548548
<input type="hidden" id="suppress-name"/>
@@ -559,8 +559,8 @@
559559
implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided
560560
is at the user’s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever
561561
arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.</p>
562-
<h3><a href="http://jeremylong.github.io/DependencyCheck/general/thereport.html" target="_bank">How&nbsp;to&nbsp;read&nbsp;the&nbsp;report</a> |
563-
<a href="http://jeremylong.github.io/DependencyCheck/general/suppression.html" target="_bank">Suppressing false positives</a> |
562+
<h3><a href="https://dependency-check.github.io/DependencyCheck/general/thereport.html" target="_bank">How&nbsp;to&nbsp;read&nbsp;the&nbsp;report</a> |
563+
<a href="https://dependency-check.github.io/DependencyCheck/general/suppression.html" target="_bank">Suppressing false positives</a> |
564564
Getting Help: <a href="https://groups.google.com/forum/#!forum/dependency-check" target="_blank">google group</a> |
565565
<a href="https://github.com/jeremylong/DependencyCheck/issues" target="_blank">github issues</a></h3>
566566

0 commit comments

Comments
 (0)