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: Add binary version parsing for nodejs, php and python #6524

Draft
wants to merge 36 commits into
base: main
Choose a base branch
from

Commits on Apr 19, 2024

  1. Add binary version parsing for java, nodejs, php and python

    Levente Kovacs committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    105f39e View commit details
    Browse the repository at this point in the history
  2. Add parse test for Python binary

    Levente Kovacs committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b6027e8 View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    Levente Kovacs committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    5b3eec8 View commit details
    Browse the repository at this point in the history
  4. lint via gci + fix lint errors

    Levente Kovacs committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3ead37c View commit details
    Browse the repository at this point in the history
  5. Remove := because of linter

    Levente Kovacs committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    82ae5f5 View commit details
    Browse the repository at this point in the history
  6. Fix parser to grab correct match index

    Levente Kovacs committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    407ebd8 View commit details
    Browse the repository at this point in the history
  7. Normalize to binary go package

    Levente Kovacs committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    8e8443c View commit details
    Browse the repository at this point in the history
  8. Implement standalone python binary scanning in fanal

    Levente Kovacs committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    526cd87 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Python version parsing

    Levente Kovacs committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    1a1425f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35a0a66 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    699531d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a708e38 View commit details
    Browse the repository at this point in the history
  3. Add parse test for Python binary

    Levente Kovacs committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    68624ea View commit details
    Browse the repository at this point in the history
  4. go mod tidy

    Levente Kovacs committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d704cda View commit details
    Browse the repository at this point in the history
  5. lint via gci + fix lint errors

    Levente Kovacs committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a57944f View commit details
    Browse the repository at this point in the history
  6. Remove := because of linter

    Levente Kovacs committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d7c795b View commit details
    Browse the repository at this point in the history
  7. Fix parser to grab correct match index

    Levente Kovacs committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    41f0857 View commit details
    Browse the repository at this point in the history
  8. Normalize to binary go package

    Levente Kovacs committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    66a008b View commit details
    Browse the repository at this point in the history
  9. Implement standalone python binary scanning in fanal

    Levente Kovacs committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a9f14c6 View commit details
    Browse the repository at this point in the history
  10. Python version parsing

    Levente Kovacs committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5c326db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    da71578 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    39c24d0 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'parse-binary-versions' of github.com:kovacs-levent/triv…

    …y into parse-binary-versions
    Levente Kovacs committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    1a78560 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ed91d36 View commit details
    Browse the repository at this point in the history
  15. Fix dependency errors

    Levente Kovacs committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    e6e3165 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'parse-binary-versions' of github.com:kovacs-levent/triv…

    …y into parse-binary-versions
    Levente Kovacs committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9e39387 View commit details
    Browse the repository at this point in the history
  17. Resolve previously unfixed conflict

    Levente Kovacs committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5f93328 View commit details
    Browse the repository at this point in the history
  18. Rework fanal tests

    Levente Kovacs committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6ba4de5 View commit details
    Browse the repository at this point in the history
  19. Remove unused import

    Levente Kovacs committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    3e71c17 View commit details
    Browse the repository at this point in the history
  20. Fix go.mod

    Levente Kovacs committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5ac66dc View commit details
    Browse the repository at this point in the history
  21. Fix lint errors

    Levente Kovacs committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    739880a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Add seperate types const for detectable binaries

    Levente Kovacs committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    169e9ae View commit details
    Browse the repository at this point in the history
  2. Remove unused types

    Levente Kovacs committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    f35d924 View commit details
    Browse the repository at this point in the history
  3. fix lint issues

    Levente Kovacs committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5834ab9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cf74b4 View commit details
    Browse the repository at this point in the history
  5. Update Exe implementation inspired by updated buildinfo.go

    Levente Kovacs committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e0a45ee View commit details
    Browse the repository at this point in the history