This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
;;; SPDX-FileCopyrightText: 2024 Jomco B.V. | ||
;;; SPDX-FileCopyrightText: 2024 Topsector Logistiek | ||
;;; SPDX-FileContributor: Joost Diepenmaat <joost@jomco.nl | ||
;;; SPDX-FileContributor: Remco van 't Veer <remco@jomco.nl> | ||
;;; | ||
;;; SPDX-License-Identifier: AGPL-3.0-or-later | ||
|
||
{:suppression-file ".nvd-suppressions.xml"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!-- | ||
SPDX-FileCopyrightText: 2024 Topsector Logistiek | ||
SPDX-FileCopyrightText: 2024 Jomco B.V. | ||
SPDX-FileContributor: Joost Diepenmaat <joost@jomco.nl> | ||
SPDX-FileContributor: Remco van 't Veer <remco@jomco.nl> | ||
SPDX-License-Identifier: AGPL-3.0-or-later | ||
--> | ||
|
||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<!-- This is an automatically generated config file by nvd-clojure. --> | ||
<!-- Feel free to tweak it, version-control it and remove any comment. --> | ||
<!-- You can find suppression examples in https://jeremylong.github.io/DependencyCheck/general/suppression.html --> | ||
<suppress> | ||
<notes>This is a vulnerability in clojure before 1.9.0, which we are not using</notes> | ||
<cve>CVE-2017-20189</cve> | ||
</suppress> | ||
</suppressions> |