bazelbuild / rules_apple

Bazel rules to build apps for Apple platforms.
Apache License 2.0
509 stars 264 forks source link

Use `hashlib.sha1` in `dossier_codesiging_reader.py` #2537

Closed brentleyjones closed 1 week ago

brentleyjones commented 1 week ago

This is faster than calling out to another process and filtering. It also fixes a bug related to formatting that I ran into when running this on Linux.