Releases: veracode/veracode-api-py
Releases · veracode/veracode-api-py
Added method for updating teams
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
Added a convenience method for searching users by name.
Add applications and users methods
This release adds create and delete for application profiles and users. For more information, please see the README.
Additional user methods
Some refactoring of the internals and some new user methods.
Bugfix release
v_09 bugfix
Bugfix for SCA functionality
v_08 increment version
Bugfix
v_07 bugfix release
Initial SCA Agent methods release
Adds methods for managing workspaces.
Fix installation failure
v_05 bump to 0.5, minor changes
More options in get_findings method
The get_findings method now supports scan_type other than STATIC. See README.md for details