collerek/ormar

View on GitHub
benchmarks/test_benchmark_create.py

Summary

Maintainability
A
0 mins
Test Coverage

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

                year=random.randint(0, 2000),

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

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

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

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

There are no issues that match your filters.

Category
Status