github.com/anchore/syft@v1.38.2/.bouncer.yaml (about) 1 permit: 2 - BSD.* 3 - CC0.* 4 - MIT.* 5 - Apache.* 6 - MPL.* 7 - ISC 8 - WTFPL 9 - Unlicense 10 11 ignore-packages: 12 # https://github.com/sorairolake/lzip-go/blob/34a2615d2abf740175c6b0a835baa08364e09430/go.sum.license#L3 13 # has `SPDX-License-Identifier: Apache-2.0 OR MIT`, both of which are acceptable 14 - github.com/sorairolake/lzip-go 15 # packageurl-go is released under the MIT license located in the root of the repo at /mit.LICENSE 16 - github.com/anchore/packageurl-go 17 18 # both of these dependencies are specified as Apache-2.0 in their respective GitHub READMEs 19 - github.com/alibabacloud-go/cr-20160607/client 20 - github.com/alibabacloud-go/tea-xml/service 21 22 # crypto/internal/boring is released under the openSSL license as a part of the Golang Standard Libary 23 - crypto/internal/boring 24 25 # from: https://github.com/spdx/tools-golang/blob/main/LICENSE.code 26 # The tools-golang source code is provided and may be used, at your option, 27 # under either: 28 # * Apache License, version 2.0 (Apache-2.0), OR 29 # * GNU General Public License, version 2.0 or later (GPL-2.0-or-later). 30 # (we choose Apache-2.0) 31 - github.com/spdx/tools-golang 32 33 # from: https://github.com/xi2/xz/blob/master/LICENSE 34 # All these files have been put into the public domain. 35 # You can do whatever you want with these files. 36 - github.com/xi2/xz 37 38 # from: https://gitlab.com/cznic/sqlite/-/blob/v1.15.4/LICENSE 39 # This is a BSD-3-Clause license 40 - modernc.org/libc 41 - modernc.org/libc/errno 42 - modernc.org/libc/fcntl 43 - modernc.org/libc/fts 44 - modernc.org/libc/grp 45 - modernc.org/libc/langinfo 46 - modernc.org/libc/limits 47 - modernc.org/libc/netdb 48 - modernc.org/libc/netinet/in 49 - modernc.org/libc/poll 50 - modernc.org/libc/pthread 51 - modernc.org/libc/pwd 52 - modernc.org/libc/signal 53 - modernc.org/libc/stdio 54 - modernc.org/libc/stdlib 55 - modernc.org/libc/sys/socket 56 - modernc.org/libc/sys/stat 57 - modernc.org/libc/sys/types 58 - modernc.org/libc/termios 59 - modernc.org/libc/time 60 - modernc.org/libc/unistd 61 - modernc.org/libc/utime 62 - modernc.org/libc/uuid/uuid 63 - modernc.org/libc/wctype 64 - modernc.org/mathutil 65 - modernc.org/memory