ribbybibby / ssl_exporter

Exports Prometheus metrics for TLS certificates
Apache License 2.0
504 stars 95 forks source link

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

Open 1047261438 opened 1 year ago

1047261438 commented 1 year ago

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: test/test.go:18; Broken rule: RSA-2048 is acceptable but not recommended; (2) Location: test/test.go:34; Broken rule: RSA-2048 is acceptable but not recommended; (3) Location: prober/https.go:60; Broken rule: HTTP is insecure; 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.