Codacy Issue ID: e29152c72d453fd6bbfa936ab44a4531
| Field |
Value |
| File |
TransactionProcessor.Aggregates/VoucherAggregate.cs |
| Line |
168 |
| Rule |
Security |
| Severity |
Error |
| Commit |
8d0bcc5eb820824c8574f70888353f9cc9b1320c |
Message: Depending on the context, generating weak random numbers may expose cryptographic functions which rely on these numbers to be exploitable.
🔗 View file in Codacy
Code Snippet:
return rdm.Next(min, max).ToString();
Codacy Issue ID:
e29152c72d453fd6bbfa936ab44a4531TransactionProcessor.Aggregates/VoucherAggregate.cs8d0bcc5eb820824c8574f70888353f9cc9b1320cMessage: Depending on the context, generating weak random numbers may expose cryptographic functions which rely on these numbers to be exploitable.
🔗 View file in Codacy
Code Snippet: