Commit 662d3dd
committed
refactor(python): add SHA-256 checksum verification for python-build-standalone
Add checksum verification for Python 3.10.18+20250918 downloads:
- Add PYTHON_CHECKSUMS map with SHA-256 hashes for all supported platforms
- Implement getPythonChecksum() to select platform-specific checksum
- Pass checksum to downloadBinary() for verification during download
- Checksums sourced from python-build-standalone release 20250918
Also update @socketsecurity/registry to use catalog version.1 parent 3526c35 commit 662d3dd
File tree
3 files changed
+60
-3
lines changed- packages/cli/src/utils/python
3 files changed
+60
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
62 | 80 | | |
63 | 81 | | |
64 | 82 | | |
| |||
185 | 203 | | |
186 | 204 | | |
187 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
188 | 240 | | |
189 | 241 | | |
190 | 242 | | |
191 | 243 | | |
192 | 244 | | |
193 | 245 | | |
194 | 246 | | |
| 247 | + | |
195 | 248 | | |
196 | 249 | | |
197 | 250 | | |
198 | 251 | | |
199 | 252 | | |
200 | | - | |
| 253 | + | |
201 | 254 | | |
202 | 255 | | |
203 | 256 | | |
| 257 | + | |
204 | 258 | | |
205 | 259 | | |
206 | 260 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments