Skip to content
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

Add more WeakSignatureAlgorithm ref links #42

Merged
merged 1 commit into from
Nov 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ type CertificateChainIssues struct {
// - https://security.googleblog.com/2014/09/gradually-sunsetting-sha-1.html
// - https://security.googleblog.com/2015/12/an-update-on-sha-1-certificates-in.html
// - https://superuser.com/questions/1122069/why-are-root-cas-with-sha1-signatures-not-a-risk
// - https://developer.mozilla.org/en-US/docs/Web/Security/Weak_Signature_Algorithm
// - https://www.tenable.com/plugins/nessus/35291
// - https://docs.ostorlab.co/kb/WEAK_HASHING_ALGO/index.html
WeakSignatureAlgorithm bool `json:"weak_signature_algorithm"`

// SelfSignedIntermediateCerts indicates that an intermediate certificate
Expand Down