Git Product home page Git Product logo

Comments (3)

mhagger avatar mhagger commented on May 28, 2024

Sorry for the delay getting back to you. I have reproduced the build artifacts, byte-for-byte, in a clean environment, with a freshly downloaded and verified Go toolchain. So there was no contamination of the build environment.

git-sizer has only two external runtime (as opposed to test-time) dependencies:

  • github.com/cli/safeexec — a trivial package, also maintained by GitHub. I just audited it and it doesn't do anything untoward. On Windows it does search the directories in PATH manually to try to find the git executable, which could conceivably be considered suspicious behavior by an automated tool (?). (Ironically, it does this to prevent a possible social-engineering attack.)
  • github.com/spf13/pflag — a very commonly used package. I don't know of any reports of security problems with it.

So I'm confident that these are false positives.

I don't expect to have time to work to correct these apparently mistaken reports, so I will close this issue. If somebody else wants to take up that task, feel free to reopen it.

from git-sizer.

coldacid avatar coldacid commented on May 28, 2024

Based on your analysis I'm reporting git-sizer.exe detections as a false positive.

from git-sizer.

mhagger avatar mhagger commented on May 28, 2024

Thanks, @coldacid! ✨

from git-sizer.

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.