Leon Zandman
a0a369a7ef
Fix uncaught TypeError in "Show on map" operation. ( #2453 )
2026-06-20 12:01:14 +01:00
min23asdw
0d2af8ce00
fix: jsonata $base64decode/$base64encode in Web Worker ( #2275 )
2026-06-20 11:40:37 +01:00
Willi Ballenthin
08e5c13da4
fix Dechunk HTTP Response leaks terminating chunk and trailers into output ( #2290 )
2026-06-20 09:49:47 +00:00
Willi Ballenthin
64fc664479
fix: MIME Decoding corrupts non-ASCII characters in Base64-encoded words ( #2291 )
2026-06-20 10:41:53 +01:00
Willi Ballenthin
8105e3eb07
fix: Gzip comment with header checksum produces corrupt streams ( #2288 )
2026-06-20 09:03:12 +01:00
Willi Ballenthin
9a8a279b82
fix: Unescape Unicode Characters accepts 4-6 hex digits for U+ prefix ( #2287 )
2026-06-20 08:56:09 +01:00
Willi Ballenthin
5a2eeed066
fix Set Difference and Set Intersection preserve duplicates from first sample ( #2286 )
2026-06-20 08:52:56 +01:00
Willi Ballenthin
0fd6190b46
fix: From Base operation produces wrong results for fractional inputs ( #2285 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-20 08:48:49 +01:00
Shailendra Singh
ddbe914132
Added RenderPDF functionality ( #2105 )
...
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> very basic unit testing
2026-06-19 18:29:40 +00:00
GCHQ Developer 85297
4a70dff3f2
Fix URL encoding incorrectly converting input to UTF-8 ( #2340 )
2026-06-19 14:01:19 +01:00
MAN$I VERMA
33c2207427
feat: Add automated parameter validation framework ( #2561 )
2026-06-19 12:59:04 +01:00
Subhadeep
cc38f3a53f
Fix: Add input validation for XOR Checksum blocksize ( #2537 ) ( #2542 )
2026-06-15 13:37:04 +01:00
Shivam Kumar
31808e83d5
Fix Uint8Array concat crash in Parse IPv4 header ( #2409 )
2026-06-15 09:34:25 +01:00
qais
3f62b14d83
Fix typos and documentation errors (bytes→bits, wrong release link, spelling) ( #2404 )
...
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com>
2026-06-15 09:15:40 +01:00
axjp
91178a8e6f
Add integer check for alphabet size ( #2458 )
...
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com>
2026-06-15 09:05:24 +01:00
sky
7f0544e1c6
fix: validate hexdump width upper bound ( #2514 )
2026-06-15 09:02:56 +01:00
GCHQDeveloper581
894560f6ce
Security: Add fix, and tests, for Lorem Ipsum DoS issue ( #2557 )
2026-06-13 08:53:15 +01:00
Fufu
0c0f330ae2
Implementing ROR13 feature ( #2539 )
2026-06-10 11:21:29 +01:00
GCHQDeveloper581
61deeb8165
Npm and yarn/major version updates ( #2527 )
...
Updated versions:
* cspell 10.0.1
* grunt-eslint 26.0.0
* grunt-webpack 8.0.0
* bignumber.js 11.1.2
* cbor 10.0.12
* diff 9.0.0
* protobufjs 8.5.0
* tesseract.js 7.0.0
* ua-parser-js 2.0.10
2026-06-08 14:21:26 +01:00
Harel Katz
c929819189
feat: add Escape Smart Characters operation ( #2391 )
2026-06-05 13:44:20 +01:00
andreas
da202d54f1
feat: Get AES IV from input (QoL) ( #2471 )
2026-06-05 11:23:38 +01:00
Syed Ishmum Ahnaf
20b46bf1a0
fix: validate text encoding options ( #2497 )
2026-06-05 10:47:48 +01:00
A Normal Ladd
72ca1aeec7
Add remove ANSI escape codes operation ( #2143 )
...
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> (additional test case)
2026-06-03 10:57:13 +01:00
GCHQDeveloper581
772f7866bf
Fix pgp tests ( #2461 )
...
Co-authored-by: C85297 <95289555+C85297@users.noreply.github.com> (fix for #2267 )
2026-05-28 09:17:43 +01:00
Blank0120
6a3a370bb1
update bson ( #2425 )
...
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> (update of dependabot excluded packages)
2026-05-23 12:42:40 +01:00
GCHQ Developer 85297
b090482bd0
Series Chart HTML Formatting fix ( #2403 )
2026-05-18 11:57:16 +01:00
GCHQ Developer 85297
7ca4b3a13d
Parse Ethernet Frame HTML formatting fix ( #2402 )
2026-05-18 11:54:13 +01:00
GCHQ Developer 85297
1baef27e9b
Parse IPv4 Header HTML formatting fix ( #2401 )
2026-05-18 11:52:10 +01:00
GCHQ Developer 85297
9727e2607c
update bcryptjs ( #2368 )
...
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> (fixed browser tests)
2026-05-09 11:57:41 +01:00
0xff1ce
e294caeeb4
feat(operation-wrap): add new Wrap operation to format text at specified line width ( #1882 )
2026-05-08 15:58:19 +01:00
Zach Bowden
49002e15cf
Fix all zeros after 16384 bytes with Blake3 ( #2351 )
...
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> (added test)
2026-04-29 21:52:00 +01:00
GCHQDeveloper581
1fdd2ecf20
Node version update from 22 to 24 ( #2347 )
...
Changes mostly authored-by: Leon Zandman <leon@wirwar.com>
Cherry pick and minor additions by GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com>
2026-04-28 13:18:02 +01:00
GCHQ Developer 85297
9641ae07f9
Fix XSS in Show Base64 offsets ( #2346 )
2026-04-28 10:02:00 +01:00
j83305
ba09f5f1d5
[ #927 ] added parity bit operation ( #1036 )
2026-04-25 08:52:26 +01:00
Björn Heinrichs
97f35095ca
Feature md link blanks ( #660 )
...
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> (added tests)
2026-04-25 08:43:22 +01:00
ko80240
4080df0bbd
Added metadata extraction for UUID strings. ( #2322 )
2026-04-24 15:14:35 +01:00
GCHQ Developer 85297
535838146c
Regular Expression operation email address regex: Support IPv4 domains ( #2167 )
...
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com>
2026-04-13 13:04:33 +01:00
GCHQDeveloper581
167cc398ce
Properly escape HTML entities in sampleDelim to avoid XSS issue ( #2307 )
2026-04-04 12:13:05 +01:00
Ted Kruijff
6aa98b4a66
ParseEthernetFrame - Fix vlan calculation ( #2295 )
2026-03-26 16:33:12 +00:00
Ted Kruijff
78d40eab60
Add Parse Ethernet frame Operation, allow Parse IPv4 Header to cascade ( #1722 )
2026-03-21 18:15:29 +00:00
Roman Karwacik
290f824e18
feat: add Raw option for Jq operation ( #2237 )
2026-03-20 09:26:39 +00:00
d0s1nt
f7bbb33084
Add Extract Audio Metadata operation ( #2170 )
...
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> (minor tweak to wikipedia url)
2026-03-19 12:14:28 +00:00
GCHQDeveloper581
d9dacf6b8f
Fix Jq issue ( #2210 )
...
* Revert "fix: jq-web -> jq-wasm, includes jq version 1.8.1 (gchq#2223)"
This reverts commit 0c6454e.
(but leave new tests intact)
* Return jq-web to 0.5.1
2026-03-19 11:47:31 +00:00
John Brick
eef8d55d86
fix(A1Z26): return empty string instead of empty array for empty input ( #2257 )
2026-03-19 10:10:35 +00:00
Thomas M
a19261d5f7
feat: add ARM disassembler operation ( #2156 )
2026-03-08 19:07:46 +00:00
p-leriche
f759f4c43b
Add Text/Integer Converter operation ( #2213 )
...
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> - Additional test case added.
2026-03-08 13:46:36 +00:00
Thomas M
81b3e9abd4
Feat/rc6 add RC6 Encrypt/Decrypt operations ( #2163 )
2026-03-07 12:07:17 +00:00
ThePlayer372-FR
cbe1d39e06
Add Flask Session operations (Decode, Sign, Verify) ( #2208 )
2026-03-07 07:29:22 +00:00
William Floyd
0c6454e10c
fix: jq-web -> jq-wasm, includes jq version 1.8.1 ( #2223 )
...
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> (added tests)
2026-03-06 12:04:41 +00:00
Thomas
c1b849bdb2
feat: add random integer generation operation ( #2151 )
2026-03-04 14:42:48 +00:00