HTML cleaner is blocklist-based. This project was initially a part of lxml, but many reports about possible security vulnerabilities were filed for lxml and that make the project problematic for security-sensitive environments. Therefore we decided to extract the problematic part to a separate project.
HTML cleaner is blocklist-based. This project was initially a part of lxml, but many reports about possible security vulnerabilities were filed for lxml and that make the project problematic for security-sensitive environments. Therefore we decided to extract the problematic part to a separate project.
To install py310-lxml_html_clean, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-lxml_html_clean
To see what files were installed by py310-lxml_html_clean, run:
port contents py310-lxml_html_clean
To later upgrade py310-lxml_html_clean, run:
sudo port selfupdate && sudo port upgrade py310-lxml_html_clean
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.