Path to this page:
./
www/py-bleach,
Easy whitelist-based HTML-sanitizing tool
Branch: CURRENT,
Version: 3.3.1nb1,
Package name: py39-bleach-3.3.1nb1,
Maintainer: ryoonBleach is an HTML sanitizing library that escapes or strips markup
and attributes based on a white list. Bleach can also linkify text
safely, applying filters that Django's ``urlize`` filter cannot,
and optionally setting ``rel`` attributes, even on links already
in the text.
Required to run:[
devel/py-setuptools] [
lang/py-six] [
textproc/py-webencodings] [
lang/python37]
Required to build:[
pkgtools/cwrappers] [
devel/py-test-runner]
Master sites:
Filesize: 179.382 KB
Version history: (Expand)
- (2022-01-05) Updated to version: py39-bleach-3.3.1nb1
- (2021-10-07) Updated to version: py39-bleach-3.3.1
- (2021-07-26) Updated to version: py38-bleach-3.3.1
- (2021-04-07) Updated to version: py38-bleach-3.3.0
- (2021-01-27) Updated to version: py38-bleach-3.2.3
- (2020-11-02) Updated to version: py37-bleach-3.2.1
CVS history: (Expand)
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-11-09 21:34:41 by Thomas Klausner | Files touched by this commit (9) |
Log message:
*: convert packaging to lang/python/versioned_dependencies.mk
|
2021-10-26 13:31:15 by Nia Alarie | Files touched by this commit (1030) |
Log message:
www: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts):
www/nghttp2/distinfo
Unfetchable distfiles (almost certainly fetched conditionally...):
./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx-devel/distinfo naxsi-1.3.tar.gz
./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx-devel/distinfo njs-0.5.0.tar.gz
./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz
./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx/distinfo naxsi-1.3.tar.gz
./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx/distinfo njs-0.5.0.tar.gz
./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz
|
2021-10-07 17:09:00 by Nia Alarie | Files touched by this commit (1033) |
Log message:
www: Remove SHA1 hashes for distfiles
|
2021-07-26 20:12:20 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-bleach: updated to 3.3.1
Version 3.3.1 (July 14th, 2021)
-------------------------------
**Features**
* add more tests for CVE-2021-23980 / GHSA-vv2x-vrpj-qqpq
* bump python version to 3.8 for tox doc, vendorverify, and lint targets
* update bug report template tag
* update vendorverify script to detect and fail when extra files are vendored
* update release process docs to check vendorverify passes locally
**Bug fixes**
* remove extra vendored django present in the v3.3.0 whl
* duplicate h1 header doc fix
|
2021-04-06 21:51:47 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-bleach: updated to 3.3.0
Version 3.3.0 (February 1st, 2021)
----------------------------------
**Backwards incompatible changes**
* clean escapes HTML comments even when strip_comments=False
**Security fixes**
* Fix bug 1621692 / GHSA-m6xf-fq7q-8743. See the advisory for details.
|
2021-01-27 10:43:43 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-bleach: updated to 3.2.3
Version 3.2.3 (January 26th, 2021)
----------------------------------
**Security fixes**
None
**Features**
None
**Bug fixes**
* fix clean and linkify raising ValueErrors for certain inputs.
Version 3.2.2 (January 20th, 2021)
----------------------------------
**Security fixes**
None
**Features**
* Migrate CI to Github Actions.
**Bug fixes**
* fix linkify raising an IndexError on certain inputs.
|
2020-11-02 15:45:58 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-bleach: updated to 3.2.1
Version 3.2.1
* change linkifier to add rel="nofollow" as documented.
* suppress html5lib sanitizer DeprecationWarnings
Version 3.2.0
* ``html5lib`` dependency to version 1.1.0.
* update tests_website terminology.
|