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

Add file metadata to FileEntry #82

Open
gfs opened this issue May 19, 2020 · 0 comments
Open

Add file metadata to FileEntry #82

gfs opened this issue May 19, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@gfs
Copy link
Contributor

gfs commented May 19, 2020

It might be interesting to some consumers what the stated permissions and other metadata is available about the file. For example, some files could unzip with chmod +x and be executable.

This requires first to see what common factors are shared between SharpZipLib extracted entries, and also LibObjectFile file entries. For LibObjectFile entries reading real filesystems this is particularly interesting. Deciding on a new schema for FileEntry - either a number of fields or a FileMetadata object.

This is a feature request related to Attack Surface Analyzer.

@gfs gfs added the enhancement New feature or request label May 19, 2020
@scovetta scovetta transferred this issue from microsoft/OSSGadget Jun 30, 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

1 participant