Thanks to visit codestin.com
Credit goes to github.com

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: ESAPI/esapi-java-legacy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: esapi-2.5.3.1
Choose a base ref
...
head repository: ESAPI/esapi-java-legacy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: esapi-2.5.4.0
Choose a head ref
  • 16 commits
  • 15 files changed
  • 5 contributors

Commits on Dec 1, 2023

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

Commits on Jan 22, 2024

  1. Bump org.owasp:dependency-check-maven from 9.0.0 to 9.0.6 (#825)

    Bumps [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 9.0.0 to 9.0.6.
    - [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
    - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
    - [Commits](jeremylong/DependencyCheck@v9.0.0...v9.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: org.owasp:dependency-check-maven
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ddd2cda View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. fix: upgrade Antisamy to 1.7.5 to resolve CVE-2024-23635 (#833)

    NOTICE: CVE-2024-23635 does NOT impact the default ESAPI deployment.
    mpreziuso authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a3a59dc View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Issue #839 JavaLogFactory ConcMod (#840)

    * Issue #839 JavaLogFactory ConcMod
    
    Removing support for esapi-java-logging.properties file from baseline.
    
    ConfigurationException is thrown if file is found on the path at
    runtime.  Exception message links to a wiki page with instructions on
    how to configure the application instance.
    
    * JavaLogFactory Cleanup
    
    Removing unused imports.
    
    Consolidating String duplication to a class constant.
    jeremiahjstacey authored May 27, 2024
    Configuration menu
    Copy the full SHA
    7a9ec00 View commit details
    Browse the repository at this point in the history
  2. PR to fix #824 and reference to #823 (#828)

    * Updated DefaultEncoder.getCanonicalizedURI(URI) javadoc to indicate that the method takes into consideration canonicalization of mixed/multi encoded URLs as specified in ESAPI.props 'allowMixed' and 'allowMultiple' accordingly.
    
    * Per issue #824.  Updated DefaultEncoder.getCanonicalizedURI(URI) javadoc to indicate that the method takes into consideration canonicalization of mixed/multi encoded URLs as specified in ESAPI.props 'allowMixed' and 'allowMultiple' accordingly.
    
    * Fixed #824 by nesting the original canonicalize call into the else block of the check to see whether or not we were dealing with a query segment.
    xeno6696 authored May 27, 2024
    Configuration menu
    Copy the full SHA
    f45876f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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

Commits on May 29, 2024

  1. Added Reference

    kwwall committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1801b78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d34397 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    977dd2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e69d0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56fca47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6d8ef3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a859fe5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df8f05c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c0e5e0 View commit details
    Browse the repository at this point in the history
Loading