muaddib-scanner 2.4.16 → 2.4.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/ioc/bootstrap.js
CHANGED
|
@@ -165,7 +165,7 @@ async function ensureIOCs() {
|
|
|
165
165
|
return true;
|
|
166
166
|
} catch (err) {
|
|
167
167
|
process.stderr.write('[WARN] Could not download IOC database: ' + err.message + '\n');
|
|
168
|
-
process.stderr.write('[WARN] Continuing with
|
|
168
|
+
process.stderr.write('[WARN] Continuing with YAML IOCs only (run "muaddib update" for full coverage)\n');
|
|
169
169
|
return false;
|
|
170
170
|
}
|
|
171
171
|
}
|