Changelog for
python3-bandit-1.6.2-bp153.1.1.noarch.rpm :
* Thu Nov 14 2019 Tomáš Chvátal
- Skip out python2 build as the dependencies are unresolvable
* Wed Jul 24 2019 pgajdosAATTsuse.com- version update to 1.6.2
* add test for regression and fix directory exclusion without wildcards (#489)
* add namespaces for parent attributes (#492)
* Performance fix (#502)
* Thu May 16 2019 Bryan Stephenson - Update to version 1.6.0
* Add namespaces for parent attributes
* Fri Mar 08 2019 John Vandenberg - Add missing dependency on stestr >= 1.0.0
* Mon Feb 11 2019 John Vandenberg - Add remove-non-test-deps.patch to remove build dependencies not needed to build, including hacking which requires an unavailable version of flake8- Activate tests- Use %license- Remove unnecessary devel build dependency- Update to v1.5.1
* Fixed crash on dynamic import traversal
* New plugin to check for ignoring host keys
* Adding test case for traversal crash- from 1.5.0
* Add Python 3.7 support
* Add experimental Python 3.8-dev to test with
* Remove the unused integration tests (#285) AATTericwb
* Show support for Python 3.6 (#288) AATTericwb
* Remove integration test playbooks (#290) AATTericwb
* Django sql injection (#292) AATTehooo
* Add detection for Django XSS (#295) AATTehooo
* Fast fix for yaml import (#303) AATTehooo
* Add missing B413 import_pycrypto in README (#308) AATTericwb
* Add PyCryptodome to import blacklists (#307) AATTwarthog9
* Django sql injection (#292) AATTehooo
* Add detection for Django XSS (#295) AATTehooo
* Add missing documentation link for B703 (#314) AATTericwb
* Improve shell (#298) AATTehooo
* Remove openstack specific utils.exec checks (#328) AATTericwb
* add os.tempnam() / os.tmpnam() to blacklist (#330) AATTchair6
* Add subprocess.run to B602 (#334) AATTericwb
* Repair some broken see also links in the doc (#336) AATTericwb
* Use html.escape() instead of cgi.escape() (#339) AATTericwb
* Re-enable functional tests as part of CI (#348) AATTericwb
* Add more_info URL to XML output (#354) AATTstannum-l
* Report dill usage (#347) AATTcalve
* Add emojis to issue types (#358) AATTericwb
* Add more_info URL to text output (#359) AATTstannum-l
* Add more_info URL to screen formatter (#360) AATTstannum-l
* Add support to run bandit as python -m bandit (#363) AATTrtfpessoa
* Add more_info URL to csv formatter (#361) AATTstannum-l
* Add external documentation references (#368) AATTevqna
* Change ver 1.4.1 references to 1.5.0 (#370) AATTericwb
* Thu Nov 16 2017 toddrme2178AATTgmail.com- Initial version for v1.4.0