Skip to content

Commit 3ccfc6f

Browse files
committed
Prepare 0.5.2
1 parent 2aea192 commit 3ccfc6f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
=========
33

4+
## 0.5.2
5+
* Better URL normalization (see CVE-2020-24660)
6+
47
## 0.5.1
58
* Don't fail if configuration is not ready but return 503 (#4)
69

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
"dependencies": {
6161
"extend": "*",
6262
"inireader": "^1.2.1",
63-
"lemonldap-ng-conf": "0.5.1",
64-
"lemonldap-ng-logger": "0.5.1",
65-
"lemonldap-ng-session": "0.5.1",
63+
"lemonldap-ng-conf": "0.5.2",
64+
"lemonldap-ng-logger": "0.5.2",
65+
"lemonldap-ng-session": "0.5.2",
6666
"node-fastcgi": "^1.3.3",
6767
"normalize-url": "^5.1.0"
6868
},
@@ -82,4 +82,4 @@
8282
"lemonldap-ng-session-sqlite": "*",
8383
"perl-dbi": "*"
8484
}
85-
}
85+
}

0 commit comments

Comments
 (0)