Skip to content

Commit

Permalink
Update safetydb (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney authored Apr 2, 2020
1 parent c856c0c commit b256bf9
Show file tree
Hide file tree
Showing 4 changed files with 6,566 additions and 338 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 1.15.0

* Updated SafetyDB to latest version (April 2020)

## 1.14.0

* Reduced size of Docker image [pull#98](pull/98)
Expand Down
7 changes: 3 additions & 4 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.14.0'
version '1.15.0'

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

patchPluginXml {
changeNotes """
<h2>1.14.0</h2>
<h2>1.15.0</h2>
<ul>
<li>Added [STR100] for insecure format strings</li>
<li>Bugfix on TRY100 raising false-positives</li>
<li>Updated SafetyDB to latest version (April 2020)</li>
</ul>
"""
}
Expand Down
Loading

0 comments on commit b256bf9

Please sign in to comment.