Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Crypto Go :we are a research group to help developers build secure applications. #111

Open
1047261438 opened this issue Aug 29, 2022 · 0 comments

Comments

@1047261438
Copy link

Hi, we are a research group to help developers build secure applications. We designed a cryptographic misuse detector (i.e., CryptoGo) on Go language. We found your great public repository from Github, and several security issues detected by CryptoGo are shown in the following.
Note that the cryptographic algorithms are categorized with two aspects: security strength and security vulnerability based on NIST Special Publication 800-57 and other public publications. Moreover, CryptoGo defined certain rules derived from the APIs of Go cryptographic library and other popular cryptographic misuse detectors. The specific security issues we found are as follows:
(1) Location: validator/lib/tal.go:49;
Broken rule: SHA-1 is an insecure algorithm;
(2) Location: validator/lib/tal.go:125;
Broken rule: SHA-1 is an insecure algorithm;
(3) Location: validator/lib/cms.go:176;
Broken rule: RSASSA-PKCS1-v1_5 is deprecated;
We wish the above security issues could truly help you to build a secure application. If you have any concern or suggestion, please feel free to contact us, we are looking forward to your reply. Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant