Releases: ColdHeat/pybluemonday
Releases · ColdHeat/pybluemonday
0.0.14
0.0.13
0.0.12 / 2023-07-18
0.0.12 / 2023-07-18
- Fix wheels for Apple Silicon
0.0.11
0.0.10
0.0.10 / 2022-04-12
- Bump bluemonday to 1.0.23
- Fix vulnerability that was present in versions below 1.0.20 regarding the usage of
.AllowComments()
. See https://github.com/microcosm-cc/bluemonday/releases/tag/v1.0.20.
0.0.9
0.0.9 / 2022-02-11
- Bump bluemonday to 1.0.18
- Implement rough support for
RequireSandboxOnIFrame
by having an approach to call functions that take typed arguments- This doesn't work entirely because currently only a single call to
RequireSandboxOnIFrame
will work but it will suffice until this behavior is actually needed.
- This doesn't work entirely because currently only a single call to
- Build wheels for Python 3.10 (Closes #29)