You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have a release asset that contains some . dll files.
When using the "extract: true" option on execution I'm getting
"Error: Malicious entry: Checklist.Serialization.Desktop.resources.dll"
I'm not sure if this happens for any .dll files
Can we have a flag on the action level itself and the unzip command to be executed with the flag skipEntryNameValidation depending on the bool value set as param?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have a release asset that contains some . dll files.
When using the "extract: true" option on execution I'm getting
"Error: Malicious entry: Checklist.Serialization.Desktop.resources.dll"
I'm not sure if this happens for any .dll files
Describe the solution you'd like
The node-stream-zip library has an option to skip the file name validation.
https://github.com/antelle/node-stream-zip/blob/master/release-notes.md
Can we have a flag on the action level itself and the unzip command to be executed with the flag skipEntryNameValidation depending on the bool value set as param?
The text was updated successfully, but these errors were encountered: