mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 00:31:31 -04:00
Repaired the Object Identifier to Hex regex
This commit is contained in:
parent
40f253c86b
commit
4d9fb7ef58
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class ObjectIdentifierToHex extends Operation {
|
||||||
this.args = [];
|
this.args = [];
|
||||||
this.checks = new magicObject([
|
this.checks = new magicObject([
|
||||||
{
|
{
|
||||||
match: "^\\s*([0-9]{1,3}\.?)+\\s*$",
|
match: "^\\s*([0-9]{1,3}\\.?)+\\s*$",
|
||||||
flags: "",
|
flags: "",
|
||||||
args: []
|
args: []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue