Cdsetool

Latest version: v0.2.11

Safety actively analyzes 632420 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.2.11

What's Changed
* logger: add missing method by pjonsson in https://github.com/CDSETool/CDSETool/pull/138
* logger: align methods with Logger by pjonsson in https://github.com/CDSETool/CDSETool/pull/147
* Chore: Relax dependency less than requirements by pedep in https://github.com/CDSETool/CDSETool/pull/146
* build(deps): bump pytest from 8.2.0 to 8.2.1 by dependabot in https://github.com/CDSETool/CDSETool/pull/143
* query: detect error condition by pjonsson in https://github.com/CDSETool/CDSETool/pull/139
* Add type annotations by pjonsson in https://github.com/CDSETool/CDSETool/pull/141
* logger_test: allocate object before call by pjonsson in https://github.com/CDSETool/CDSETool/pull/140
* Chore: Run pyright as github action by pedep in https://github.com/CDSETool/CDSETool/pull/148


**Full Changelog**: https://github.com/CDSETool/CDSETool/compare/v0.2.10...v0.2.11

0.2.10

What's Changed
* credentials: set precise expire times by pjonsson in https://github.com/CDSETool/CDSETool/pull/116
* query: re-use session/retry logic from credentials by pjonsson in https://github.com/CDSETool/CDSETool/pull/121
* build(deps): bump pylint from 3.1.0 to 3.1.1 by dependabot in https://github.com/CDSETool/CDSETool/pull/136
* build(deps): bump pylint from 3.1.1 to 3.2.0 by dependabot in https://github.com/CDSETool/CDSETool/pull/137
* build(deps): bump pylint from 3.2.0 to 3.2.2 by dependabot in https://github.com/CDSETool/CDSETool/pull/144

Security

* build(deps): update requests requirement from <2.32.0,>=2.28.1 to >=2.28.1,<2.33.0 by dependabot in https://github.com/CDSETool/CDSETool/pull/145
* fixes [CVE-2024-35195](https://github.com/advisories/GHSA-9wx4-h78v-vm56)

**Full Changelog**: https://github.com/CDSETool/CDSETool/compare/v0.2.9...v0.2.10

0.2.9

Not secure
What's Changed
* dependabot: run on a daily basis by pjonsson in https://github.com/CDSETool/CDSETool/pull/109
* build(deps-dev): update typer requirement from ~=0.9.0 to >=0.9,<0.11 by dependabot in https://github.com/CDSETool/CDSETool/pull/111
* build(deps-dev): bump pytest-mock from 3.12.0 to 3.14.0 by dependabot in https://github.com/CDSETool/CDSETool/pull/110
* build(deps-dev): update typer requirement from <0.11,>=0.9 to >=0.9,<0.13 by dependabot in https://github.com/CDSETool/CDSETool/pull/119
* build(deps-dev): bump requests-mock from 1.11.0 to 1.12.1 by dependabot in https://github.com/CDSETool/CDSETool/pull/118
* build(deps): bump pytest from 8.1.1 to 8.2.0 by dependabot in https://github.com/CDSETool/CDSETool/pull/130
* download: retry connection errors by pjonsson in https://github.com/CDSETool/CDSETool/pull/124
* build(deps): bump black from 24.3.0 to 24.4.2 by dependabot in https://github.com/CDSETool/CDSETool/pull/129
* Retry on ExpiredSignatureError by pjonsson in https://github.com/CDSETool/CDSETool/pull/133
* credentials: force initial token refresh by pjonsson in https://github.com/CDSETool/CDSETool/pull/123
* credentials: retry 500/502 response by pjonsson in https://github.com/CDSETool/CDSETool/pull/120
* credentials: ask oidc-config for signing algos by pjonsson in https://github.com/CDSETool/CDSETool/pull/115
* build(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0 by dependabot in https://github.com/CDSETool/CDSETool/pull/112


**Full Changelog**: https://github.com/CDSETool/CDSETool/compare/v0.2.8...v0.2.9

0.2.8

Not secure
What's Changed
* download: inline single-use variable by pjonsson in https://github.com/SDFIdk/CDSETool/pull/103
* Fix: Edge-case futures are not filling above water level by pedep in https://github.com/SDFIdk/CDSETool/pull/104
* Bump black from 24.2.0 to 24.3.0 by dependabot in https://github.com/SDFIdk/CDSETool/pull/105
* download: retry token connection errors by pjonsson in https://github.com/SDFIdk/CDSETool/pull/106
* query: check return value of get by pjonsson in https://github.com/SDFIdk/CDSETool/pull/107
* Bump pylint from 3.0.3 to 3.1.0 by dependabot in https://github.com/SDFIdk/CDSETool/pull/85


**Full Changelog**: https://github.com/SDFIdk/CDSETool/compare/v0.2.7...v0.2.8

0.2.7

Not secure
What's Changed
* Move proxy to credentials by pjonsson in https://github.com/SDFIdk/CDSETool/pull/102


**Full Changelog**: https://github.com/SDFIdk/CDSETool/compare/v0.2.6...v0.2.7

0.2.6

Not secure
What's Changed
* download: return error on failure by pjonsson in https://github.com/SDFIdk/CDSETool/pull/91
* proxy feature on query and download by LattaruoloAndrea in https://github.com/SDFIdk/CDSETool/pull/92
* Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by dependabot in https://github.com/SDFIdk/CDSETool/pull/95
* credentials: timestamp before post by pjonsson in https://github.com/SDFIdk/CDSETool/pull/94
* Bump pytest from 8.1.0 to 8.1.1 by dependabot in https://github.com/SDFIdk/CDSETool/pull/98
* credentials: inline private methods by pjonsson in https://github.com/SDFIdk/CDSETool/pull/97
* download: limit the number of retries by pjonsson in https://github.com/SDFIdk/CDSETool/pull/100
* credentials: retry calls on failures by pjonsson in https://github.com/SDFIdk/CDSETool/pull/99

Deprecations
`NoTokenException` from has been deprecated and will be removed in next major release.

New Contributors
* LattaruoloAndrea made their first contribution in https://github.com/SDFIdk/CDSETool/pull/92

**Full Changelog**: https://github.com/SDFIdk/CDSETool/compare/v0.2.5...v0.2.6

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.