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

JS/Java/Kotlin extractors: support Zstd TRAP compression #16344

Closed
wants to merge 5 commits into from

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    409438f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d774e6b View commit details
    Browse the repository at this point in the history
  3. WIP: add aircompressor as an ad-hoc gradle dependency

    To be fixed with proper bazelification of the kotlin extractor
    d10c committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    6e2e242 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on Apr 30, 2024

  1. WIP: bundle aircompressor in kotlin extractor jar

    This is needed for the consistency queries to extract successfully, e.g.
    
    ```
    codeql test run --consistency-queries=ql/java/ql/consistency-queries ql/java/ql/test/query-tests/security/CWE-749/
    ```
    
    Otherwise, we get a ClassDefNotFound error... But really this should be fixed during the bazelification of the kotlin extractor.
    d10c committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    96007f2 View commit details
    Browse the repository at this point in the history