Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit cc2d615

Browse files
committed
bump version to 0.15.1
1 parent 9760566 commit cc2d615

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog for apidoc-core
22

3+
## 0.15.1
4+
* Use str.trim() instead of own regex vulnerable to ReDOS.
5+
Note that this vulnerability is not impacting this project as an attacker would need to control your source code from which you generate the documentation.
6+
Done in #120 by @ready-research.
7+
38
## 0.15.0
49

510
### Fixed

package-lock.json

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apidoc-core",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "Core parser library to generate apidoc result following the apidoc-spec",
55
"author": "Peter Rottmann <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)