File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 12
12
- Fix SuppressedOnly switch functionality
13
13
- Updated Positional parameter rule to trigger only when used with > 3 positional parameters
14
14
15
+ ##
16
+
15
17
## Released v1.1.0 (Sep.1, 2015)
16
18
###Features:
17
19
- Support for using ScriptAnalyzer as a .net library - ScriptAnalyzer APIs
33
35
- Exclude external non-powershell applications (Console/GUI) from Positional Parameter rule application
34
36
- Additional heuristics for detecting psavoidusingplaintextforpassword rule violation
35
37
38
+ ##
39
+
36
40
## Released v1.0.2 (June.24, 2015)
37
41
###Features:
38
42
- Perf improvements in the Engine to execute rules concurrently.
59
63
- AvoidUsingPlainTextForPassword rule to be raised only strings or object types.
60
64
- Fix for PositionalParameterUsed method (Helper.cs) uses unsafe method to exclude ForEach-Object and Where-Object.
61
65
66
+ ##
62
67
63
68
## Released v1.0.1 (May.8, 2015)
64
69
###Features:
76
81
- Fix the issue in importing customized rule
77
82
- Fix Function Member Ast cast error
78
83
79
-
80
-
84
+ ##
81
85
82
86
##Released v1.0.0 on Apr.24, 2015
83
87
###Features:
You can’t perform that action at this time.
0 commit comments