From 3be4398ca8d4f04d3dff22b3d6613d244a0c87ca Mon Sep 17 00:00:00 2001 From: Anthony Shaw Date: Mon, 3 Feb 2020 12:15:19 +1100 Subject: [PATCH] Updated release notes --- .github/actions/action.sh | 2 +- HISTORY.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/actions/action.sh b/.github/actions/action.sh index 3399975d..b3c2eabc 100644 --- a/.github/actions/action.sh +++ b/.github/actions/action.sh @@ -3,4 +3,4 @@ cd /github/workspace echo "Scanning $1" /opt/pycharm-community/bin/inspect.sh $1 /sources/SecurityInspectionProfile.xml out.log -format plain -v0 2> errors.log echo ::set-output name=result::$(< out.log) - +cat out.log diff --git a/HISTORY.md b/HISTORY.md index 1f95cfa7..cfae13d2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # Release History +## 1.4.4 + +* Fixed bug in BindAllInterfacesInspection where a call to `bind()` with no arguments would raise an NPE [issue#36](issues/36) + +## 1.4.3 + +* Added github action support (alpha) + ## 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)