Skip to content

"path" variable in veracode-da-scanner-vars.py wrong #2

Description

@jocke45

Line 29 in veracode-da-scanner-vars.py has a "/" to many

path = api_base + "/scanner_variables"

Should be

path = api_base + "scanner_variables"

without this the example crashes with a 500 response and the "path" variable is https://api.veracode.com/was/configservice/v1//scanner_variables

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions