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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "muaddib-scanner",
3
- "version": "2.4.16",
3
+ "version": "2.4.17",
4
4
  "description": "Supply-chain threat detection & response for npm & PyPI/Python",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -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 compact IOCs (limited PyPI coverage)\n');
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
  }