collerek/ormar

View on GitHub

Showing 43 of 53 total issues

Standard pseudo-random generators are not suitable for security/cryptographic purposes.
Open

    publisher = await Publisher(name="Publisher", prestige=random.randint(0, 10)).save()
Severity: Info
Found in benchmarks/conftest.py by bandit

Standard pseudo-random generators are not suitable for security/cryptographic purposes.
Open

                score=int(random.random() * 100),

Standard pseudo-random generators are not suitable for security/cryptographic purposes.
Open

    publisher = await Publisher(name="Publisher", prestige=random.randint(0, 10)).save()
Severity: Info
Found in benchmarks/test_benchmark_init.py by bandit
Severity
Category
Status
Source
Language