sdedic opened a new pull request, #5660: URL: https://github.com/apache/netbeans/pull/5660
An exception was thrown when the NB was trying to load `micronaut-core:aop` project during OCI ADM audit. The project was broken and its dependency root reported `null` artifact. ADM Vulnerability implementation then throws NPE as this is not handled well. The PR fixes the root cause in Gradle tooling by eagerly copying the task list before iterating through it, as the task definition Map is not copied by Gradle library and may mutate during the iteration. The a simple null check is done in vulnerability audit launcher. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
