Skip to content

Commit c053610

Browse files
authored
Bump to 0.2.2 (#120)
1 parent 9b234b4 commit c053610

File tree

3 files changed

+108
-108
lines changed

3 files changed

+108
-108
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
* Inline Explanation of findings (`#115`)
1111
* Better formatting for Privilege Escalation findings (`#114`)
1212
* Exclusions config is in its own tab in the UI (`#107`)
13-
* Backend
14-
* Vue components are cleaned up - less HTML, more config and JS
15-
* Unit tests are down from 3.25 minutes to 60 seconds (Fixes #117)
1613

17-
## 0.2.2 (2020-10-01)
14+
## 0.2.2 (2020-10-06)
1815
* Excluded actions no longer show up in results (Fixes #106)
1916
* Fixed issue where `*:*` policy would break results due to how the Service Wildcard finding was implemented (Fixes #109)
2017
* Credentials Exposure and Service Wildcard now show up in the data file results
2118
* Exclusions are now applied earlier in the scan
19+
* Backend
20+
* Vue components are cleaned up - less HTML, more config and JS
21+
* Unit tests are down from 3.25 minutes to 60 seconds (Fixes #117)
2222

2323
## 0.2.1 (9/25/2020)
2424
* Fixes issue where Inline Policies were showing up as findings even when they were attached to excluded IAM principals. Fixes #104

index.html

Lines changed: 103 additions & 103 deletions
Large diffs are not rendered by default.

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ packaging==20.4
3838
pathspec==0.8.0
3939
pbr==5.4.5
4040
pluggy==0.13.1
41-
policy-sentry==0.8.5
41+
policy-sentry==0.9.0
4242
py==1.9.0
4343
pylint==2.6.0
4444
pyparsing==2.4.7

0 commit comments

Comments
 (0)