Fix for CVE-2021-28861
This commit is contained in:
parent
1fa182b4cb
commit
cd4147361f
3 changed files with 155 additions and 1 deletions
|
|
@ -77,3 +77,9 @@ addFilter(r'\bpython3(\.\d+)?\.(src|spec): (E|W): specfile-error\s+$')
|
|||
|
||||
# SPELLING ERRORS
|
||||
addFilter(r'spelling-error .* en_US (bytecode|pyc|filename|tkinter|namespaces|pytest) ')
|
||||
|
||||
# These bundled provides are declared twice, as they're bundled twice
|
||||
# separately in pip and setuptools.
|
||||
addFilter(r'useless-provides bundled\(python3dist\(packaging\)\)')
|
||||
addFilter(r'useless-provides bundled\(python3dist\(setuptools\)\)')
|
||||
addFilter(r'useless-provides bundled\(python3dist\(six\)\)')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue