Merge branch 'main' into feat/cert-key-parser

This commit is contained in:
sharevb 2024-05-05 19:41:06 +02:00 committed by GitHub
commit c10302b138
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 133 additions and 56 deletions

View file

@ -6,6 +6,7 @@ import { tool as asciiTextDrawer } from './ascii-text-drawer';
import { tool as textToUnicode } from './text-to-unicode';
import { tool as certificateKeyParser } from './certificate-key-parser';
import { tool as safelinkDecoder } from './safelink-decoder';
import { tool as pdfSignatureChecker } from './pdf-signature-checker';
import { tool as numeronymGenerator } from './numeronym-generator';
import { tool as macAddressGenerator } from './mac-address-generator';
@ -140,6 +141,7 @@ export const toolsByCategory: ToolCategory[] = [
userAgentParser,
httpStatusCodes,
jsonDiff,
safelinkDecoder,
],
},
{