Cycode

Latest version: v2.3.2

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

Scan your dependencies

Page 7 of 8

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

0.2.1

added pre receive hook installation instructions

0.2.0

**New Features**
- Support for secrets scan in pre-receive hook: With this feature, you can now scan your code for sensitive information, such as passwords and API keys, before it is committed to your repository. This helps you catch potential security vulnerabilities early in the development process.
- SCA scanning beta: We're introducing support for Software Composition Analysis (SCA) scanning. With SCA scanning, you can detect and manage open-source components and their licenses in your codebase, ensuring compliance with legal and security requirements.
- SAST scanning beta: We're also introducing support for Static Application Security Testing (SAST) scanning. SAST scans analyze your code for security vulnerabilities, including common coding errors and potential attack vectors.
- Dependency vulnerabilities fixes: We've fixed several dependency vulnerabilities to improve the security and stability.

**Bug Fixes**
- We've addressed several issues reported by our users.

Page 7 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.