Skip to content

Commit

Permalink
1.19.release
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed May 25, 2020
1 parent 2fd9606 commit 59e6b1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.19.0 (master)
## 1.19.0

* Added (DJG300) and (DJG301) for inspection of Django authorization mixins in class-based views.
* Fixed #118 : Fixers don't work for Mako and Jinja2 in edge case (@koxudaxi)
Expand Down
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'org.tonybaloney.security'
version '1.18.0'
version '1.19.0'

repositories {
mavenCentral()
Expand Down Expand Up @@ -39,9 +39,10 @@ intellij.version = project.hasProperty('intellijVersion') ? project.getProperty(

patchPluginXml {
changeNotes """
<h2>1.18.0</h2>
<h2>1.19.0</h2>
<ul>
<li>Added [SQL200] for inspection of insecure SQLalchemy method calls</li>
<li>Added (DJG300) and (DJG301) for inspection of Django authorization mixins in class-based views.</li>
<li>Fixed #118 : Fixers don't work for Mako and Jinja2 in edge case (@koxudaxi)</li>
</ul>
"""
}
Expand Down

0 comments on commit 59e6b1a

Please sign in to comment.