forked from pool/python-bandit
- Update to version 1.6.0 * Add namespaces for parent attributes OBS-URL: https://build.opensuse.org/request/show/703510 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bandit?expand=0&rev=6
59 lines
2.5 KiB
Plaintext
59 lines
2.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu May 16 17:29:13 UTC 2019 - Bryan Stephenson <bstephenson@suse.com>
|
|
|
|
- Update to version 1.6.0
|
|
* Add namespaces for parent attributes
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 8 02:46:11 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Add missing dependency on stestr >= 1.0.0
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 11 08:10:09 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- 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) @ericwb
|
|
* Show support for Python 3.6 (#288) @ericwb
|
|
* Remove integration test playbooks (#290) @ericwb
|
|
* Django sql injection (#292) @ehooo
|
|
* Add detection for Django XSS (#295) @ehooo
|
|
* Fast fix for yaml import (#303) @ehooo
|
|
* Add missing B413 import_pycrypto in README (#308) @ericwb
|
|
* Add PyCryptodome to import blacklists (#307) @warthog9
|
|
* Django sql injection (#292) @ehooo
|
|
* Add detection for Django XSS (#295) @ehooo
|
|
* Add missing documentation link for B703 (#314) @ericwb
|
|
* Improve shell (#298) @ehooo
|
|
* Remove openstack specific utils.exec checks (#328) @ericwb
|
|
* add os.tempnam() / os.tmpnam() to blacklist (#330) @chair6
|
|
* Add subprocess.run to B602 (#334) @ericwb
|
|
* Repair some broken see also links in the doc (#336) @ericwb
|
|
* Use html.escape() instead of cgi.escape() (#339) @ericwb
|
|
* Re-enable functional tests as part of CI (#348) @ericwb
|
|
* Add more_info URL to XML output (#354) @stannum-l
|
|
* Report dill usage (#347) @calve
|
|
* Add emojis to issue types (#358) @ericwb
|
|
* Add more_info URL to text output (#359) @stannum-l
|
|
* Add more_info URL to screen formatter (#360) @stannum-l
|
|
* Add support to run bandit as python -m bandit (#363) @rtfpessoa
|
|
* Add more_info URL to csv formatter (#361) @stannum-l
|
|
* Add external documentation references (#368) @evqna
|
|
* Change ver 1.4.1 references to 1.5.0 (#370) @ericwb
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 16 17:44:23 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- Initial version for v1.4.0
|