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 .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: OWASP/json-sanitizer
base: v1.2.1
Choose a base ref
head repository: OWASP/json-sanitizer
compare: v1.2.2
Choose a head ref
  • 10 commits
  • 4 files changed
  • 4 contributors

Commits on Jun 8, 2020

  1. Bumped dev version

    mikesamuel committed Jun 8, 2020
  2. Update README.md

    mikesamuel committed Jun 8, 2020

Commits on Jan 10, 2021

  1. Bump junit from 4.13 to 4.13.1 (#26)

    Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
    - [Commits](junit-team/junit4@r4.13...r4.13.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 10, 2021
  2. escape tab characters (#22)

    * escape tab characters
    
    * Remove `if` in char escaping switch which is always covered by earlier cases.
    
    Co-authored-by: david galindo <david.galindo@outlook.com>
    Co-authored-by: Mike Samuel <mikesamuel@gmail.com>
    3 people committed Jan 10, 2021