mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 00:05:11 -04:00
Info and URL added
This commit is contained in:
parent
031b0f5317
commit
ff29f55c11
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ class XMLValidator extends Operation {
|
|||
|
||||
this.name = "XML Validator";
|
||||
this.module = "Default";
|
||||
this.description = "";
|
||||
this.infoURL = "";
|
||||
this.description = "Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.";
|
||||
this.infoURL = "https://wikipedia.org/wiki/XML";
|
||||
this.inputType = "string";
|
||||
this.outputType = "string";
|
||||
this.args = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue