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

Bringing in changes from OWASP #58

Merged
merged 14 commits into from
Aug 24, 2022
Merged

Bringing in changes from OWASP #58

merged 14 commits into from
Aug 24, 2022

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    9643172 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8298224 View commit details
    Browse the repository at this point in the history
  3. fixing lint issue

    ismisepaul committed May 24, 2022
    Configuration menu
    Copy the full SHA
    94b6e12 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Fixing issue where you cannot see the result key for XXE Challenge 1 …

    …by splitting out the levels. Adding a small check to not reveal key from both levels. fixes issue #652
    ismisepaul committed May 26, 2022
    Configuration menu
    Copy the full SHA
    b07a67a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Bump docker-maven-plugin from 0.39.1 to 0.40.0

    Bumps [docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.39.1 to 0.40.0.
    - [Release notes](https://github.com/fabric8io/docker-maven-plugin/releases)
    - [Changelog](https://github.com/fabric8io/docker-maven-plugin/blob/master/doc/changelog.md)
    - [Commits](fabric8io/docker-maven-plugin@v0.39.1...v0.40.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.fabric8:docker-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ismisepaul committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    c467abc View commit details
    Browse the repository at this point in the history
  2. Bump mockito-core from 4.5.1 to 4.6.0

    Bumps [mockito-core](https://github.com/mockito/mockito) from 4.5.1 to 4.6.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v4.5.1...v4.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ismisepaul committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    6f831d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Bump mockito-core from 4.6.0 to 4.6.1

    Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.0 to 4.6.1.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v4.6.0...v4.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ismisepaul committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    dcc76a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Bump docker-maven-plugin from 0.40.0 to 0.40.1

    Bumps [docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.40.0 to 0.40.1.
    - [Release notes](https://github.com/fabric8io/docker-maven-plugin/releases)
    - [Changelog](https://github.com/fabric8io/docker-maven-plugin/blob/master/doc/changelog.md)
    - [Commits](fabric8io/docker-maven-plugin@v0.40.0...v0.40.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.fabric8:docker-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ismisepaul committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    ef71348 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

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

Commits on Jul 24, 2022

  1. Fix minor spelling and grammar errors

    - increases -> increasing
    - presentended -> presented
    - user's -> users'
    arsenkhy authored and ismisepaul committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    4cd0756 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Bump exec-maven-plugin from 3.0.0 to 3.1.0

    Bumps [exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
    - [Commits](mojohaus/exec-maven-plugin@exec-maven-plugin-3.0.0...exec-maven-plugin-3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:exec-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ismisepaul committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    23d2ea8 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

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

Commits on Aug 24, 2022

  1. Bump docker-maven-plugin from 0.40.1 to 0.40.2

    Bumps [docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.40.1 to 0.40.2.
    - [Release notes](https://github.com/fabric8io/docker-maven-plugin/releases)
    - [Changelog](https://github.com/fabric8io/docker-maven-plugin/blob/master/doc/changelog.md)
    - [Commits](fabric8io/docker-maven-plugin@v0.40.1...v0.40.2)
    
    ---
    updated-dependencies:
    - dependency-name: io.fabric8:docker-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ismisepaul committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    82aeb17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11cef0a View commit details
    Browse the repository at this point in the history