Skip to content

Commit 5bace00

Browse files
committed
3.3.0
1 parent fe98832 commit 5bace00

File tree

8 files changed

+17
-14
lines changed

8 files changed

+17
-14
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ body:
4848
label: Installation compliance
4949
description:
5050
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)).
5252
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).
5454
required: false
5555

.github/ISSUE_TEMPLATE/issue.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ body:
3232
label: Installation compliance
3333
description:
3434
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)).
3636
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).
3838
required: false
3939

.github/workflows/ci.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
# Run at 08:00 on Mondays:
99
- cron: "0 8 * * 1"
1010

11-
1211
jobs:
1312
test_suite:
1413
name: Linting and tests

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Changes from 3.2.0 to 3.3.0
2+
3+
* Update `dependency-check-core`.
4+
15
## Changes from 3.1.0 to 3.2.0
26

37
* Update `dependency-check-core`.

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Example usage:
44
# copy a one-off Clojars token to your clipboard
5-
# GIT_TAG=v3.1.0 CLOJARS_USERNAME=$USER CLOJARS_PASSWORD=$(pbpaste) make deploy
5+
# GIT_TAG=v3.3.0 CLOJARS_USERNAME=$USER CLOJARS_PASSWORD=$(pbpaste) make deploy
66

77
deploy: check-env
88
lein clean

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ will be checked for known security vulnerabilities. `nvd-clojure` passes them to
1818
1919
### Installation and basic usage
2020

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)
2222
2323
#### Leiningen
2424

2525
<details>
2626

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.
2828

2929
```clj
3030
(defproject nvd-helper "local"
3131
:description "nvd-clojure helper project"
32-
:dependencies [[nvd-clojure "3.2.0"]
32+
:dependencies [[nvd-clojure "3.3.0"]
3333
[org.clojure/clojure "1.11.1"]]
3434
:jvm-opts ["-Dclojure.main.report=stderr"])
3535
```
@@ -54,7 +54,7 @@ If you are using a multi-modules solution (e.g. `lein-monolith`), you should ens
5454

5555
<details>
5656

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.
5858

5959
Please do not add nvd-clojure as a dependency in the deps.edn of the project to be analysed.
6060

@@ -155,7 +155,7 @@ dependency relationships are:
155155
dependencies, and suggest upgraded versions, and can optionally be configured
156156
to update the project file.
157157

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))
159159

160160
## Configuration
161161

@@ -209,7 +209,7 @@ You can also set logging properties directly through Java system properties (the
209209
clojure -J-Dclojure.main.report=stderr -J-Dorg.slf4j.simpleLogger.log.org.apache.commons=error -Tnvd nvd.task/check # ...
210210
```
211211

212-
## [FAQ](https://github.com/rm-hull/nvd-clojure/blob/v3.2.0/FAQ.md)
212+
## [FAQ](https://github.com/rm-hull/nvd-clojure/blob/v3.3.0/FAQ.md)
213213

214214
## Attribution
215215

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject nvd-clojure "3.2.0"
1+
(defproject nvd-clojure "3.3.0"
22
:description "National Vulnerability Database dependency checker"
33
:url "https://github.com/rm-hull/nvd-clojure"
44
:license {:name "The MIT License (MIT)"

resources/nvd_clojure/default_config_content.edn

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

77
;; Feel free to tweak it, version-control it and remove any comment.
88

9-
;; Configuration reference: https://github.com/rm-hull/nvd-clojure/tree/v3.2.0#configuration-options
9+
;; Configuration reference: https://github.com/rm-hull/nvd-clojure/tree/v3.3.0#configuration-options
1010

1111
{;; You can use the `:suppression-file` in order to silence false positives.
1212
;; This file will be automatically created, with whatever filename is specified here, if it didn't exist already.

0 commit comments

Comments
 (0)