Skip to content

Requests are done with verify=False #288

@einot

Description

@einot

The verify option for https requests should be configurable. It's very bad practice to blindly set verify=False for every request. I was thinking about reporting this as a bug for security reasons.

In rubrik_cdm/api.py:

                api_request = requests.get(
                    request_url, verify=False, headers=header, timeout=timeout)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions