Skip to content

Commit

Permalink
doc: Release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaccormack committed Sep 7, 2021
1 parent 9ea90c3 commit dedb794
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# ChangeLog (jsonurl-java)

## v2.0.2

### Bug Fixes

* Fix ampersand decode bug ([@dmaccormack](https://github.com/dmaccormack "Link to profile for user dmaccormack"))
* Fix bug in JsonUrlTestAppender.addCodePoint() ([@dmaccormack](https://github.com/dmaccormack "Link to profile for user dmaccormack"))
* Fix NPE when appending a null String ([@dmaccormack](https://github.com/dmaccormack "Link to profile for user dmaccormack"))
* Fix bug writing number-like strings that include plus, with AQF ([@dmaccormack](https://github.com/dmaccormack "Link to profile for user dmaccormack"))

## v2.0.1

### Overview
Expand Down
12 changes: 6 additions & 6 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@

The following versions are actively supported, including security updates.

| Version | Supported |
| --------- | ------------------ |
| 2.0.1 | :white_check_mark: |
| < 2.0.1 | :x: |
| Version | Supported |
| ------- | ------------------ |
| 2.0.2 | :white_check_mark: |
| < 2.0.2 | :x: |

## Reporting a Vulnerability

First: thank you for engaging in responsible disclosure!

If you beleive you've found a vulnerability or other security related issue
please email a complete description to jsonurl.org ``at'' gmail.com.
please email a complete description to jsonurl.org \`\`at'' gmail.com.
If the issue is accepted a discussion will begin on a private
[Zulip][zulip] channel, and you may be be invited to participate. Once a fix
is in place, and a new release is made, a GitHub security advisory will be
created to make the information public.

If the vulnerability is declined a Github issue may still be created,
If the vulnerability is declined a Github issue may still be created,
and/or the Zulip channel may be made public, to make the discussion public
if the repository owners see value in that. Otherwise, we appreciate your
engagement in responsible disclosure and you are now free to disclose
Expand Down

0 comments on commit dedb794

Please sign in to comment.