mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Fixed lint errors
This commit is contained in:
@@ -124,10 +124,10 @@ const PublicKey = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Signature fields
|
// Signature fields
|
||||||
var breakoutSig = false;
|
let breakoutSig = false;
|
||||||
try {
|
try {
|
||||||
breakoutSig = r.ASN1HEX.dump(certSig).indexOf("SEQUENCE") === 0;
|
breakoutSig = r.ASN1HEX.dump(certSig).indexOf("SEQUENCE") === 0;
|
||||||
} catch(err) {
|
} catch (err) {
|
||||||
// Error processing signature, output without further breakout
|
// Error processing signature, output without further breakout
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user