Brad Bishop | a891d15 | 2019-09-13 06:17:45 -0400 | [diff] [blame] | 1 | SUMMARY = "XML bomb protection for Python stdlib modules" |
| 2 | DESCRIPTION = "Python package with modified subclasses of all stdlib XML \ |
| 3 | parsers that prevent any potentially malicious operation." |
| 4 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 5 | LICENSE = "PSF-2.0" |
Brad Bishop | a891d15 | 2019-09-13 06:17:45 -0400 | [diff] [blame] | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=056fea6a4b395a24d0d278bf5c80249e" |
| 7 | |
Andrew Geissler | 32b1199 | 2021-03-31 13:37:05 -0500 | [diff] [blame] | 8 | SRC_URI[sha256sum] = "1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69" |
Brad Bishop | a891d15 | 2019-09-13 06:17:45 -0400 | [diff] [blame] | 9 | |
| 10 | inherit pypi setuptools3 |
Patrick Williams | 0ca19cc | 2021-08-16 14:03:13 -0500 | [diff] [blame] | 11 | |
| 12 | BBCLASSEXTEND = "native" |