bito-code-review[bot] commented on PR #16044:
URL: https://github.com/apache/grails-core/pull/16044#issuecomment-5052664915

   <!-- Bito Reply -->
   The observation regarding the Jansi version discrepancy is accurate. The 
current exemption in `VulnerabilityScanPlugin.groovy` only covers 
`org.fusesource.jansi:jansi:2.4.2`, which leaves modules resolving `2.4.1` (as 
pinned in `gradle.properties`) vulnerable to scan failures. It is recommended 
to either add `org.fusesource.jansi:jansi:2.4.1` to the exemption list or align 
all projects to use the same version.
   
   
**build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/VulnerabilityScanPlugin.groovy**
   ```
   'org.fusesource.jansi:jansi:2.4.2',
               'org.fusesource.jansi:jansi:2.4.1',
   ```


-- 
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]

Reply via email to