Skip to content

Commit

Permalink
[bitnami/miniforge] chore: 🔧 🗑️ Add to vulndb and deprecate miniconda (
Browse files Browse the repository at this point in the history
…#579)

* [bitnami/miniforge] chore: 🔧 Add to vulndb

Signed-off-by: Javier J. Salmerón García <[email protected]>

* chore: 🗑️ Add deprecation for miniconda

Signed-off-by: Javier J. Salmerón García <[email protected]>

---------

Signed-off-by: Javier J. Salmerón García <[email protected]>
  • Loading branch information
javsalgar authored Aug 23, 2024
1 parent 76c0a4b commit 4835b82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/components/miniconda.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "miniconda",
"cpeVendor": "conda",
"cpeProduct": "miniconda3"
"cpeProduct": "miniconda3",
"to-be-deprecated": "20240923"
}
5 changes: 5 additions & 0 deletions config/components/miniforge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "miniforge",
"cpeVendor": "conda",
"cpeProduct": "miniforge3"
}

0 comments on commit 4835b82

Please sign in to comment.