mirror of
https://github.com/gchq/CyberChef
synced 2026-01-01 08:03:30 +00:00
Added code argtype
This commit is contained in:
@@ -27,7 +27,7 @@ class YaraRules extends Operation {
|
||||
this.outputType = "string";
|
||||
this.args = [{
|
||||
name: "Rules",
|
||||
type: "string",
|
||||
type: "code",
|
||||
value: ""
|
||||
}];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user