Skip to content

Releases: cloud-elements/cetool-releases

More selective CC scanning

27 Jan 06:19

Choose a tag to compare

The cc_scan command applies more criteria for deciding if a character sequence is a CC number, which will weed out more false positives.

This version of cetool was built with rustc 1.40.0 (73528e339 2019-12-16)

To install, follow the instructions for your platform; some files might be zipped for improved download speed. For e.g. MacOS, you can do something like this (assuming ~/bin exists and is in your PATH).

curl -L https://github.com/cloud-elements/cetool-releases/releases/download/v0.2.13/cetool__x86_64-apple-darwin -o ~/bin/cetool
chmod +x ~/bin/cetool

MacOS: download cetool__x86_64-apple-darwin, copy to cetool in your PATH.
GNU Linux 64: download cetool__x86_64-unknown-linux-gnu, copy to cetool in your PATH.

Run cetool --version, which should output cetool 0.2.13 to verify that cetool is installed correctly.

Robust CC scans

22 Jan 22:54

Choose a tag to compare

The cc_scan command will now complete, even if it is unable to find keys to some of the element instances.

This version of cetool was built with rustc 1.40.0 (73528e339 2019-12-16)

To install, follow the instructions for your platform; some files might be zipped for improved download speed. For e.g. MacOS, you can do something like this (assuming ~/bin exists and is in your PATH).

curl -L https://github.com/cloud-elements/cetool-releases/releases/download/v0.2.12/cetool__x86_64-apple-darwin -o ~/bin/cetool
chmod +x ~/bin/cetool

MacOS: download cetool__x86_64-apple-darwin, copy to cetool in your PATH.
GNU Linux 64: download cetool__x86_64-unknown-linux-gnu, copy to cetool in your PATH.

Run cetool --version, which should output cetool 0.2.12 to verify that cetool is installed correctly.

CC scan enhancements

14 Jan 15:17

Choose a tag to compare

The cc_scan command now accepts an --email parameter, which chooses the recipient of the scan email, rather than writing the output to stdout.

This version of cetool was built with rustc 1.40.0 (73528e339 2019-12-16)

To install, follow the instructions for your platform. For e.g. MacOS, you can do something like this (assuming ~/bin exists and is in your PATH).

curl -L https://github.com/cloud-elements/cetool-releases/releases/download/v0.2.10/cetool__x86_64-apple-darwin -o ~/bin/cetool
chmod +x ~/bin/cetool

MacOS: download cetool__x86_64-apple-darwin, copy to cetool in your PATH.
GNU Linux 64: download cetool__x86_64-unknown-linux-gnu, copy to cetool in your PATH.

Run cetool --version, which should output cetool 0.2.11 to verify that cetool is installed correctly.

Latest for CC scan

08 Jan 19:44

Choose a tag to compare

This (first) release includes all functionality of the cetool, including the ability to perform CC scans for security compliance. Run cetool help or cetool cc_scan --help for more info. Run cetool --version to make sure you have the correct version.

This version of cetool was built with rustc 1.40.0 (73528e339 2019-12-16)

To install, follow the instructions for your platform. For e.g. MacOS, you can do something like this (assuming ~/bin exists and is in your PATH).

curl -L https://github.com/cloud-elements/cetool-releases/releases/download/v0.2.10/cetool__x86_64-apple-darwin -o ~/bin/cetool
chmod +x ~/bin/cetool

MacOS: download cetool__x86_64-apple-darwin, copy to cetool in your PATH.
GNU Linux 64: download cetool__x86_64-unknown-linux-gnu, copy to cetool in your PATH.