MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / is_link_local_or_metadata_host

Function is_link_local_or_metadata_host

crates/openshell-prover/src/queries.rs:66–68  ·  view source on GitHub ↗
(host: &str)

Source from the content-addressed store, hash-verified

64}
65
66fn is_link_local_or_metadata_host(host: &str) -> bool {
67 is_link_local(host) || is_known_metadata_hostname(host)
68}
69
70/// Run all four formal queries against the model and emit one finding
71/// per category that has at least one path.

Callers 1

check_credential_safetyFunction · 0.85

Calls 2

is_link_localFunction · 0.85

Tested by

no test coverage detected