Commit bdc3e51
authored
SG-42118 - SG-42922 - SG-42923 - Update third party libraries to address CVEs (#343)
* SG-42118 Consolidate per-version requirements into a single file
- Replace resources/python/requirements/{version}/requirements.txt (5 files)
with a single resources/python/requirements.txt using PEP 508 env markers
- All version-specific pinning preserved via python_version conditions
- Package versions are unchanged from master
- Update update_requirements.py to use the new single path
- Add .github/dependabot.yml scoping pip scanning to src/ and bin/ only,
excluding requirements.txt (template file, not installed directly)
* SG-42118 Improve requirements.txt documentation and CVE annotations
* SG-42118 Add azure-pipelines/requirements.txt and update CI dependency references
* SG-42118 Exhaustive CVE history annotations in requirements.txt
* SG-42118 Add CVE-2020-35678 (autobahn) and CVE-2020-25659 (cryptography) annotations
* SG-42118 Fix operator and marker for sub-level dependencies1 parent 36ce152 commit bdc3e51
1 file changed
Lines changed: 17 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
51 | | - | |
| 51 | + | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
72 | | - | |
73 | | - | |
| 73 | + | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
89 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
90 | 93 | | |
91 | 94 | | |
92 | 95 | | |
| |||
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
107 | 117 | | |
108 | 118 | | |
109 | 119 | | |
| |||
0 commit comments