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

Tie dynamic linking all together #818

Merged
merged 26 commits into from
Mar 7, 2022

Commits on Feb 23, 2022

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

Commits on Feb 24, 2022

  1. Fix ldd parsing

    jssblck committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    12fa9d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0b32cd View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    a08de7b View commit details
    Browse the repository at this point in the history
  2. Switch to diagnostics errors for tactics

    We're using `<||>` to select the first success,
    so we need to explicitly fail ones that don't work
    instead of recovering.
    jssblck committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    5b4efaf View commit details
    Browse the repository at this point in the history
  3. Add some debug logging

    jssblck committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    eaf317b View commit details
    Browse the repository at this point in the history
  4. Fix RPM parsing

    jssblck committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    894da28 View commit details
    Browse the repository at this point in the history
  5. Add logging to apk lookup

    jssblck committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    3ecede9 View commit details
    Browse the repository at this point in the history
  6. [workaround] report errors

    jssblck committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    c8245d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    c5fc1e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab8a298 View commit details
    Browse the repository at this point in the history
  3. Execute syft properly

    jssblck committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    f655019 View commit details
    Browse the repository at this point in the history
  4. Propogate Has (Lift IO)

    jssblck committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    961a479 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Drop APK support for now

    jssblck committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    a01d4b2 View commit details
    Browse the repository at this point in the history
  2. PR Comments

    jssblck committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    3bbe0ba View commit details
    Browse the repository at this point in the history
  3. Add docs

    jssblck committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    4ced8e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77d73f1 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    jssblck committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    6b2a95e View commit details
    Browse the repository at this point in the history
  6. Revert "[workaround] report errors"

    This reverts commit c8245d9.
    jssblck committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    31b3c32 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Better error rendering

    jssblck committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    f6e3dcd View commit details
    Browse the repository at this point in the history
  2. Add variant => syscall test

    jssblck committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    2f130a0 View commit details
    Browse the repository at this point in the history
  3. Add example to documentation

    jssblck committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    dd2c646 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    506a232 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af19714 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a2dcf4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f5aecac View commit details
    Browse the repository at this point in the history