Cycode

Latest version: v2.3.2

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

Scan your dependencies

Page 6 of 8

1.5.0

What's Changed
* Add Elixir support for SCA by MarshalX in https://github.com/cycodehq/cycode-cli/pull/179
* Add signed executables and their checksums as assets to GitHub releases by MarshalX in https://github.com/cycodehq/cycode-cli/pull/172
* Add SBOM report to the readme by jenia-sakirko in https://github.com/cycodehq/cycode-cli/pull/171
* Add CLI documentation regarding committing config file with ignores to repo by MarshalX in https://github.com/cycodehq/cycode-cli/pull/177
* Improve UX of SCA table with results by grouping and sorting data by MarshalX in https://github.com/cycodehq/cycode-cli/pull/180
* Bump urllib3 from 1.26.17 to 1.26.18 by dependabot in https://github.com/cycodehq/cycode-cli/pull/170
* Update "cycode configure" section in README by MarshalX in https://github.com/cycodehq/cycode-cli/pull/174
* Update dynamic versioning (fix compatibility with Poetry) by MarshalX in https://github.com/cycodehq/cycode-cli/pull/175
* Update GitHub organization name by MarshalX in https://github.com/cycodehq/cycode-cli/pull/176

New Contributors
* jenia-sakirko made their first contribution in https://github.com/cycodehq/cycode-cli/pull/171

**Full Changelog**: https://github.com/cycodehq/cycode-cli/compare/v1.4.0...v1.5.0

1.4.0

What's Changed
* Configure API URL and APP URL using "cycode configure" by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/167
* Support Python 3.12 by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/166 and https://github.com/cycodehq-public/cycode-cli/pull/169
* Fix required authorization for sbom --help command by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/168


**Full Changelog**: https://github.com/cycodehq-public/cycode-cli/compare/v1.3.0...v1.4.0

1.3.0

What's Changed
* Add SBOM reports by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/164
* Bump urllib3 from 1.26.16 to 1.26.17 by dependabot in https://github.com/cycodehq-public/cycode-cli/pull/165


**Full Changelog**: https://github.com/cycodehq-public/cycode-cli/compare/v1.2.0...v1.3.0

1.2.0

What's Changed
* Add `--no-restore` flag for SCA by PelegCycode in https://github.com/cycodehq-public/cycode-cli/pull/154
* Add signing of Windows CLI executables by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/158
* Fix setting of logger level from environment variable by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/162
* Fix stream of loggers (`--verbose` flag). It uses `stderr` instead of `stdout` now by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/162
* Bump gitpython from 3.1.31 to 3.1.35 by dependabot in https://github.com/cycodehq-public/cycode-cli/pull/155 and https://github.com/cycodehq-public/cycode-cli/pull/163

**Full Changelog**: https://github.com/cycodehq-public/cycode-cli/compare/v1.1.0...v1.2.0

1.1.0

What's Changed
Add support of Terraform Plan scans by EfratIsrael in https://github.com/cycodehq-public/cycode-cli/pull/153

New Contributors
* EfratIsrael made their first contribution in https://github.com/cycodehq-public/cycode-cli/pull/153

**Full Changelog**: https://github.com/cycodehq-public/cycode-cli/compare/v1.0.0...v1.1.0

1.0.0

Breaking Changes

* Drop support of the old position of `--output` option by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/148
* Drop support of `--version` option by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/147

The new `--output` position is right after "cycode". Example: `cycode -o table`.
Instead of `cycode --version` use `cycode version`.

What's Changed
* Disable Cimon fail-on-error flag by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/126
* Sign and notarize the macOS CLI executable by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/124
* Add dependency paths column on SCA table output by morsa4406 in https://github.com/cycodehq-public/cycode-cli/pull/127
* Improve README by anna-aleksandrowicz in https://github.com/cycodehq-public/cycode-cli/pull/125
* Fix dependency paths to add continuation dependencies sign for the list greater than 2 by morsa4406 in https://github.com/cycodehq-public/cycode-cli/pull/131
* Support scan in batches with progress bar by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/129
* Integrate Black code formatter by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/133
* Integrate Ruff linter by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/134
* CLI pre-commit hook can't be installed properly by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/135
* Improve type annotations by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/137
* Hide sensitive API responses from debug logs by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/138
* Update package description by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/139
* Add short alias for the output option by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/140
* Optimize the local files collection and improve the progress bar stage by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/141
* Add version command that supports TEXT and JSON output formats by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/142
* Fix list modification while in a for loop by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/143
* Improve version managing of pre-commit hook by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/144
* Add Poetry installation cache by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/145
* Migrate SCA tables to the new table management system by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/146
* Improve text messages by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/149
* Fix relative paths; fix validations of paths by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/150
* Implement proper handling of errors in printers by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/151
* Lock urllib3 v1 by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/152

New Contributors
* anna-aleksandrowicz made their first contribution in https://github.com/cycodehq-public/cycode-cli/pull/125

**Full Changelog**: https://github.com/cycodehq-public/cycode-cli/compare/v0.2.5...v1.0.0

Page 6 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.