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

Merge main into v1 #874

Merged
merged 16 commits into from Jan 18, 2022
Merged

Merge main into v1 #874

merged 16 commits into from Jan 18, 2022

Commits on Jan 11, 2022

  1. Update changelog and version after v1.0.27

    github-actions[bot] committed Jan 11, 2022
    Copy the full SHA
    c2a7379 View commit details
    Browse the repository at this point in the history
  2. 1.0.28

    github-actions[bot] committed Jan 11, 2022
    Copy the full SHA
    f6f23f8 View commit details
    Browse the repository at this point in the history
  3. Update checked-in dependencies

    github-actions[bot] committed Jan 11, 2022
    Copy the full SHA
    f8a48f4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #871 from github/mergeback/v1.0.27-to-main-cd783c8a

    Mergeback v1.0.27 refs/heads/v1 into main
    edoardopirovano committed Jan 11, 2022
    Copy the full SHA
    cbabe47 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Bump CodeQL version to 2.7.5

    hmakholm committed Jan 12, 2022
    Copy the full SHA
    d85c3e5 View commit details
    Browse the repository at this point in the history
  2. Change category uniqueness test

    Turboscan only allows a single combination of tool name and automation
    details id for testing category uniqueness.
    
    Previously, the check in the action was not entirely correct since it
    only looked at the _category_ and not the combination of the category
    and the tool name.
    
    It's even more precise now since it is looking at the actual, computed
    value of the automation details id, rather than an inputted value of
    the category.
    
    This change also includes a refactoring where the action is now avoiding
    multiple parsing/stringifying of the sarif files. Instead, sarif is
    parsed once at the start of the process and stringified once, after
    sarif processing is completely finished.
    aeisenberg committed Jan 12, 2022
    Copy the full SHA
    8454e21 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Allow duplicate categories in the same validation step

    A single SARIF file should be allowed to have duplicated
    categories.
    aeisenberg committed Jan 13, 2022
    Copy the full SHA
    ab1f709 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Copy the full SHA
    df0c306 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #873 from github/nickrolfe/ruby

    Update warning about interpreted languages to mention Ruby
    aeisenberg committed Jan 14, 2022
    Copy the full SHA
    b6fbcca View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Copy the full SHA
    8de62be View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9913c9b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #872 from github/aeisenberg/category-with-tool

    Change category uniqueness test
    aeisenberg committed Jan 17, 2022
    Copy the full SHA
    b886234 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    776db51 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #866 from github/hmakholm/pr/2.7.5

    Bump CodeQL version to 2.7.5
    hmakholm committed Jan 17, 2022
    Copy the full SHA
    b31df3f View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. 1.0.28

    github-actions[bot] committed Jan 18, 2022
    Copy the full SHA
    ec1b165 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Add an entry and move an entry.
    aeisenberg committed Jan 18, 2022
    Copy the full SHA
    19970ae View commit details
    Browse the repository at this point in the history