SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-bandit-1.7.4-2.4.noarch.rpm :

* Wed Mar 16 2022 pgajdosAATTsuse.com- version update to 1.7.4 1.7.4 - ----
* Add 1.7.4 in issue template (#846)
* core/config: Fix ConfigError missing argument if toml is missing (#845)
* Add version 1.7.3 to dropdown (#833)
* Fix traceback in hashlib\\_insecure\\_functions (#834) 1.7.3 - ----
* Build of artifact fails if raw directive used (#831)
* Center the bandit logo in readme (#823)
* Target Python >= 3.7 in pre-commit hooks (#830)
* Inaccurate message in hashlib check (#827)
* Improve performance of linerange (#629)
* Use CWE link in HTML formatter (#825)
* Use versioned links to docs (#819)
* Fix root doc for readthedocs (#818)
* Fix up some warnings and errors in docs (#817)
* Test on operating systems we can support (#804)
* Cannot seek stdin on pipe (#496)
* Respect color environment variables if set (#813)
* Show usage with no arguments (#814)
* Cleanup the README
* Fix references to the default branch name (#810)
* Better hashlib check for Python 3.9 (#805)
* Check for hardcoded passwords in class attributes (#766)
* Add new plugin to check use of pyghmi (#803)
* Remove redundant Python 3.6 code (#802)
* Check value of usedforsecurity for hashlib (#798)
* Change up how CWE is formatted (#788)
* Suport disabling individual tests
* Add functional test of snmp\\_security\\_check (#791)
* Avoid printing metrics as float point numbers (#794)
* Fix up warnings in output of tox (#793)
* Removal of the CWEMAP dict (#789)
* Including CWE information (#613)
* Add Getting Started chapter (migrate from README) (#773)
* Delete releasenotes directory (more openstack leftovers) (#786)
* Update publish-to-pypi.yml (#785)
* Use released version of gh-action-pypi-publish (#784)
* Delete release-drafter.yml (#781)
* Update issue template with latest versions (#783)
* Rely on toml conditionally
* Sun Feb 06 2022 dmuellerAATTsuse.com- update to 1.7.2:
* Correctly define extras in \\`setup.cfg\\` (#755)
* Remove leftover openstack code (#778)
* Added snmp\\_security check plugin for various SNMP checks (#403)
* Fix README.rst (#365)
* Fixup typo (#769)
* Drop end-of-life Python 3.6 (#777)
* Drop end-of-life Python 3.5 (#746)
* Start using auto-formatters (#754)
* Create FUNDING.yml (#774)
* test\\_help\\_arg: remove assert on \'optional arguments\' (#752)
* Fix broken reported URL link for B107 (#751)
* Sat Jan 15 2022 dmuellerAATTsuse.com- update to 1.7.1:
* fix reading initial values from .bandit
* Always use a Loader in yaml.load
* PEP-518 support: configure bandit via pyproject.toml
* document that random.choices() isn\'t secure either
* Fix syntax errors in bug report
* Update bug\\_report.yaml
* Fix syntax error in bug report
* Use new issue template format
* Update README.rst
* Mock part of python 3.x
* Add license to package installation metadata
* #694 Bandit fails when using importlib with named arguments
* Add string options for severity and confidence
* Add support for Python 3.9
* Create config.yml
* Add default labels to issues
* Replace http with https URLs
* More cleanup of license headers
* Updates to address docstring code scan issues, add flake8 configuration
* Small syntax and formatting cleanup
* More complete removal of Python2 code
* Show column offset on all formatters
* Add the column offset to the issue model
* Clearer message for subprocess module use
* Specify language\\_version in .pre-commit-hooks.yaml
* Specify output\\_file encoding as utf-8
* Wed Oct 27 2021 pgajdosAATTsuse.com- %check: use %pyunittest rpm macro- added sources + _multibuild
* Tue Mar 09 2021 steven.kowalikAATTsuse.com- Update to 1.7.0:
* Remove blacklist call to input() (#662) AATTericwb
* Remove universal support on the wheel (#655) AATTericwb
* Give some tips on how to resolve B101 in the doc (#616) AATTxuhdev
* Don\'t show progress information on --quiet (#641) AATTfniessink
* Add skip configuration to assert_used (#633) AATTwilbertom
* Drop Python2 build, test, and install (#615) AATTericwb
* [FIX] blacklist: fix typo in import_ftplib (#601) AATTYenthe666
* Resolve \'NoneType\' object has no attribute \'id\'Traceback in django_mark_safe (#598) AATTehooo
* Fix typo for activating venv (#590) AATTbavedarnow
* Bump pyyaml (#588) AATTdosisod
* Fix colorama not being disabled after being used (#586) AATTadambenali
* Cleanup some typos in recent contributor guide (#585) AATTericwb
* [DOC] Support python3 venv creation (#583) AATTlook4regev
* Add sha1 to the list of insecure hashes (#561) AATTericwb
* Fix docs for B610,B611,B703 (#555) AATTamacfie
* Add a section explaining \"nosec\" (#554) AATTexhuma
* Add official support of Python 3.8 (#547) AATTericwb
* Ignore common directories by default (#544) AATTericwb
* Add shelve to the pickle blacklists (#542) AATTauscompgeek
* Remove obsolete \"sudo\" keyword. (#538) AATTjugmac00
* Update test requirements to latest versions (#535) AATTericwb
* Fix readme file on Extending Bandit on list things (#534) AATTAurel10
* fix the documentation file README.rst (#533) AATTAurel10
* Cleanup comments after #510 (#532) AATTflorczakraf
* Use SPDX license identifier instead of bulky headers (#530) AATTericwb
* fix B603 docstring (#524) AATTgraingert
* Add type checking to name node of hashlib_new (#516) AATTteeann
* --exit-zero option (#510) AATTmaciejstromich
* Fix 3.8 errors (#509) AATTtylerwince
* Add several ini options for .bandit file (#508) AATTvuolter
* get_url returns different urls calling twice (bug #506) (#507) AATTehooo
* Replace setattr (#493) AATTtylerwince- Refresh remove-non-test-deps.patch
* Sat Feb 13 2021 dmuellerAATTsuse.com- cli tool, don\'t build with multiple python versions
* Thu Jun 04 2020 dmuellerAATTsuse.com- drop oslosphinx dependency
* Thu Nov 14 2019 tchvatalAATTsuse.com- 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 bstephensonAATTsuse.com- Update to version 1.6.0
* Add namespaces for parent attributes
* Fri Mar 08 2019 jayvdbAATTgmail.com- Add missing dependency on stestr >= 1.0.0
* Mon Feb 11 2019 jayvdbAATTgmail.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) 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
 
ICM