1
0

fix: resolve all trivy vulnerabilities (2024-01-25)

This commit is contained in:
Yonatan Kahana
2024-01-25 19:01:15 +02:00
parent 814e0d8d92
commit 0a84e4ba40
361 changed files with 20146 additions and 5005 deletions

13
vendor/golang.org/x/sys/unix/mmap_nomremap.go generated vendored Normal file
View File

@@ -0,0 +1,13 @@
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build aix || darwin || dragonfly || freebsd || openbsd || solaris
package unix
var mapper = &mmapper{
active: make(map[*byte][]byte),
mmap: mmap,
munmap: munmap,
}