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: .github/ISSUE_TEMPLATE/bug.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,8 @@ body:
48
48
label: Installation compliance
49
49
description:
50
50
options:
51
-
- label: I have read again and made sure that I'm following **exactly** the instructions for my tool of choice ([Leiningen](https://github.com/rm-hull/nvd-clojure/tree/v3.2.0#leiningen), [Clojure CLI](https://github.com/rm-hull/nvd-clojure/tree/v3.2.0#clojure-cli), [Clojure CLI Tool](https://github.com/rm-hull/nvd-clojure/tree/v3.2.0#clojure-cli-tool)).
51
+
- label: I have read again and made sure that I'm following **exactly** the instructions for my tool of choice ([Leiningen](https://github.com/rm-hull/nvd-clojure/tree/v3.3.0#leiningen), [Clojure CLI](https://github.com/rm-hull/nvd-clojure/tree/v3.3.0#clojure-cli), [Clojure CLI Tool](https://github.com/rm-hull/nvd-clojure/tree/v3.3.0#clojure-cli-tool)).
52
52
required: true
53
-
- label: I understand that false positives [can be skipped locally](https://github.com/rm-hull/nvd-clojure/tree/v3.2.0#configuration-options) and should be reported to [DependencyCheck](https://github.com/jeremylong/DependencyCheck).
53
+
- label: I understand that false positives [can be skipped locally](https://github.com/rm-hull/nvd-clojure/tree/v3.3.0#configuration-options) and should be reported to [DependencyCheck](https://github.com/jeremylong/DependencyCheck).
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/issue.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ body:
32
32
label: Installation compliance
33
33
description:
34
34
options:
35
-
- label: I have read again and made sure that I'm following **exactly** the instructions for my tool of choice ([Leiningen](https://github.com/rm-hull/nvd-clojure/tree/v3.2.0#leiningen), [Clojure CLI](https://github.com/rm-hull/nvd-clojure/tree/v3.2.0#clojure-cli), [Clojure CLI Tool](https://github.com/rm-hull/nvd-clojure/tree/v3.2.0#clojure-cli-tool)).
35
+
- label: I have read again and made sure that I'm following **exactly** the instructions for my tool of choice ([Leiningen](https://github.com/rm-hull/nvd-clojure/tree/v3.3.0#leiningen), [Clojure CLI](https://github.com/rm-hull/nvd-clojure/tree/v3.3.0#clojure-cli), [Clojure CLI Tool](https://github.com/rm-hull/nvd-clojure/tree/v3.3.0#clojure-cli-tool)).
36
36
required: true
37
-
- label: I understand that false positives [can be skipped locally](https://github.com/rm-hull/nvd-clojure/tree/v3.2.0#configuration-options) and should be reported to [DependencyCheck](https://github.com/jeremylong/DependencyCheck).
37
+
- label: I understand that false positives [can be skipped locally](https://github.com/rm-hull/nvd-clojure/tree/v3.3.0#configuration-options) and should be reported to [DependencyCheck](https://github.com/jeremylong/DependencyCheck).
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -18,18 +18,18 @@ 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/v3.2.0/FAQ.md#what-is-classpath-interference)
21
+
> _Please see also:_[Avoiding classpath interference](https://github.com/rm-hull/nvd-clojure/blob/v3.3.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 "3.2.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 "3.3.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 "3.2.0"]
32
+
:dependencies [[nvd-clojure "3.3.0"]
33
33
[org.clojure/clojure "1.11.1"]]
34
34
:jvm-opts ["-Dclojure.main.report=stderr"])
35
35
```
@@ -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 "3.2.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 "3.3.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/v3.2.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/v3.3.0/FAQ.md#how-to-remediate-a-cve-is-it-a-good-idea-to-automate-remediation))
159
159
160
160
## Configuration
161
161
@@ -209,7 +209,7 @@ You can also set logging properties directly through Java system properties (the
0 commit comments