-
Notifications
You must be signed in to change notification settings - Fork 55
MyFeatures v0.1 to develop #1194
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
Conversation
if (ze.isDirectory()) { | ||
continue; | ||
} | ||
String name = ze.getName(); |
Check failure
Code scanning / CodeQL
Arbitrary file access during archive extraction ("Zip Slip") High
file system operation
Unsanitized archive entry, which may contain '..', is used in a
file system operation
Unsanitized archive entry, which may contain '..', is used in a
file system operation
Unsanitized archive entry, which may contain '..', is used in a
file system operation
Unsanitized archive entry, which may contain '..', is used in a
file system operation
Unsanitized archive entry, which may contain '..', is used in a
file system operation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name must appear in validFiles
, which contains already sanitized names of files we're interested in. No slipping here.
myfeatures
- the next generation combination ofmyplaces
(create, update and delete features) anduserlayer
(import data from GIS files, feature schema is specific to the layer).Work still in progress.