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: CheckmarxDev/JavaVulnerableLab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: LegitAJ/JavaVulnerableLab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 27, 2021

  1. Update pom.xml

    Added spring-boot-starter-test dependency in order to have a 4 level dependency path to demo.
    This component is unused in the actual project
    weinrich15 authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    d9188b3 View commit details
    Browse the repository at this point in the history
  2. Update pom.xml

    updated spring-boot-starter-test to 2.4.5 instead of test.  Wasnt being found by ScA.
    weinrich15 authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    4297964 View commit details
    Browse the repository at this point in the history
  3. Update pom.xml

    weinrich15 authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    3a72e52 View commit details
    Browse the repository at this point in the history
  4. Update pom.xml

    Changed sprint-boot-starter-test to v2
    weinrich15 authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    7c04577 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Update README.md

    weinrich15 authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    eceecda View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. Update adminlogin.jsp

    Fix the sql injection vulnerability
    weinrich15 authored Nov 13, 2021
    Configuration menu
    Copy the full SHA
    e8476b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Update pom.xml

    Updated json:json version to remediate 3 major CVEs
    weinrich15 authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    1a0fefe View commit details
    Browse the repository at this point in the history
  2. Update pom.xml

    Reverted JSON:JSON to old version to reintriduce vulnerabilities.
    weinrich15 authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    59fa21c View commit details
    Browse the repository at this point in the history
  3. Update pom.xml

    updated org.json:json to latest to fix 3 vulnerabilities
    weinrich15 authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    70d19c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Update adminlogin.jsp

    Reintroduce sql injection
    weinrich15 authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    57fdddc View commit details
    Browse the repository at this point in the history
  2. Update pom.xml

    reset json package older
    weinrich15 authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    41543cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92db2b7 View commit details
    Browse the repository at this point in the history
  4. Update pom.xml

    changed from 2.0.0 to 2.0.0.RELEASE
    weinrich15 authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    7e33e37 View commit details
    Browse the repository at this point in the history
  5. Update adminlogin.jsp

    Fixed SQL injection with prepaired statements
    weinrich15 authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    3e0fcfe View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Update courses.xml

    trivial change to test webhook
    weinrich15 authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    08bb241 View commit details
    Browse the repository at this point in the history
  2. Update config.yaml

    changed incremental to false.
    weinrich15 authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    1730023 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Update config.yaml

    changed incremental to true
    weinrich15 authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    e13c144 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Update pom.xml

    added log4j
    weinrich15 authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    9b5ba38 View commit details
    Browse the repository at this point in the history
  2. Update adminlogin.jsp

    reintroduced sql injection
    weinrich15 authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    560a327 View commit details
    Browse the repository at this point in the history
Loading