Bläddra i källkod

Merge branch 'missing-comment' of https://github.com/h345983745/CyberChef into h345983745-missing-comment

n1474335 6 år sedan
förälder
incheckning
81d698c091
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/core/operations/ExtractFiles.mjs

+ 1 - 1
src/core/operations/ExtractFiles.mjs

@@ -23,7 +23,7 @@ class ExtractFiles extends Operation {
 
         this.name = "Extract Files";
         this.module = "Default";
-        this.description = "TODO";
+        this.description = "Performs file carving to attempt to extract files from the input.";
         this.infoURL = "https://forensicswiki.org/wiki/File_Carving";
         this.inputType = "ArrayBuffer";
         this.outputType = "List<File>";