CVEProject / cvelistV5

CVE cache of the official CVE List in CVE JSON 5 format
616 stars 139 forks source link

"opertion" misspelling #19

Closed ElectricNroff closed 1 year ago

ElectricNroff commented 1 year ago

https://raw.githubusercontent.com/CVEProject/cvelistV5/main/.github/workflows/dist/index.js at c376add has

            activityLog.writeRecentFile();
        }
        console.log(`opertion completed in ${super.timerSinceStart() / 1000 / 60} minutes at ${_core_dateUtils_js__WEBPACK_IMPORTED_MODULE_5__/* .DateUtils.getIsoDate */ .E.getIsoDate()}`);

and

            console.log(`no new or updated CVEs`);
        }
        console.log(`opertion completed in ${super.timerSinceStart() / 1000} seconds at ${_core_dateUtils_js__WEBPACK_IMPORTED_MODULE_6__/* .DateUtils.getIsoDate */ .E.getIsoDate()}`);

where operation was intended.

hkong-mitre commented 1 year ago

nice catch, @ElectricNroff. This is now fixed in the upstream code and will be deployed in the next release.