-
Notifications
You must be signed in to change notification settings - Fork 5
Add .NET 9 support #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prisma Cloud has found errors in this PR ⬇️
csb.SslMode = SingleStoreSslMode.VerifyFull; | ||
csb.SslCa = ""; | ||
csb.UserID = "ed25519user"; | ||
csb.Password = "Ed255!9"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Random High Entropy String detected in code
Resource: 9c2671be72b97c6a6553574cb701003c6634ee6a | Checkov ID: CKV_SECRET_80
Description
Entropy checks help detect unstructured secrets by measuring the entropy level of a single string. Entropy is a concept used to assign a numerical score to how unpredictable a password is or the likelihood of highly random data in a string of characters. Strings with a high entropy score are flagged as suspected secrets.
No description provided.