Commit Graph

  • 3c6b1134dd
    chore (deps): bump the patch-updates group with 3 updates dependabot[bot] 2026-03-27 03:06:26 +00:00
  • 088da9de01
    chore (deps) bump chromedriver from 130.0.4 to 146.0.6 (#2292) GCHQDeveloper581 2026-03-26 16:38:33 +00:00
  • 6aa98b4a66
    ParseEthernetFrame - Fix vlan calculation (#2295) Ted Kruijff 2026-03-26 17:33:12 +01:00
  • fbb769b05a
    fix vlan calculation Ted Kruijff 2026-03-26 11:42:55 +01:00
  • 82d3e883d7
    remove no longer valid flag noexperimental-fetch GCHQDeveloper581 2026-03-25 12:02:28 +00:00
  • 046c89309b
    Bump up to node 24 GCHQDeveloper581 2026-03-25 11:56:53 +00:00
  • b414b730ae
    bump chromedriver to 146.0.6 GCHQDeveloper581 2026-03-25 10:47:32 +00:00
  • dc2a2222c0
    chore (deps) bump chromedriver from 130.0.4 to 146.0.6 GCHQDeveloper581 2026-03-25 10:20:32 +00:00
  • bbde0cdb55
    Merge 7d2d0767607962846ec491f4a90391eb759cb79f into b0fa1f8d1bebc855d6b38552e86e19115ee1e33f Glenn R. Martin 2026-03-24 22:04:35 +01:00
  • 77fe0721dc fix: MIME Decoding corrupts non-ASCII characters in Base64-encoded words Willi Ballenthin 2026-03-24 09:42:48 +01:00
  • 4dd8767597 fix Dechunk HTTP Response leaks terminating chunk and trailers into output Willi Ballenthin 2026-03-24 09:38:22 +01:00
  • 653b31e711 fix TLV Parser BER long-form length parsing Willi Ballenthin 2026-03-24 09:35:22 +01:00
  • ceeefda024 fix: Gzip comment with header checksum produces corrupt streams Willi Ballenthin 2026-03-24 09:31:47 +01:00
  • 0db5a59023 fix: Unescape Unicode Characters accepts 4-6 hex digits for U+ prefix Willi Ballenthin 2026-03-24 09:28:26 +01:00
  • 4e1464b1e1 fix Set Difference and Set Intersection preserve duplicates from first sample Willi Ballenthin 2026-03-24 09:24:29 +01:00
  • 7f10edcbc5 fix From Base operation producing wrong results for fractional inputs Willi Ballenthin 2026-03-24 09:16:07 +01:00
  • ea86cd59c8 fix Median operation returns incorrect result for unsorted odd-length inputs Willi Ballenthin 2026-03-24 09:11:35 +01:00
  • f768c465e1
    Merge branch 'master' into fix/from-decimal-auto-delim min23asdw 2026-03-24 11:03:16 +07:00
  • 8b34c824aa
    Merge branch 'master' into fix/jsonata-base64-web-worker min23asdw 2026-03-24 11:02:33 +07:00
  • 3312392d64 TextEncodingBruteForce: input is byteArray Willi Ballenthin 2026-03-23 19:02:13 +00:00
  • 91bf0e22f5 Update README with comprehensive modernization changelog consigcody94 2026-03-23 14:39:24 -04:00
  • f1ebe11654 Fix 3 failing Node API tests for Node 24 compatibility consigcody94 2026-03-23 14:18:27 -04:00
  • 1ac3190dae Modernize CyberChef build system, dependencies, UI, and testing consigcody94 2026-03-23 13:59:24 -04:00
  • cad4b72212
    Merge branch 'master' into feat/escape-smart-characters min23asdw 2026-03-23 23:57:59 +07:00
  • b2965b0992
    Merge branch 'master' into leon/fix-safari-dragdrop Leon Zandman 2026-03-23 15:02:15 +01:00
  • b0fa1f8d1b
    Add pull request template with AI usage disclosure (#2279) GCHQ Developer 85297 2026-03-23 14:01:42 +00:00
  • ff63ec97b7
    fix: return empty output for zero-length To Modhex input (#2249) Sascha Buehrle 2026-03-23 13:26:09 +01:00
  • 7d971234ef feat: add Auto delimiter option to From Decimal operation min23asdw 2026-03-23 16:17:36 +07:00
  • 4b0659d84d Merge branch 'fix/from-decimal-auto-delim' of https://github.com/min23asdw/CyberChef into fix/from-decimal-auto-delim min23asdw 2026-03-23 15:33:19 +07:00
  • 7d522416a7 use ternary + regexRep pattern matching Hex.mjs min23asdw 2026-03-23 15:33:14 +07:00
  • ea8ab741f6
    Test coverage C85297 2026-03-23 06:58:22 +00:00
  • c7961bf969
    pull request template C85297 2026-03-23 06:47:33 +00:00
  • 074ec98ded
    Merge branch 'gchq:master' into leon/add-zstd-compress-decompress Leon Zandman 2026-03-22 21:17:14 +01:00
  • 04721d1fa6 Fix formatting of import statements for OperationConfig in multiple files. Leon Zandman 2026-03-22 20:22:34 +01:00
  • 460ebe0186
    Merge pull request #1 from Fra3zz/dev Fra3zz 2026-03-22 13:47:03 -05:00
  • d4d49b438e Merge leon/node-updates: upgrade to Node 24 with all compatibility changes Leon Zandman 2026-03-22 19:35:34 +01:00
  • 145fcc7c49
    Added information regarding operation support strictly for RSA and ECDSA keys. Added ECDSA CSR public key extraction test. Fra3zz 2026-03-22 13:28:55 -05:00
  • cfbc688216 fix: use double quotes to satisfy eslint quotes rule min23asdw 2026-03-23 01:23:30 +07:00
  • f7b85f7935
    Added support for ECDSA CSR public key extraction. Fra3zz 2026-03-22 12:53:38 -05:00
  • f7b2e4b071 test: add browser test for Jsonata Query $base64decode min23asdw 2026-03-23 00:40:24 +07:00
  • 7e0f774895
    Add Public Key from Certificate Signing Request. Fra3zz 2026-03-22 11:52:03 -05:00
  • 597e7f33f7 fix: jsonata $base64decode/$base64encode in Web Worker min23asdw 2026-03-22 19:18:30 +07:00
  • f449323fac feat: add Escape Smart Characters operation min23asdw 2026-03-22 18:04:01 +07:00
  • 7bbe0e5a0f
    Merge branch 'master' into fix/from-decimal-auto-delim min23asdw 2026-03-22 09:52:02 +07:00
  • 4fe253046d
    Update .nvmrc to reflect new default Node version GCHQDeveloper581 2026-02-06 11:24:09 +00:00
  • 67507275ff
    Use a base image that actually exists GCHQDeveloper581 2026-02-06 10:05:16 +00:00
  • 022d225668
    Further bump minimum/default node to 22 GCHQDeveloper581 2026-02-06 09:50:49 +00:00
  • 4d10181b14
    Update node version used in GitHub actions GCHQDeveloper581 2025-11-03 15:29:42 +00:00
  • 0445fae797
    Fix some "assert{type:" occurences missed in the previous pass GCHQDeveloper581 2025-11-03 13:26:45 +00:00
  • cf67ae92fe
    Make compatible with node >=22 GCHQDeveloper581 2025-10-28 16:21:32 +00:00
  • a5c5dbdd56
    Merge branch 'gchq:master' into leon/node-updates Leon Zandman 2026-03-21 23:03:42 +01:00
  • 8986d3d812 Merge remote-tracking branch 'origin/master' into leon/node-updates Leon Zandman 2026-03-21 22:43:34 +01:00
  • 32f7dbde35 chore: update core-js to version 3.49.0 Leon Zandman 2026-03-21 22:32:18 +01:00
  • f5d2623c47
    Merge branch 'master' into leon/fix-safari-dragdrop Leon Zandman 2026-03-21 22:01:47 +01:00
  • fffd2bf462
    Merge branch 'master' into 1819-search-accessibility-improvements Matt C 2026-03-21 16:53:56 -04:00
  • c57180a0ae
    Merge branch 'master' into word_count2 GCHQDeveloper581 2026-03-21 20:43:40 +00:00
  • 9cf82cc1a1
    Added tab focus to top banner and navigation to About/Support Modal (#1733) j264415 2026-03-21 20:28:59 +00:00
  • 3034c49f45
    Merge branch 'gchq:master' into leon/fix-safari-dragdrop Leon Zandman 2026-03-21 21:16:47 +01:00
  • d09ba82159 test: add Auto delimiter tests for newline and signed values min23asdw 2026-03-22 02:10:42 +07:00
  • ae0e989635 fix: handle Auto delimiter correctly in fromDecimal min23asdw 2026-03-22 02:00:17 +07:00
  • 64c0c97973 fix: lint atsiv sivat 2026-03-21 18:51:36 +00:00
  • 2bd5eb4de2
    Merge 5a5ef737cec2134df127aa177f44d5fa803c98fb into 78d40eab60a46066e1d6bf5e50e7afa9432c162d atsiv1 2026-03-21 18:40:34 +00:00
  • f5b0ee7a9d
    Merge branch 'master' into tab-focus-to-top-banner GCHQDeveloper581 2026-03-21 18:30:39 +00:00
  • 78d40eab60
    Add Parse Ethernet frame Operation, allow Parse IPv4 Header to cascade (#1722) Ted Kruijff 2026-03-21 19:15:29 +01:00
  • 2b370b9616
    Selection and Deselection of autobake checkbox using keyboard (#1727) j264415 2026-03-21 17:49:13 +00:00
  • 816a427d0d
    Merge branch 'master' into selection-of-autobake-keyboard GCHQDeveloper581 2026-03-21 17:25:32 +00:00
  • 81982e2107
    Merge branch 'master' into parse-ethernet-frame GCHQDeveloper581 2026-03-21 17:10:34 +00:00
  • c66ab5a5dd Fix: Update drag-and-drop handling to use 'dragInProgress' flag instead of 'effectAllowed' in InputWaiter and RecipeWaiter Leon Zandman 2026-03-21 16:38:25 +01:00
  • 76a176c6b5
    Merge branch 'master' into feature/webp-support GCHQDeveloper581 2026-03-21 15:33:29 +00:00
  • 2ddc79835e Browser-agnostic fix for dragging Operations to Favorites, so this also works on Safari. Leon Zandman 2026-03-21 16:29:52 +01:00
  • 38a0adaf33
    chore (deps): bump @babel/runtime from 7.28.6 to 7.29.2 (#2263) dependabot[bot] 2026-03-21 15:23:42 +00:00
  • 8c41518a9b
    Merge branch 'gchq:master' into leon/fix-safari-dragdrop Leon Zandman 2026-03-21 16:03:07 +01:00
  • 5f999b4d75 Fix: Improve drag-and-drop handling for operations in Safari Leon Zandman 2026-03-21 13:48:13 +01:00
  • e00f929179 Add Catppuccin colorscheme Victor Lavaud 2026-03-21 13:32:43 +01:00
  • 1635e50ac3
    chore (deps): bump @babel/runtime from 7.28.6 to 7.29.2 dependabot[bot] 2026-03-21 12:38:52 +00:00
  • a09c379fb0 chore: update dependencies in package.json Leon Zandman 2026-03-21 13:30:59 +01:00
  • fdbcd11adc Add Nord colorscheme Victor Lavaud 2026-03-21 12:39:12 +01:00
  • c047759558 Fix linting. Leon Zandman 2026-03-20 20:04:19 +01:00
  • 04b9e76b70 Test fix: add WASM fetch polyfill for Node.js 22+ compatibility Leon Zandman 2026-03-20 19:58:19 +01:00
  • 8c4a55b2b1
    Add more helpful error for when numerical ingredient is left empty (#1540) Cherry 2026-03-20 13:03:45 -04:00
  • 1e6ee8a240
    Merge branch 'master' into empty-numerical-ingredient-error GCHQDeveloper581 2026-03-20 11:34:02 +00:00
  • a1f9208221
    chore (deps): bump @codemirror/view from 6.39.17 to 6.40.0 (#2262) dependabot[bot] 2026-03-20 11:32:50 +00:00
  • 4cf76cd21f
    Merge branch 'master' into empty-numerical-ingredient-error GCHQDeveloper581 2026-03-20 11:17:48 +00:00
  • 409f2cd292
    chore (deps): bump @codemirror/view from 6.39.17 to 6.40.0 dependabot[bot] 2026-03-20 11:10:40 +00:00
  • 32ff3cd55e
    Bump flatted from 3.3.2 to 3.4.2 (#2266) GCHQDeveloper581 2026-03-20 11:00:53 +00:00
  • 6f9e26b2ad
    Bump flatted from 3.3.2 to 3.4.2 GCHQDeveloper581 2026-03-20 09:53:36 +00:00
  • 290f824e18
    feat: add Raw option for Jq operation (#2237) Roman Karwacik 2026-03-20 10:26:39 +01:00
  • e49d55892a
    Merge branch 'master' into master engin0223 2026-03-20 12:09:21 +03:00
  • 02e9af5678
    Jq: Fix linting and add tests Roman Karwacik 2026-03-20 09:52:05 +01:00
  • 7f4f90e4f3
    chore (deps): bump core-js from 3.48.0 to 3.49.0 (#2261) dependabot[bot] 2026-03-20 08:44:28 +00:00
  • 9680bd190e Webpack-related updates. Leon Zandman 2026-03-20 09:21:25 +01:00
  • c4b8c991e3 npm update Leon Zandman 2026-03-20 08:39:29 +01:00
  • cff1b09239
    Merge branch 'gchq:master' into leon/node-updates Leon Zandman 2026-03-20 07:59:28 +01:00
  • 52ee6aed85
    Merge branch 'gchq:master' into leon/add-zstd-compress-decompress Leon Zandman 2026-03-20 07:59:17 +01:00
  • ea8102340c
    chore (deps): bump jq-web from 0.5.1 to 0.6.2 dependabot[bot] 2026-03-20 03:06:10 +00:00
  • b1369c97f0
    feat: add Raw option for Jq operation Roman Karwacik 2026-03-19 13:28:30 +01:00
  • f63ca4a7aa
    chore (deps): bump core-js from 3.48.0 to 3.49.0 dependabot[bot] 2026-03-19 12:24:58 +00:00
  • 607acbd24e
    chore (deps): bump the patch-updates group with 6 updates (#2260) dependabot[bot] 2026-03-19 12:20:03 +00:00
  • f7bbb33084
    Add Extract Audio Metadata operation (#2170) d0s1nt 2026-03-19 12:14:28 +00:00
  • a492a3c034
    Merge branch 'master' into add-extract-audio-metadata GCHQDeveloper581 2026-03-19 11:55:55 +00:00