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
This allows for other projects to read the manifest and closes the security hole that is the eval() being called on a data file. JSON is not YAML, but it also does not need to look bad.
I second this. i was about to write a script to integrate this with dropbox and parse files and file sizes to estimate space etc. JSON format or another format that we can use a standard lib to process would be a great help
I have some bugs to fix and some other projects to deal with, but I want to
do a manifest reorganization as the next major update for this so I'll see
about emitting different file structures and seeing what works best when I
do that.
On Thu, Jul 27, 2023 at 9:23 AM flutterby ***@***.***> wrote:
I second this. i was about to write a script to integrate this with
dropbox and parse files and file sizes to estimate space etc. JSON format
or another format that we can use a standard lib to process would be a
great help
—
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKZ335GKFNTAC657J3AP7TXSGRITANCNFSM4KDM7Z3Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
This allows for other projects to read the manifest and closes the security hole that is the
eval()
being called on a data file. JSON is not YAML, but it also does not need to look bad.You could perhaps replace all the manifest serialization and deserialization code with less than 10 lines of code.
The text was updated successfully, but these errors were encountered: