Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check that the file being uploaded is actually a binary #41

Open
mborgerson opened this issue Apr 28, 2022 · 1 comment
Open

Check that the file being uploaded is actually a binary #41

mborgerson opened this issue Apr 28, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@mborgerson
Copy link
Member

You can upload anything and it will be fed to the tool. Try to narrow down what's actually supported and do some basic filtering.

Related #35

@psifertex
Copy link
Contributor

We should presumably limit to well formed formats like elf, macho and PE? Can likely just use a libmagic wrapper for that.

Trying to support arbitrary blobs is going to require all sorts of debate as to what default settings to use for example.

@CouleeApps CouleeApps added the enhancement New feature or request label Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants