github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/.bouncer.yaml (about)

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