Fix ranges issue

This commit is contained in:
Reinier Criel 2025-10-24 13:14:57 -07:00
parent 15785fad73
commit 6b2db6dace
6 changed files with 128 additions and 4 deletions

View file

@ -14,6 +14,7 @@ export async function auditChanges(changes) {
);
for (const change of changes) {
console.log("**** Auditing change:", change);
const malwarePackage = malwarePackages.find(
(pkg) => pkg.name === change.name && pkg.version === change.version
);