Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

False negative with BadModuleAttributeUseLinter and arbitrary depth from import wildcard #33

Closed
@mschwager

Description

Currently BadModuleAttributeUseLinter will handle single-depth wildcard imports, e.g. from ... import *, but it's missing arbitrary depth imports. E.g.

from cryptography.hazmat import *
primitives.hashes.MD5("test")

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions