Skip to content

Commits

Commits on Jun 2, 2021

  1. Update unguarded-action-lib.ql

    Robert authored and GitHub committed Jun 2, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    61b5618 View commit details

Commits on May 31, 2021

  1. Use the version from package.json in the runner

    Update the ql queries to account for change in how we look for runner
    
    Previously, we guarded blocks of code to be run by the runner or the
    action using if statements like this:
    
    ```js
    if (mode === "actions") ...
    ```
    
    We are no longer doing this. And now, the `unguarded-action-lib.ql`
    query is out of date. This query checks that runner code does not
    unintentionally access actions-only methods in the libraries.
    
    With these changes, we now ensure that code scanning is happy.
    Andrew Eisenberg committed May 31, 2021
    Copy the full SHA
    4164096 View commit details

Commits on Apr 23, 2021

  1. make query more robust

    Robert committed Apr 23, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    8207018 View commit details

Commits on Apr 22, 2021

  1. Copy the full SHA
    8c91ba8 View commit details

Commits on Mar 16, 2021

  1. call setupActionsVars in the tests too

    Robert committed Mar 16, 2021
    Copy the full SHA
    378f30f View commit details
  2. Copy the full SHA
    d698cb3 View commit details

Commits on Nov 20, 2020

  1. Add a query to detect binary planting vulnerabilities.

    Chris Gavin committed Nov 20, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    b03b9fe View commit details

Commits on Nov 9, 2020

  1. fix: small typo in import-action-entrypoint.ql

    0xflotus authored and GitHub committed Nov 9, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    1870040 View commit details

Commits on Sep 16, 2020

  1. add explanation to query

    Robert Brignull committed Sep 16, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    090a701 View commit details

Commits on Sep 15, 2020

  1. Add queries

    Robert Brignull committed Sep 15, 2020
    Copy the full SHA
    d88fa5c View commit details

Commits on Sep 1, 2020

  1. whitelist @actions/exec/lib/toolrunner

    Robert Brignull committed Sep 1, 2020
    Copy the full SHA
    b4d142e View commit details

Commits on Aug 26, 2020

  1. Convert rest of the actions

    Robert Brignull committed Aug 26, 2020
    Copy the full SHA
    217483d View commit details

Commits on Aug 25, 2020

  1. rename CLI to runner

    Robert Brignull committed Aug 25, 2020
    Copy the full SHA
    09677da View commit details

Commits on Aug 17, 2020

  1. add query to detect use of actions libs

    Robert Brignull committed Aug 17, 2020
    Copy the full SHA
    f92a680 View commit details

Commits on Jul 16, 2020

  1. fix undeclared action inputs

    Robert Brignull committed Jul 16, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    c7c1aa8 View commit details

Commits on May 4, 2020

  1. Make use of getContainer

    Robert Brignull committed May 4, 2020
    Copy the full SHA
    dcd81b5 View commit details
  2. Create undeclared-action-input.ql

    Robert authored and Robert Brignull committed May 4, 2020
    Copy the full SHA
    d90fca3 View commit details

Commits on Apr 28, 2020

  1. Unverified

    No user is associated with the committer email.
    Copy the full SHA
    28ccc3d View commit details
End of commit history for this file