Giter Club home page Giter Club logo

Comments (3)

Evmaus-MS avatar Evmaus-MS commented on July 22, 2024 1

Changing Title from "Feature Request: Scan assemblies in VSIX/MSI packages" to "Feature Request: Scan assemblies in installers/packages".

This also should cover .zip flavor archives, like .nupkg and .cspkg

from binskim.

michaelcfanning avatar michaelcfanning commented on July 22, 2024

This is a reasonable request. We have avoided adding decompression to the tool so far in the spirit of ensuring that we remain focused on doing the best job possible with a narrow charter, inspecting portable executables.

If we add decompression, there is a large body of complexity that comes along with it. This includes figuring out how to decompress/stream binaries in order to analyze them. Naïve approaches like expanding to disk are slow, can fill the disk, create file paths that are too long, etc.

Obviously, there are many archive producers out there and they don't always emit various formats in a consistent way. Some producers emit nulls in the middle of streams which are handled in different ways by different decompression technologies. Generally, the .NET libraries do a decent job in this regard but I have seen failures.

I'm glad to keep discussing this topic. I can look around to see what the state of the world is as far as supporting libraries for the scenario. Maybe things have improved since last look.

from binskim.

mattleibow avatar mattleibow commented on July 22, 2024

I was just about to ask where my auto-nupkg scanning is :)

from binskim.

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.