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: Checkmarx/ast-cli-java-wrapper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.32
Choose a base ref
...
head repository: Checkmarx/ast-cli-java-wrapper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.33
Choose a head ref
  • 9 commits
  • 12 files changed
  • 6 contributors

Commits on Mar 8, 2022

  1. Bump jackson-databind from 2.13.1 to 2.13.2 (#91)

    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.1 to 2.13.2.
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    564e033 View commit details
    Browse the repository at this point in the history
  2. Returning immediately once the Bfl node is matched. (#92)

    Mithilesh Pawar authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    84a8192 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. split scan (#93)

    cx-pedro-lopes authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    2f55977 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Bump actions/cache from 2 to 3 (#94)

    Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Commits](actions/cache@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    da8d236 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. AST-11159 BFL matching

    - Use Objects.equals in Node.equals to avoid NPE when matching attributes
    diogopcx committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    8543067 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #95 from CheckmarxDev/AST-11159/bfl-matching

    AST-11159 BFL matching
    diogopcx authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    faeec6b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Bump peter-evans/create-pull-request from 3 to 4 (#96)

    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 4.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    c1b6bd6 View commit details
    Browse the repository at this point in the history
  2. Bump jackson-databind from 2.13.2 to 2.13.2.1 (#97)

    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.2 to 2.13.2.1.
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    7a767af View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Update checkmarx-ast-cli binaries with 2.0.15 (#98)

    * Update checkmarx-ast-cli to 2.0.15
    
    * fix typo
    
    Co-authored-by: pedrompflopes <pedrompflopes@users.noreply.github.com>
    cx-pedro-lopes and pedrompflopes authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    5f00d6f View commit details
    Browse the repository at this point in the history
Loading