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

Method bypasses_l7

crates/openshell-prover/src/registry.rs:126–128  ·  view source on GitHub ↗

Whether any protocol bypasses L7 inspection.

(&self)

Source from the content-addressed store, hash-verified

124impl BinaryCapability {
125 /// Whether any protocol bypasses L7 inspection.
126 pub fn bypasses_l7(&self) -> bool {
127 self.protocols.iter().any(|p| p.bypasses_l7)
128 }
129
130 /// Whether the binary can perform write actions.
131 pub fn can_write(&self) -> bool {

Callers 2

check_credential_safetyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected