Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: report unknowns in sbom #2998

Merged
merged 71 commits into from
Oct 7, 2024

Commits on Jun 26, 2024

  1. feat: report unknowns in sbom

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    0b83585 View commit details
    Browse the repository at this point in the history
  2. chore: bump schema

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    578bba3 View commit details
    Browse the repository at this point in the history
  3. chore: fix test

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    de79c95 View commit details
    Browse the repository at this point in the history
  4. chore: update tests

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    36987cf View commit details
    Browse the repository at this point in the history
  5. chore: update tests

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    73e32e6 View commit details
    Browse the repository at this point in the history
  6. chore: properly report unscanned jars, remove duplicate errors

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    84ab50a View commit details
    Browse the repository at this point in the history
  7. chore: fix nested archive "glob" match

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f51c166 View commit details
    Browse the repository at this point in the history
  8. chore: adjust a few error messages

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ac75cd7 View commit details
    Browse the repository at this point in the history
  9. fix: consider metadata FileOwners

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    0847460 View commit details
    Browse the repository at this point in the history
  10. chore: delete apk db

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8d04a36 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    ffc7c9b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. chore: fix unknown coordinate lookups

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9359810 View commit details
    Browse the repository at this point in the history
  2. chore: update test image for hidden packages test

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    5b772c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f045222 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    856cbec View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    5b3c2a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    2fd4f93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22f6c43 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    64c369e View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    cec49e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    1932f2f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    f88fb4a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    b388ceb View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    8e600ed View commit details
    Browse the repository at this point in the history
  2. chore: alpine unknowns + test

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5b193e5 View commit details
    Browse the repository at this point in the history
  3. chore: alpm unknowns + test

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    84a2fa0 View commit details
    Browse the repository at this point in the history
  4. chore: elf unknowns + test

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c382c46 View commit details
    Browse the repository at this point in the history
  5. chore: conan lock unknowns + test

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b0c0d42 View commit details
    Browse the repository at this point in the history
  6. chore: dart unknowns + test

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9e40008 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. chore: debian unknowns + test

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a0127f8 View commit details
    Browse the repository at this point in the history
  2. chore: dotnet unknowns + test

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f7644b5 View commit details
    Browse the repository at this point in the history
  3. chore: erlang unknowns + test

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    55deeb1 View commit details
    Browse the repository at this point in the history
  4. chore: generic unknowns

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    dba43b8 View commit details
    Browse the repository at this point in the history
  5. chore: github action unknowns

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    488e5a1 View commit details
    Browse the repository at this point in the history
  6. chore: golang unknowns

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f981dd2 View commit details
    Browse the repository at this point in the history
  7. chore: unknowns configuration

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    8e64d0d View commit details
    Browse the repository at this point in the history
  8. chore: haskell unknowns

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a31f547 View commit details
    Browse the repository at this point in the history
  9. chore: java unknowns

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    036f0e6 View commit details
    Browse the repository at this point in the history
  10. chore: javascript unknowns

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    08047b3 View commit details
    Browse the repository at this point in the history
  11. chore: lua unknowns test

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5357f93 View commit details
    Browse the repository at this point in the history
  12. chore: php unknowns test

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a18c70e View commit details
    Browse the repository at this point in the history
  13. chore: python unknowns test

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    fbb4158 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a5719b7 View commit details
    Browse the repository at this point in the history
  15. chore: redhat unknowns test

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3ec0800 View commit details
    Browse the repository at this point in the history
  16. chore: rust unknowns test

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    22a17b8 View commit details
    Browse the repository at this point in the history
  17. chore: sbom unknowns test

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f4d02ce View commit details
    Browse the repository at this point in the history
  18. chore: swift unknowns test

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    0bda741 View commit details
    Browse the repository at this point in the history
  19. chore: update schema version

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e34a400 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. chore: elf unknowns

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    18422a8 View commit details
    Browse the repository at this point in the history
  2. chore: fix elf unknowns

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a99d4a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. chore: comment

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    2c6e3d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    de339b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    15f2244 View commit details
    Browse the repository at this point in the history
  2. chore: option to leave unknowns when packages found

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9bccf5d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. chore: make package.json less noisy

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0fce8be View commit details
    Browse the repository at this point in the history
  2. chore: reduce some logging

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4f30524 View commit details
    Browse the repository at this point in the history
  3. chore: reduce some more logging

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3477775 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. chore: add more unknown detection

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    cbe369b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    711c6e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. chore: reduce logging level for unknown errors in generic cataloger

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    63ea24a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. chore: lint-fix

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    1f3231e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    7b1461b View commit details
    Browse the repository at this point in the history
  2. fix: performance issue in unknowns.Join checking for duplicates

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    653677e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e8364d View commit details
    Browse the repository at this point in the history
  4. chore: lint-fix

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    95caede View commit details
    Browse the repository at this point in the history
  5. chore: fix tests, generate new schema

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c04dfde View commit details
    Browse the repository at this point in the history
  6. chore: update tests

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    113ffff View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    36e8327 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    9112f71 View commit details
    Browse the repository at this point in the history
  2. chore: surface package.json files with no name or version

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    cd73516 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. remove unknown usage from elf security feature cataloger

    Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
    wagoodman committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e9f5060 View commit details
    Browse the repository at this point in the history