File tree Expand file tree Collapse file tree 3 files changed +108
-108
lines changed Expand file tree Collapse file tree 3 files changed +108
-108
lines changed Original file line number Diff line number Diff line change 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
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ packaging==20.4
3838pathspec == 0.8.0
3939pbr == 5.4.5
4040pluggy == 0.13.1
41- policy-sentry == 0.8.5
41+ policy-sentry == 0.9.0
4242py == 1.9.0
4343pylint == 2.6.0
4444pyparsing == 2.4.7
You can’t perform that action at this time.
0 commit comments