We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aea192 commit 3ccfc6fCopy full SHA for 3ccfc6f
CHANGELOG.md
@@ -1,6 +1,9 @@
1
Changelog
2
=========
3
4
+## 0.5.2
5
+ * Better URL normalization (see CVE-2020-24660)
6
+
7
## 0.5.1
8
* Don't fail if configuration is not ready but return 503 (#4)
9
package.json
@@ -60,9 +60,9 @@
60
"dependencies": {
61
"extend": "*",
62
"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",
+ "lemonldap-ng-conf": "0.5.2",
+ "lemonldap-ng-logger": "0.5.2",
+ "lemonldap-ng-session": "0.5.2",
66
"node-fastcgi": "^1.3.3",
67
"normalize-url": "^5.1.0"
68
},
@@ -82,4 +82,4 @@
82
"lemonldap-ng-session-sqlite": "*",
83
"perl-dbi": "*"
84
}
85
-}
+}
0 commit comments