Merge branch 'gchq:master' into parse-ethernet-frame

This commit is contained in:
Ted Kruijff 2024-04-06 11:24:31 +02:00 committed by GitHub
commit bd642569e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
44 changed files with 1640 additions and 114 deletions

View file

@ -62,6 +62,8 @@ import "./tests/DefangIP.mjs";
import "./tests/ELFInfo.mjs";
import "./tests/Enigma.mjs";
import "./tests/ExtractEmailAddresses.mjs";
import "./tests/ExtractHashes.mjs";
import "./tests/Float.mjs";
import "./tests/FileTree.mjs";
import "./tests/FletcherChecksum.mjs";
import "./tests/Fork.mjs";
@ -147,6 +149,7 @@ import "./tests/Typex.mjs";
import "./tests/UnescapeString.mjs";
import "./tests/Unicode.mjs";
import "./tests/YARA.mjs";
import "./tests/ParseCSR.mjs";
const testStatus = {
allTestsPassing: true,