You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
# Changes from 5.1.0 to 5.2.0
2
+
3
+
* Update `dependency-check-core` from 12.1.3 to [12.1.6](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md#version-1216-2025-09-24).
4
+
* Support [setting user & password for OSS Index analyzer](https://github.com/rm-hull/nvd-clojure/tree/v5.2.0#configuration-options), as OSS Index [now requires authentication](https://ossindex.sonatype.org/doc/auth-required)
5
+
1
6
# Changes from 5.0.0 to 5.1.0
2
7
3
8
* Update `dependency-check-core` from 12.1.0 to [12.1.3](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md#version-1213-2025-06-10).
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,19 +18,19 @@ will be checked for known security vulnerabilities. `nvd-clojure` passes them to
18
18
19
19
### Installation and basic usage
20
20
21
-
> _Please see also:_[Avoiding classpath interference](https://github.com/rm-hull/nvd-clojure/blob/v5.1.0/FAQ.md#what-is-classpath-interference)
21
+
> _Please see also:_[Avoiding classpath interference](https://github.com/rm-hull/nvd-clojure/blob/v5.2.0/FAQ.md#what-is-classpath-interference)
22
22
23
23
#### Leiningen
24
24
25
25
<details>
26
26
27
-
Please create a separate project consisting of `[nvd-clojure/nvd-clojure "5.1.0"]`. Said project can be located inside the targeted repo's Git repository.
27
+
Please create a separate project consisting of `[nvd-clojure/nvd-clojure "5.2.0"]`. Said project can be located inside the targeted repo's Git repository.
28
28
29
29
```clj
30
30
(defprojectnvd-helper"local"
31
31
:description"nvd-clojure helper project"
32
-
:dependencies [[nvd-clojure "5.1.0"]
33
-
[org.clojure/clojure "1.12.0"]]
32
+
:dependencies [[nvd-clojure "5.2.0"]
33
+
[org.clojure/clojure "1.12.3"]]
34
34
:jvm-opts ["-Dclojure.main.report=stderr"])
35
35
```
36
36
@@ -54,7 +54,7 @@ If you are using a multi-modules solution (e.g. `lein-monolith`), you should ens
54
54
55
55
<details>
56
56
57
-
Please create a separate project consisting exclusively of `nvd-clojure/nvd-clojure {:mvn/version "5.1.0"}`. Said project can be located inside the targeted repo's Git repository.
57
+
Please create a separate project consisting exclusively of `nvd-clojure/nvd-clojure {:mvn/version "5.2.0"}`. Said project can be located inside the targeted repo's Git repository.
58
58
59
59
Please do not add nvd-clojure as a dependency in the deps.edn of the project to be analysed.
60
60
@@ -155,7 +155,7 @@ dependency relationships are:
155
155
dependencies, and suggest upgraded versions, and can optionally be configured
156
156
to update the project file.
157
157
158
-
(Note that that is only one of the multiple ways of remediating a given vulnerability, please see [FAQ](https://github.com/rm-hull/nvd-clojure/blob/v5.1.0/FAQ.md#how-to-remediate-a-cve-is-it-a-good-idea-to-automate-remediation))
158
+
(Note that that is only one of the multiple ways of remediating a given vulnerability, please see [FAQ](https://github.com/rm-hull/nvd-clojure/blob/v5.2.0/FAQ.md#how-to-remediate-a-cve-is-it-a-good-idea-to-automate-remediation))
159
159
160
160
## Configuration
161
161
@@ -214,7 +214,7 @@ You can also set logging properties directly through Java system properties (the
0 commit comments