Commit 995c650
authored
* [universal] Update setuptools due to CVE-2022-40897
- Bump Python 3.9 minor version
- Updated Dockerfile to install updated versions of `setuptools` package
- Added test to verify `setuptools` minimum version
* Revert "[universal] Update setuptools due to CVE-2022-40897"
This reverts commit 011db92.
* Rework: [universal] Update setuptools due to CVE-2022-40897
- Bump Python version 3.9.7 -> 3.9.16
- Update `setup-user` local feature to install updated `setuptools` package for Python v3.9.16
- Add tests to verify the `setuptools` minimum version for Python distributions
* Address review comments
- Replace Python minor version with an asterisk in the path to make the path to Python distribution universal
- Update tests to provide more context regarding version checks
1 parent acd756b commit 995c650
File tree
3 files changed
+9
-1
lines changed- src/universal
- .devcontainer
- local-features/setup-user
- test-project
3 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
192 | 198 | | |
193 | 199 | | |
0 commit comments