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
The feedback from Tom Fay was that implementing support for the format was trivial in Go, but I'm sure we can simplify it further. The docs on parsing are kind of a mess.
It should lay out all the sections (including Mach-O segment, which isn't explicitly documented), link to the JSON schema (#72), and describe the parsing in detail, including the mention of the possibility of cyclic dependencies.
It should also mention rust-audit-info as an alternative - just call it as a subprocess and get the JSON.
The text was updated successfully, but these errors were encountered:
The feedback from Tom Fay was that implementing support for the format was trivial in Go, but I'm sure we can simplify it further. The docs on parsing are kind of a mess.
It should lay out all the sections (including Mach-O segment, which isn't explicitly documented), link to the JSON schema (#72), and describe the parsing in detail, including the mention of the possibility of cyclic dependencies.
It should also mention
rust-audit-info
as an alternative - just call it as a subprocess and get the JSON.The text was updated successfully, but these errors were encountered: