Coder Social home page Coder Social logo

Comments (12)

trivialfis avatar trivialfis commented on May 18, 2024

? We don't use any of these. It's a machine learning library that crunches numbers.

from xgboost.

hcho3 avatar hcho3 commented on May 18, 2024

XGBoost 2.0.3 is built with dependencies of gRPC 1.49.1:

# Install gRPC
RUN git clone -b v1.49.1 https://github.com/grpc/grpc.git \
--recurse-submodules --depth 1 && \
pushd grpc && \
cmake -S . -B build -GNinja -DCMAKE_INSTALL_PREFIX=/opt/grpc -DCMAKE_CXX_VISIBILITY_PRESET=hidden && \
cmake --build build --target install && \
popd && \
rm -rf grpc

from xgboost.

soumen-ghosh avatar soumen-ghosh commented on May 18, 2024

XGBoost 2.0.3 is built with dependencies of gRPC 1.49.1:

# Install gRPC
RUN git clone -b v1.49.1 https://github.com/grpc/grpc.git \
--recurse-submodules --depth 1 && \
pushd grpc && \
cmake -S . -B build -GNinja -DCMAKE_INSTALL_PREFIX=/opt/grpc -DCMAKE_CXX_VISIBILITY_PRESET=hidden && \
cmake --build build --target install && \
popd && \
rm -rf grpc

Thank you. I'm able to trace the c-ares version number using https://github.com/grpc/grpc/tree/v1.49.1/third_party
But I'm not able to trace the BoringSSL version using the same page.

from xgboost.

hcho3 avatar hcho3 commented on May 18, 2024

@soumen-ghosh BoringSSL does not use well-defined versioning. gRPC uses a specific commit hash to refer to different versions of BoringSSL. For example: grpc/grpc#36089

from xgboost.

trivialfis avatar trivialfis commented on May 18, 2024

Oops, forgot the federated plugin dependencies. Thank you for the reminder.

from xgboost.

soumen-ghosh avatar soumen-ghosh commented on May 18, 2024

Thank you all - this was helpful. I'll internally check with the quality team if they can waive the security issues with these information as the security issues were being raised assuming a very old versions pessimistically.

from xgboost.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.