From ff2718d4bfaf69b0487ee53c195dcfcdcf8daa0d Mon Sep 17 00:00:00 2001 From: Pablo Duboue Date: Thu, 20 Dec 2012 04:08:51 -0500 Subject: [PATCH] Initial work on migrating some of the rules in initnull's Tachyon Web Discovery system to Vega. Up to my knowledge and understanding of the code, this module should enqueue extra checks, however it is not, it seems ctx.submitRequest calls are being ignored It is unclear whether a module license is important regarding EPL vs. GPL. In the worse case we can ask initnull's to re-license these files. --- .../modules/basic/tachyon-discovery.js | 244 ++++++++++++++++++ 1 file changed, 244 insertions(+) create mode 100644 scripts/scanner/modules/basic/tachyon-discovery.js diff --git a/scripts/scanner/modules/basic/tachyon-discovery.js b/scripts/scanner/modules/basic/tachyon-discovery.js new file mode 100644 index 00000000..1d164c42 --- /dev/null +++ b/scripts/scanner/modules/basic/tachyon-discovery.js @@ -0,0 +1,244 @@ +var module = { + name: "Tachyon Web Discovery checks", + category: "basic" +}; + +function run(ctx) { + var ps = ctx.pathState; + if (ps.isParametric()) { + return; // nothing to do! + } + for(var i=0; i