File: control

package info (click to toggle)
lxml-html-clean 0.4.2-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: python: 865; makefile: 12
file content (27 lines) | stat: -rw-r--r-- 789 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: lxml-html-clean
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 python3-lxml,
Standards-Version: 4.7.0
Homepage: https://github.com/fedora-python/lxml_html_clean

Package: python3-lxml-html-clean
Architecture: all
Multi-Arch: foreign
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: blocklist-based HTML cleaner
 This project was initially a part of lxml. Because HTML cleaner is
 designed as blocklist-based, many reports about possible security
 vulnerabilities were filed for lxml and that make the project
 problematic for security-sensitive environments.
 .
 Therefore the distribution as a separate project.