File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Released v1.1.0 (Sep.1, 2015)
2
+ ###Features:
3
+ - Support for using ScriptAnalyzer as a .net library - ScriptAnalyzer APIs
4
+ - Support for ScriptAnalyzer Profiles
5
+ - Documentation for using Inline Rule Suppression
6
+ - Added about help topic file as part of the module
7
+
8
+
9
+ ###Rules:
10
+ - Rule to checks for UTF8 encoding in help file
11
+ - Deprecate Uninitialized Variable rule as per community feedback
12
+
13
+
14
+ ###Fixes:
15
+ - Fix false positive for UsingInternalURL
16
+ - WriteVerbose only when analyzing valid powershell files
17
+ - DSCClass rules not being applied when exclude rule is used
18
+ - Add host to list of initialized variable
19
+ - Exclude external non-powershell applications (Console/GUI) from Positional Parameter rule application
20
+ - Additional heuristics for detecting psavoidusingplaintextforpassword rule violation
21
+
1
22
## Released v1.0.2 (June.24, 2015)
2
23
###Features:
3
24
- Perf improvements in the Engine to execute rules concurrently.
You can’t perform that action at this time.
0 commit comments