collerek/ormar

View on GitHub
benchmarks/test_benchmark_init.py

Summary

Maintainability
A
0 mins
Test Coverage

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

                score=int(random.random() * 100),
Severity: Info
Found in benchmarks/test_benchmark_init.py by bandit

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

                year=random.randint(0, 2000),
Severity: Info
Found in benchmarks/test_benchmark_init.py by bandit

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

There are no issues that match your filters.

Category
Status