You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2021/06/09 07:37:10 UTC

[GitHub] [bookkeeper] lhotari opened a new issue #2732: [Security] org.inferred:freebuilder:1.14.9 dependency causes Bookkeeper to be flagged for jQuery vulnerabilities

lhotari opened a new issue #2732:
URL: https://github.com/apache/bookkeeper/issues/2732


   **BUG REPORT**
   
   The org.inferred:freebuilder:1.14.9 dependency causes Bookkeeper to be flagged for jQuery vulnerabilities.
   This happens in the Sonatype IQ vulnerability scanner which will also scan embedded js files. For example, it find jQuery in the path `org/inferred/freebuilder/shaded/org/openjdk/tools/javadoc/internal/doclets/formats/html/resources/jquery/external/jquery
   jquery-1.10.2.js` inside the freebuilder jar file.
   
   ***Expected behavior***
   
   Bookkeeper shouldn't expose freebuilder as a dependency at all. It's an annotation processor which should be [defined as optional dependency in maven](https://github.com/inferred/FreeBuilder#maven) and [with `compileOnly` in gradle](https://github.com/inferred/FreeBuilder#gradle).


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [bookkeeper] eolivelli commented on issue #2732: [Security] org.inferred:freebuilder:1.14.9 dependency causes Bookkeeper to be flagged for jQuery vulnerabilities

Posted by GitBox <gi...@apache.org>.
eolivelli commented on issue #2732:
URL: https://github.com/apache/bookkeeper/issues/2732#issuecomment-857483045


   BookKEeper does not have a Web UI
   this is a false positive
   
   btw I agree that we can mark it as "optional" or exclude it at all


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [bookkeeper] Ghatage closed issue #2732: [Security] org.inferred:freebuilder:1.14.9 dependency causes Bookkeeper to be flagged for jQuery vulnerabilities

Posted by GitBox <gi...@apache.org>.
Ghatage closed issue #2732:
URL: https://github.com/apache/bookkeeper/issues/2732


   


-- 
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: issues-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org