Skip to content

Commit

Permalink
Use forked version of apple-codesign to remove RSA dependency (metalb…
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Oct 6, 2024
1 parent 149f827 commit c20f448
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 163 deletions.
163 changes: 1 addition & 162 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions changelog.d/+use-apple-codesign-mini.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use forked version of apple-codesign to remove RSA dependency
3 changes: 2 additions & 1 deletion mirrord/sip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ edition.workspace = true
workspace = true

[dependencies]
apple-codesign = { version = "0.27", default-features = false}
# we don't like upstream apple-platform-rs because it depends on RSA which has an open CVE.
apple-codesign = { git = "https://github.com/metalbear-co/apple-platform-rs-mini", version = "0.27", default-features = false}
object = "0.36"
tempfile = "3"

Expand Down

0 comments on commit c20f448

Please sign in to comment.