Cycode

Latest version: v2.1.1

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

Scan your dependencies

Page 6 of 8

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

0.2.5

What's Changed
* Skip on collect node_modules folder for SCA npm by PelegCycode in https://github.com/cycodehq-public/cycode-cli/pull/119
* Bump requests from 2.30.0 to 2.31.0 by dependabot in https://github.com/cycodehq-public/cycode-cli/pull/117
* Add "user-agent" global option to CLI by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/118
* Failed to print table results for License Compliance by morsa4406 in https://github.com/cycodehq-public/cycode-cli/pull/120
* Integrate Cimon by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/121
* Run Cimon in "prevent" mode for build_executable workflow by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/123
* Add table output for all scan types by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/122

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

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

0.2.4

What's Changed
* Add severity of detections to JSON output by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/100
* Add unit tests coverage by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/103
* Add JSON output format for scan errors by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/102
* Add "auth check" command by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/101
* Migrate to Poetry; fix package structure; use dynamic versioning from Git Tags by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/105
* Setup pre-release flow by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/106
* Add a new release workflow that works with Poetry and uses OIDC for PyPI by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/107
* Make dynamic versioning compatible with PyPI by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/108
* Add CVE column to result table by PelegCycode in https://github.com/cycodehq-public/cycode-cli/pull/109
* Add CODEOWNERS by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/111
* Build CLI executable by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/112
* Format auth command output to JSON by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/104
* Update README for release; fix image links by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/113
* Fix is_sub_path function for different drivers by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/115
* Fix concat_unique_id on Windows by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/116
* Add GHA Workflow to run tests on each supported Python version and OS by MarshalX in https://github.com/cycodehq-public/cycode-cli/pull/114

New Contributors
* MarshalX made their first contribution in https://github.com/cycodehq-public/cycode-cli/pull/100
* PelegCycode made their first contribution in https://github.com/cycodehq-public/cycode-cli/pull/109

**Full Changelog**: https://github.com/cycodehq-public/cycode-cli/compare/v0.2.3...v0.2.4

0.2.3

Announcing the latest release of Cycode CLI, version 0.2.3.
This version introduces the SCA scanning option.
With the new SCA scanning option, you can scan your code dependencies for security vulnerabilities and license compliance issues.
To start with the new SCA scanning option, pass the `sca` value to the CLI command `--scan-type` parameter.
For example:
`$ cycode scan --scan-type sca repository ~/home/git/codebase`
All scanning options are available in the documentation.

0.2.2

- fix for commit range scan slowness issue

Page 6 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.