atsiv sivat
5e427e8531
use OperationError to handle errors and also normalise input handling
2026-03-08 01:04:26 +00:00
atsiv sivat
e18a9b04d4
add space and change spelling of words normalized to noramlised
2026-03-08 01:01:17 +00:00
atsiv sivat
8fd7aec61c
add function to validate 64 bit binary input
2026-03-08 01:00:29 +00:00
atsiv sivat
fd1be923b2
add function to enforce base 10 decimal sytnax before parsing
2026-03-08 00:59:21 +00:00
atsiv sivat
e95782eba7
add function safeBigInt to wrap BigInt values and provide useful errors
2026-03-08 00:57:03 +00:00
atsiv sivat
8a75be1b20
add function normaliseInput to help sanatise and validate input before parsing
2026-03-08 00:55:06 +00:00
atsiv sivat
de789bfb33
Add IEEEBinary test file to index file for tests
2026-01-31 15:55:54 +00:00
atsiv sivat
f276f40981
add tests for To and From IEEEBinary Operations
2026-01-31 15:55:22 +00:00
atsiv sivat
7cfdc65831
Add To and From IEEEBinary Operations in Categories file
2026-01-31 15:54:59 +00:00
atsiv sivat
443eabf160
Add ToIEEEBinary Operation
2026-01-31 15:54:27 +00:00
atsiv sivat
02cc9a1ccf
Add FromIEEEBinary Operation
2026-01-31 15:54:16 +00:00
atsiv sivat
9706fbb10b
Add IEEE-754 Binary64 conversion library
2026-01-31 15:53:51 +00:00
atsiv sivat
d8c9f22d97
add function which finds the greatest common divisor of two BigInts
2026-01-31 15:49:47 +00:00
jg42526
2a1294f1c0
Merge pull request #1978 from mikecat/use-bigint-for-varint
...
Use BigInt for encoding/decoding VarInt
2025-08-06 09:46:48 +01:00
jg42526
fb968da64f
Merge branch 'master' into use-bigint-for-varint
2025-08-06 08:54:59 +01:00
jg42526
314a14a45b
Merge pull request #1545 from starplanet/master
...
Fixed ToDecimal signed logic
2025-07-23 11:25:15 +01:00
jg42526
dc8121e7fc
Merge branch 'master' into master
2025-07-23 10:29:17 +01:00
jg42526
554a3b071e
Merge pull request #1884 from 0xff1ce/fix(ShowOnMap)
...
Show On Map updated to use leaflet over WikiMedia
2025-07-16 08:21:47 +01:00
jg42526
9fc91b3fc6
Merge pull request #1873 from remingtr/enhance-README
...
Add more clear build instructions
2025-07-16 07:11:41 +01:00
jg42526
6dd651a4df
Removed colon
...
Colon not required on heading, minor change to force rebuild
2025-07-16 07:00:12 +01:00
jg42526
c57556f49f
Merge pull request #2021 from kendallgoto/kgoto/add-handlebar
...
Add new operation: Template
2025-05-16 11:22:50 +01:00
jg42526
18e5b9f6ec
Merge branch 'master' into kgoto/add-handlebar
2025-05-16 11:03:44 +01:00
a3957273
411f78d27a
Merge pull request #2011 from bartvanandel/feat/1216-1531-upgrade-uuid
2025-05-12 16:44:22 +01:00
a3957273
7ed7fca3ad
Merge branch 'master' into feat/1216-1531-upgrade-uuid
2025-05-12 16:24:53 +01:00
a3957273
5d3353189b
Merge pull request #2015 from bartvanandel/fix/use-default-index-in-option-transform
2025-05-12 16:24:35 +01:00
a3957273
f92238bf04
Merge pull request #2023 from xumptex/feature/add-BLAKE3
2025-05-12 16:14:00 +01:00
a3957273
2b1ceef6a3
Merge pull request #2025 from ericli-splunk/patch-1
2025-05-12 16:06:53 +01:00
a3957273
f4e73eef54
Merge pull request #1986 from Odyhibit/master
2025-05-12 16:05:42 +01:00
gchqdev364
d751117219
Merge pull request #2041 from gchq/octal-ip-addresses
...
Addresses bug report #2008
Added explicit support for octal IP addresses.
Changed approach to IPv4 regex to be string manipulation generated.
Added some unit tests for IP address parsing - probably not full coverage.
Added lookahead and lookbehind tricks to resolve warned issue that 1.2.3.256 would still be extracted as 1.2.3.25. Now only accepts valid IP addresses. Warning replaced with clause about infinite length dotted decimal forms.
2025-05-12 15:51:03 +01:00
a3957273
a55075fdb6
Merge pull request #2042 from Sma-Das/patch-1
2025-05-12 15:45:26 +01:00
gchqdev364
288cd8f063
Updated warning now that original issue has been resolved.
2025-05-12 14:24:07 +00:00
Sma Das
a7443778b8
update: dockerfile
...
Updated Dockerfile to correctly build on ARM64 platforms. The previous version failed.
2025-05-12 10:22:22 -04:00
gchqdev364
e9b182d33b
Added look ahead and look behind to avoid over capture.
2025-05-12 14:18:01 +00:00
gchqdev364
0c01c6a7c3
Added important tests that need to pass before merge.
2025-05-12 14:07:21 +00:00
a3957273
06f1982acf
Merge pull request #2038 from GCHQDeveloper94872/Issue-2036-Safari-load-bug
2025-05-12 15:04:14 +01:00
es45411
761173bce7
Merge pull request #2040 from gchq/feature/add-toggle-plus-to-urldecode
...
Add toggle "+" character to URLDecode operation
2025-05-12 14:42:15 +01:00
gchqdev364
bfec582aee
Using code to generate regex string procedurally to improve readability.
2025-05-12 13:35:39 +00:00
es45411
3a55b34214
Add tests for URLDecode and URLEncode
2025-05-12 13:09:59 +00:00
es45411
95d5fd1789
Add treat space as plus URLDecode option
2025-05-12 13:09:49 +00:00
gchqdev364
159b80e853
Added explicit tests for IPv4 addresses in decimal or octal.
2025-05-12 13:02:29 +00:00
GCHQDeveloper94872
f24bd92e34
Merge branch 'master' into Issue-2036-Safari-load-bug
2025-05-12 13:51:00 +01:00
GCHQDeveloper94872
e4f4d9c1c5
Workaround for Safari load bug
2025-05-12 12:15:41 +00:00
es45411
7ecf8dfdaa
Merge pull request #2037 from gchq/bugfix/update-generateallchecksums-infourl
...
Update GenerateAllChecksums infoURL
2025-05-12 12:35:23 +01:00
es45411
1bc3105002
Update GenerateAllChecksums infoURL
2025-05-12 11:34:15 +00:00
es45411
66d445c5ef
Add GenerateAllChecksums operation
...
* Add GenerateAllChecksums operation
* Remove checksums from GenerateAllHashes operation
2025-05-12 12:29:33 +01:00
jg42526
b2045e5bd8
Merge pull request #2035 from jg42526/checksum/xor
...
XOR Checksum operation added
2025-05-12 12:01:29 +01:00
a3957273
64a4bfeadf
Merge pull request #1897 from sw5678/master
2025-05-12 12:00:34 +01:00
jg42526
46762a2af7
Merge branch 'gchq:master' into checksum/xor
2025-05-12 11:29:54 +01:00
sw5678
bd9e0142bc
Fix linting errors
2025-05-12 11:24:29 +01:00
a3957273
da922a45cf
Merge pull request #2027 from r4mos/ecdsa-verify-message-format
2025-05-12 11:22:42 +01:00