- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestCVE202141772 (0.07 sec)
-
src/archive/zip/reader_test.go
} _, err := NewReader(bytes.NewReader(data), int64(len(data))) if err != ErrFormat { t.Fatalf("unexpected error, got: %v, want: %v", err, ErrFormat) } } func TestCVE202141772(t *testing.T) { t.Setenv("GODEBUG", "zipinsecurepath=0") // Archive contains a file whose name is exclusively made up of '/', '\' // characters, or "../", "..\" paths, which would previously cause a panic. //
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Jul 25 00:25:45 UTC 2024 - 55.6K bytes - Viewed (0)