issues
search
mozilla
/
bleach
Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes
https://bleach.readthedocs.io/en/latest/
Other
2.66k
stars
250
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Prep for a 6.2.0 release
#743
willkg
closed
4 weeks ago
0
drop six dependency (#618)
#742
willkg
closed
1 month ago
0
Update known-good versions of tinycss2 (#732)
#741
willkg
closed
1 month ago
1
Fix additional < followed by characters and EOF issues (#728)
#740
willkg
closed
1 month ago
1
Add support for Python 3.13 (#736)
#739
willkg
closed
1 month ago
0
Drop support for Python 3.8 (#737)
#738
willkg
closed
1 month ago
0
drop support for python 3.8
#737
willkg
closed
1 month ago
0
add support for python 3.13
#736
willkg
closed
1 month ago
0
Add support for some additonal TLDs at linkifier.py
#735
NannoSilver
closed
3 months ago
1
Update dev requirements
#734
willkg
closed
4 months ago
0
bug: Open left angle bracket followed immediately by an alpha character causes next tag to be sanitized
#733
fayyazul-centaurlabs
opened
5 months ago
3
feature: please provide update for latest `tinycss2==1.3`
#732
OttoAndrey
closed
1 month ago
1
Update dev dependencies
#731
willkg
closed
7 months ago
0
really drop python<3.7 support
#730
kloczek
closed
8 months ago
2
RFE: move away from deprecated `html5lib`
#729
kloczek
closed
8 months ago
1
Open bracket '<' still cleaned up without closing bracket
#728
alyohea
closed
1 month ago
1
Bump actions/cache from 3 to 4
#727
dependabot[bot]
closed
10 months ago
0
ci: Use GITHUB_OUTPUT envvar instead of set-output command
#726
arunsathiya
opened
10 months ago
0
Bump actions/setup-python from 4 to 5
#725
dependabot[bot]
closed
11 months ago
0
Style attributes are getting stripped off
#724
Buvi1234
closed
1 year ago
13
Update for v6.1.0 release
#723
willkg
closed
1 year ago
0
Fix linkify with arrays in querystring (#436)
#722
willkg
closed
1 year ago
0
Handle more cases with < folloed by character data (#705)
#721
willkg
closed
1 year ago
0
Fix entities inside a tags in linkification (#704)
#720
willkg
closed
1 year ago
0
update tinycss2 (#702)
#719
willkg
closed
1 year ago
0
Fix Sphinx requirement and update it
#718
willkg
closed
1 year ago
0
Bump actions/checkout from 3 to 4
#717
dependabot[bot]
closed
1 year ago
0
Add dependabot for github actions
#716
willkg
closed
1 year ago
0
Add 3.12 to classifiers (#710)
#715
willkg
closed
1 year ago
0
Add support for python 3.12 (#710)
#714
willkg
closed
1 year ago
0
Update changelog re: dropped Python 3.7 support
#713
willkg
closed
1 year ago
0
Fix python_requires metadata to be >= 3.8
#712
willkg
closed
1 year ago
0
Remove support for Python 3.7 (#709)
#711
willkg
closed
1 year ago
0
feature: add support for Python 3.12
#710
willkg
closed
1 year ago
0
bug: drop support for Python 3.7 which is EOL
#709
willkg
closed
1 year ago
0
bug: Cleaner removes href valid tag "tg://user?id=124124124"
#708
daeeros
closed
1 year ago
1
bug: using OpenSUSE and Fedora packages which change the Bleach code, parse_shim tests fail with Python 3.10.12
#707
MeggyCal
closed
1 year ago
6
spaces at the beginning are being trimmed now (change with python 3.10.12)
#706
MeggyCal
closed
1 year ago
2
Open angle bracket '<' with few words after cleaned up if there's no closing bracket
#705
alyohea
closed
1 year ago
1
bug: linkify with entities inside anchor strings are incorrectly escaped
#704
mcleanmds
closed
1 year ago
1
RFE: lease drop use `six` module
#703
kloczek
closed
1 year ago
1
RFE: please provide update for latest `tinycss2` 1.2.1
#702
kloczek
closed
1 year ago
2
Fix building on readthedocs
#701
willkg
closed
1 year ago
0
Fix deprecation note so GitHub renders it better
#700
willkg
closed
1 year ago
0
Add note to README about deprecation
#699
willkg
closed
1 year ago
0
bleach is deprecated; statement on project going forward (2023-01-23)
#698
willkg
opened
1 year ago
11
Prep for 6.0.0 release
#697
willkg
closed
1 year ago
0
Clean up docs/conf.py file
#696
willkg
closed
1 year ago
0
Update dev requirements
#695
willkg
closed
1 year ago
0
Convert tags, skip_tags, recognized_tags to sets; fix doctests; f-strings
#694
willkg
closed
1 year ago
4
Next