GithubHelp home page GithubHelp logo

Comments (6)

cf-gitbot avatar cf-gitbot commented on August 17, 2024

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/166062614

The labels on this github issue will be updated when the story is started.

from loggregator-release.

MasslessParticle avatar MasslessParticle commented on August 17, 2024

Hi there,

Thanks for the heads up on this. Looking through the source code, I don't see any reference go golang/arch. It's not in our src directory and grep isn't turning up anything either.

Would you mind linking to the dependency? Thanks!

from loggregator-release.

luisapace avatar luisapace commented on August 17, 2024

from loggregator-release.

mlicursi avatar mlicursi commented on August 17, 2024

Let me explain shortly how we get to that .

The all-dec-instructions.txt which contains the INTEL CONFIDENTIAL label comes from this chain:

  1. loggregator references golang/go1.9.4.linux-amd64.tar.gz in blobs.yml

  2. running the following commands you get the blob:
    git clone https://github.com/cloudfoundry/loggregator-release
    git checkout tags/v102.0
    git submodule update --recursive --init
    bosh sync-blobs

  3. un-tarring the go1.9.4.linux-amd64.tar.gz you get ./loggregator-release-v102.0/loggregator-release/blobs/golang/go1.9.4.linux-amd64/go/src/cmd/internal/objfile/disasm.go

  4. in disasm.go there is the import "golang.org/x/arch/x86/x86asm"

  5. cloning it with
    git clone ssh://[email protected]/golang/arch
    you obtain the sources that include ./x86/x86avxgen/testdata/xedpath/all-dec-instructions.txt

So the issue seems with arch package that is an external dependency of go1.9.4.linux-amd64 rather than loggregator code itself

from loggregator-release.

MasslessParticle avatar MasslessParticle commented on August 17, 2024

Hello @mlicursi @luisapace

We've looked into this and discovered a couple of things. The library you found is only linked and distributed when built against ARM architecture. We're shipping source rather than binaries and we don't compile against ARM. As a result, we're not distributing any proprietary code.

from loggregator-release.

erdmenger avatar erdmenger commented on August 17, 2024

@luisapace @mlicursi +1 to the statement from @MasslessParticle above.
We're not distributing any proprietary code, as we don't compile against ARM architecture either.

from loggregator-release.

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.