Skip to content

Commit

Permalink
Remove panic
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieegan3 committed Nov 29, 2023
1 parent 243b474 commit cf27335
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion topdown/crypto.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ func builtinCryptoX509ParseAndVerifyCertificates(_ BuiltinContext, operands []*a

verified, err := verifyX509CertificateChain(certs)
if err != nil {
panic(err)
return iter(invalid)
}

Expand Down

0 comments on commit cf27335

Please sign in to comment.