MAKENTNU/web

View on GitHub
src/checkin/local_scanner.py

Summary

Maintainability
A
0 mins
Test Coverage

Possible hardcoded password: ''
Open

def register(card_id="0123456789", secret=""):
    return _card(reverse('admin_register_card'), card_id, secret)


Severity: Info
Found in src/checkin/local_scanner.py by bandit

Possible hardcoded password: ''
Open

def check(card_id="0123456789", secret=""):
Severity: Info
Found in src/checkin/local_scanner.py by bandit

There are no issues that match your filters.

Category
Status