Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fossas/fossa-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.10.14
Choose a base ref
...
head repository: fossas/fossa-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.11.0
Choose a head ref
  • 3 commits
  • 27 files changed
  • 4 contributors

Commits on Aug 1, 2025

  1. update token (#1572)

    zlav authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    e8985df View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Update nix shell (#1574)

    nficca authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    51add54 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. [ANE-2484] Download ficus in vendor_download.sh (#1565)

    * [ANE-2484] Download ficus in vendor_download.sh
    
    * [ANE-2484] Listen to shellcheck's wisdom
    
    * [ANE-2484][ANE-2503] Actually call Ficus, use `--x-snippet-scan` as a flag. (#1573)
    
    * gradle: exclude constraints when retrieving dependencies (#1563)
    
    * [ane-2575] scan all layers for os info (#1566)
    
    * scan all layers for os info
    
    * add test
    
    * lint
    
    * accidently on purposed
    
    * whitespace
    
    * typo
    
    * update changelog
    
    * no need to log
    
    * prepare for release
    
    * WIP
    
    * WIP
    
    * Get ficus wired in and at least vaguely tested. More to do to get tests to be coherent.
    
    Now we're cooking with gas:
    ```
    Running Ficus analysis on /Users/jclemer/wam/
    [DEBUG] Executing ficus
    [DEBUG] Ficus returned 4 errors, 0 debug messages, 1 findings
    [WARN] ERROR fingerprint: Read(
          Custom {
              kind: InvalidData,
              error: "binary file detected: /Users/jclemer/wam/.git/index",
          },
      )
    [WARN] ERROR fingerprint: Read(
          Custom {
              kind: InvalidData,
              error: "binary file detected: /Users/jclemer/wam/.git/objects/pack/pack-183ce412024750728f9349e31668d39ee389840e.idx",
          },
      )
    [WARN] ERROR fingerprint: Read(
          Custom {
              kind: InvalidData,
              error: "binary file detected: /Users/jclemer/wam/.git/objects/pack/pack-183ce412024750728f9349e31668d39ee389840e.pack",
          },
      )
    [WARN] ERROR fingerprint: Read(
          Custom {
              kind: InvalidData,
              error: "binary file detected: /Users/jclemer/wam/.git/objects/pack/pack-183ce412024750728f9349e31668d39ee389840e.rev",
          },
      )
    FINDING fingerprint: {"analysis_id":15}
    Ficus analysis completed successfully with analysis ID: 15
    ```
    
    * Fixing up formatting
    
    * [ANE-2484] Add ficus to extra-source files
    
    * Fix FICUS_ASSET_POSTFIX to match changed release
    
    * Fix Windows postfix for changed release
    
    * Change themis arch in suffix
    
    ---------
    
    Co-authored-by: Jeremy Gonzalez <jeremy@fossa.com>
    
    * Caveperson debug vendor_download
    
    ---------
    
    Co-authored-by: Jeremy Gonzalez <jeremy@fossa.com>
    james-fossa and jagonalez authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    1d7368f View commit details
    Browse the repository at this point in the history
Loading