aboutsummaryrefslogtreecommitdiff
path: root/test/conda
Commit message (Collapse)AuthorAgeFilesLines
* [features/conda] Address CVE-2023-0286, CVE-2023-23931, and CVE-2022-40897 ↵feature_conda_1.0.9Alexander Smolyakov2023-04-061-0/+6
| | | | | | | | | | vulnerabilities (#518) * [features/conda] Address CVE-2023-0286, CVE-2023-23931, and CVE-2022-40897 vulnerabilities - Update `install.sh` to install updates for `cryptography` and `setuptools` packages - Add tests to verify `cryptography` and `setuptools` packages version * Bump feature version
* Conda: Update 'certifi' due to CVE-2022-23491 (#383)Samruddhi Khandale2023-01-101-0/+20
|
* Conda and Java: sync env variables (#153)Samruddhi Khandale2022-09-141-0/+3
| | | | | | | | | | | | | | | | | * conda script * Adds JAVA_HOME * Update src/conda/devcontainer-feature.json Co-authored-by: Josh Spicer <joshspicer@github.com> * modify containerEnv * fix version * bump python version Co-authored-by: Josh Spicer <joshspicer@github.com>
* fix bug - Debian / Ubuntu base conda-notice.txt error (#135)Samruddhi Khandale2022-09-062-0/+2
| | | | | | | * fix bug * move config * fix tests
* Adds a new Conda Feature (#127)Samruddhi Khandale2022-09-013-0/+35
* add conda Feature * addCondaForge