Skip to content

File handles left open in expert_vault.py #25

Description

@CyberSunil

try_unlock() uses json.load(open(_META)) and open(_ENC, "rb").read(), and expert_count() does the same. None are closed. Wrap them in with blocks.

File: challenges/expert_vault.py

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions