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: securego/gosec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.9.6
Choose a base ref
...
head repository: securego/gosec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.10.0
Choose a head ref
  • 12 commits
  • 16 files changed
  • 5 contributors

Commits on Jan 26, 2022

  1. chore(deps): update all dependencies (#765)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    b12c0f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fbcf10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fad8a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. chore(deps): update all dependencies (#771)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    9399e7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09a2941 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

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

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    507f847 View commit details
    Browse the repository at this point in the history
  2. Updated sponsor link in README.md

    - Because of rebranding (Daimler AG has become
      Mercedes-Benz Group AG) the github organization has
      been renamed as well.
    - Updated sponsorship link in README.md to new github organization
    de-jcup authored and ccojocar committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    db8d98b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Process the code snippet before adding it to the SARIF report

    Preprocess the code snippet from the issue in order to extract only the line(s)
    of code where the issue is located.  In addition remove the line numbers and whitespaces
    before writing the code snippet into the SARIF report.
    ccojocar committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    c0680bb View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    43577ce View commit details
    Browse the repository at this point in the history
  2. feat: add concurrency option to parallelize package loading (#778)

    * feat: add concurrency option to parallelize package loading
    
    * refactor: move wg.add inside the for loop
    
    * fix: gracefully stop the workers on error
    
    * test: add test for concurrent scan
    kruskall authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    7d539ed View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Extend the release action to sign the docker image and binary files w…

    …ith cosign (#781)
    
    * Extend the release action to sign the docker image and binary files with cosign
    
    * Fix lint warnings
    
    * Fix the ling warnings
    
    * Fix the lint warnings
    ccojocar authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    26f10e0 View commit details
    Browse the repository at this point in the history
Loading