Merge branch 'main' into henrymercer/remove-legacy-tracing
This commit is contained in:
commit
f7a67e4341
92 changed files with 401 additions and 220 deletions
3
lib/util.js
generated
3
lib/util.js
generated
|
|
@ -721,6 +721,9 @@ function fixInvalidNotifications(sarif, logger) {
|
|||
logger.info(`Removed ${numDuplicateLocationsRemoved} duplicate locations from SARIF notification ` +
|
||||
"objects.");
|
||||
}
|
||||
else {
|
||||
logger.debug("No duplicate locations found in SARIF notification objects.");
|
||||
}
|
||||
return newSarif;
|
||||
}
|
||||
exports.fixInvalidNotifications = fixInvalidNotifications;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue