Skip to content

Releases: veracode/veracode-api-py

Added method for updating teams

26 Oct 18:15

Choose a tag to compare

Added update_teams method.

Note: this release also changes the behavior of the create_workspace method. Previously you needed to supply a formatted JSON payload and interpret the response of the call. This version only requires a workspace name and returns a workspace GUID.

Add method for fetching users by name

26 Oct 17:30

Choose a tag to compare

Added a convenience method for searching users by name.

Add applications and users methods

26 Oct 14:47

Choose a tag to compare

This release adds create and delete for application profiles and users. For more information, please see the README.

Additional user methods

22 Oct 14:48

Choose a tag to compare

Some refactoring of the internals and some new user methods.

Bugfix release

09 Oct 20:08

Choose a tag to compare

v_09

bugfix

Bugfix for SCA functionality

09 Oct 20:00

Choose a tag to compare

v_08

increment version

Bugfix

14 Sep 16:44

Choose a tag to compare

Bugfix Pre-release
Pre-release
v_07

bugfix release

Initial SCA Agent methods release

14 Sep 16:38

Choose a tag to compare

Pre-release

Adds methods for managing workspaces.

Fix installation failure

08 Sep 14:44

Choose a tag to compare

Pre-release
v_05

bump to 0.5, minor changes

More options in get_findings method

08 Sep 14:37

Choose a tag to compare

Pre-release

The get_findings method now supports scan_type other than STATIC. See README.md for details