Skip to content

Commit

Permalink
Change ver 1.4.1 references to 1.5.0
Browse files Browse the repository at this point in the history
There have been significant changes since the 1.4.0 release, so
I'd like the next release to be 1.5.0 instead of 1.4.1. This patch
replaces 1.4.1 references with 1.5.0.

Signed-off-by: Eric Brown <[email protected]>
  • Loading branch information
ericwb committed Aug 16, 2018
1 parent 62f0c3c commit 679e883
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bandit/formatters/yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
test_id: B506
test_name: yaml_load
.. versionadded:: 1.4.1
.. versionadded:: 1.5.0
"""
# Necessary for this formatter to work when imported on Python 2. Importing
Expand Down
4 changes: 2 additions & 2 deletions bandit/plugins/django_sql_injection.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def django_extra_used(context):
- https://docs.djangoproject.com/en/dev/topics/
security/#sql-injection-protection
.. versionadded:: 1.4.1
.. versionadded:: 1.5.0
"""
description = "Use of extra potential SQL attack vector."
Expand Down Expand Up @@ -102,7 +102,7 @@ def django_rawsql_used(context):
- https://docs.djangoproject.com/en/dev/topics/
security/#sql-injection-protection
.. versionadded:: 1.4.1
.. versionadded:: 1.5.0
"""
description = "Use of RawSQL potential SQL attack vector."
Expand Down
2 changes: 1 addition & 1 deletion bandit/plugins/django_xss.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def django_mark_safe(context):
- https://docs.djangoproject.com/en/dev/
ref/utils/#django.utils.html.format_html
.. versionadded:: 1.4.1
.. versionadded:: 1.5.0
"""
if context.is_module_imported_like('django.utils.safestring'):
Expand Down

0 comments on commit 679e883

Please sign in to comment.