uv/crates/puffin-git/src
Charlie Marsh 50057cd5f2
Re-add Cargo's known hosts checking (#1118)
## Summary

This ensures that (like Cargo) we don't suffer from
https://github.com/advisories/GHSA-r5w3-xm58-jv6j, by way of checking
known hosts when fetching via `libgit2`.

The implementation is taken from Cargo itself, modified to remove all
configuration, since we don't yet support configuration for known hosts,
etc.

Closes #285.
2024-01-25 22:29:36 -05:00
..
util Add SSL to possible spurious errors (#361) 2023-11-07 18:53:39 +00:00
git.rs Re-add Cargo's known hosts checking (#1118) 2024-01-25 22:29:36 -05:00
known_hosts.rs Re-add Cargo's known hosts checking (#1118) 2024-01-25 22:29:36 -05:00
lib.rs Re-add Cargo's known hosts checking (#1118) 2024-01-25 22:29:36 -05:00
sha.rs Restructure Git cache to include package name (#588) 2023-12-07 20:17:41 -05:00
source.rs Split `puffin-cache` into Puffin-specific and generic utilities (#728) 2023-12-25 14:38:56 +00:00