Skip to content

Commit

Permalink
# 1.14.120 (2023-03-27 / a1da1b7)
Browse files Browse the repository at this point in the history
## Fixed

- Treat a backslash in the authority section as a delimiter which starts the
  path section (CVE-2023-28628, with thanks to @luigigubello for the report)
  • Loading branch information
plexus committed Mar 27, 2023
1 parent a1da1b7 commit 416ba61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13
1.14
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.14.120 (2023-03-27 / a1da1b7)

## Fixed

Expand Down Expand Up @@ -107,4 +107,4 @@ not take into account utf-16 encoding.

## Added

- Initial release, public vars: `uri`, `join`, `coerce`, `parse`, `edn-readers`
- Initial release, public vars: `uri`, `join`, `coerce`, `parse`, `edn-readers`
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ To install, add the following dependency to your project or build file:
deps.edn:

``` clojure
lambdaisland/uri {:mvn/version "1.13.95"}
lambdaisland/uri {:mvn/version "1.14.120"}
```

project.clj

``` clojure
[lambdaisland/uri "1.13.95"]
[lambdaisland/uri "1.14.120"]
```

## Usage
Expand Down

0 comments on commit 416ba61

Please sign in to comment.