Skip to content

Commit

Permalink
Update release data
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Feb 2, 2020
1 parent a39df10 commit d3189ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM anthonypjshaw/pycharm-security
FROM docker.pkg.github.com/tonybaloney/pycharm-security/pycharm-security:1.4.1
COPY action.sh /action.sh
ENTRYPOINT ["/action.sh"]
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.4.2

* Fixed a bug where packages that had a vulnerability in safetydb but no CVE record would raise a NPE to PyCharm [issue#33](issues/33)

## 1.4.1

* Changed [YML100](doc/checks/YML100.md) to not match when `loader=SafeLoader` is used
Expand Down
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'org.tonybaloney.security'
version '1.4.1'
version '1.4.2'

repositories {
mavenCentral()
Expand Down Expand Up @@ -36,10 +36,9 @@ intellij {

patchPluginXml {
changeNotes """
<h2>1.4.1</h2>
<h2>1.4.2</h2>
<ul>
<li>Changed YML100 to not match when `loader=SafeLoader` is used</li>
<li>Altered PW100 to only match on == and != operators, reducing false positives</li>
<li>Fixed a bug where packages that had a vulnerability in safetydb but no CVE record would raise a NPE to PyCharm</li>
</ul>
"""
}
Expand Down

0 comments on commit d3189ab

Please sign in to comment.