Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
splatteredbits
/
PSScriptAnalyzer
Public
forked from
PowerShell/PSScriptAnalyzer
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
PSScriptAnalyzer
Engine
on
master
User selector
All users
All time
Commit history
Commits on Jun 25, 2015
Merge pull request #256 from PowerShell/FileVerboseMessageBranch
Show description for 0f1f937
raghushantha
committed
0f1f937
View commit details
Copy full SHA for 0f1f937
View code at this point
Browse repository at this point
WriteVerbose only when analyzing valid powershell files
raghushantha
committed
1b6c3a2
View commit details
Copy full SHA for 1b6c3a2
View code at this point
Browse repository at this point
Commits on Jun 24, 2015
Update PSScriptAnalyzer.psd1
raghushantha
committed
610b12c
View commit details
Copy full SHA for 610b12c
View code at this point
Browse repository at this point
Commits on Jun 23, 2015
Only raise NullComparisonRule if the RHS is an array or has unknown type
Quoc Truong
committed
09d7bd9
View commit details
Copy full SHA for 09d7bd9
View code at this point
Browse repository at this point
Commits on Jun 18, 2015
Merge pull request #247 from PowerShell/ImprovePerformanceScriptAnalyzer
Show description for dc59597
Quoc Truong
committed
dc59597
View commit details
Copy full SHA for dc59597
View code at this point
Browse repository at this point
Remove comment
Quoc Truong
committed
295f9a3
View commit details
Copy full SHA for 295f9a3
View code at this point
Browse repository at this point
Remove countdownevent
Quoc Truong
committed
f4b99d4
View commit details
Copy full SHA for f4b99d4
View code at this point
Browse repository at this point
Fix merged conflict
Quoc Truong
committed
5c08380
View commit details
Copy full SHA for 5c08380
View code at this point
Browse repository at this point
Fix test failures and use tasks instead of backgroundworkers
Quoc Truong
committed
8ba1409
View commit details
Copy full SHA for 8ba1409
View code at this point
Browse repository at this point
Commits on Jun 16, 2015
Remove the check for ScritpBlock in PositionalParameter
yutingc
committed
e731074
View commit details
Copy full SHA for e731074
View code at this point
Browse repository at this point
Improve Performance of ScriptAnalyzer by using BackgroundWorkers
Quoc Truong
committed
8241b86
View commit details
Copy full SHA for 8241b86
View code at this point
Browse repository at this point
Commits on Jun 12, 2015
Improve Performance of ScriptAnalyzer by using BackgroundWorkers
Quoc Truong
committed
fe4bf82
View commit details
Copy full SHA for fe4bf82
View code at this point
Browse repository at this point
Fix matches and psversiontable not recognized by variableanalysis
quoctruong
committed
8d5eafe
View commit details
Copy full SHA for 8d5eafe
View code at this point
Browse repository at this point
Commits on Jun 10, 2015
Fix Splatted Variable and Pipeline bug in UseCmdletCorrectly and AvoidPositionalParameter
Quoc Truong
committed
618b07c
View commit details
Copy full SHA for 618b07c
View code at this point
Browse repository at this point
Commits on May 29, 2015
Simplifies logic of suppressing rule and fix a bug where rule suppression does not work for more than one variable
Quoc Truong
committed
8b973b9
View commit details
Copy full SHA for 8b973b9
View code at this point
Browse repository at this point
Fix a bug in the flow graphs for throw statements
Quoc Truong
committed
24d4515
View commit details
Copy full SHA for 24d4515
View code at this point
Browse repository at this point
Commits on May 26, 2015
More changes to Powershell namespace
yutingc
committed
f6f07e9
View commit details
Copy full SHA for f6f07e9
View code at this point
Browse repository at this point
Update Powershell to PowerShell
Show description for 0bb0143
yutingc
committed
0bb0143
View commit details
Copy full SHA for 0bb0143
View code at this point
Browse repository at this point
Commits on May 21, 2015
Modify the comment
yutingc
committed
7a1215a
View commit details
Copy full SHA for 7a1215a
View code at this point
Browse repository at this point
Add check for builtin variables for GlobalVar rule
yutingc
committed
1e78842
View commit details
Copy full SHA for 1e78842
View code at this point
Browse repository at this point
Commits on May 19, 2015
Fix avoiduninitializedvariable not recognizing switchparameter
Quoc Truong
committed
32e2f61
View commit details
Copy full SHA for 32e2f61
View code at this point
Browse repository at this point
Commits on May 18, 2015
Fixed parameter name in the comment section of the helper method
raghushantha
committed
cfbeb7b
View commit details
Copy full SHA for cfbeb7b
View code at this point
Browse repository at this point
Optimize DSC interface invocations - Class interface is only called for Class based resources
raghushantha
committed
13ce922
View commit details
Copy full SHA for 13ce922
View code at this point
Browse repository at this point
Commits on May 15, 2015
Fixed crash in Script Rule discovery logic
raghushantha
committed
23e70aa
View commit details
Copy full SHA for 23e70aa
View code at this point
Browse repository at this point
Commits on May 14, 2015
Merge branch 'BugFixes'
yutingc
committed
a9c752d
View commit details
Copy full SHA for a9c752d
View code at this point
Browse repository at this point
Merge pull request #161 from PowerShell/UninitializedVariable
Show description for 73375b1
yutingc
committed
73375b1
View commit details
Copy full SHA for 73375b1
View code at this point
Browse repository at this point
Fix the uninitialized variable throw warning at preference variable
yutingc
committed
71efc2b
View commit details
Copy full SHA for 71efc2b
View code at this point
Browse repository at this point
Commits on May 12, 2015
Merge pull request #148 from PowerShell/severityIgnoreCase
Show description for 1778d2a
yutingc
committed
1778d2a
View commit details
Copy full SHA for 1778d2a
View code at this point
Browse repository at this point
Fix severity ignore case bug
yutingc
committed
c8a5395
View commit details
Copy full SHA for c8a5395
View code at this point
Browse repository at this point
Fix for including ProgressPreference built-in variable in the list of approved uninitialized variables
raghushantha
committed
ebddf80
View commit details
Copy full SHA for ebddf80
View code at this point
Browse repository at this point
Commits on May 7, 2015
Updated build version for the module
raghushantha
committed
156b04d
View commit details
Copy full SHA for 156b04d
View code at this point
Browse repository at this point
Merge pull request #118 from PowerShell/BugFixes
Show description for 1e9fde9
raghushantha
committed
1e9fde9
View commit details
Copy full SHA for 1e9fde9
View code at this point
Browse repository at this point
Commits on May 6, 2015
Suppress AvoidUninitializedVariable for variables in the param block of get, set and test targetresource
quoctruong
committed
e7ee76d
View commit details
Copy full SHA for e7ee76d
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/PowerShell/PSScriptAnalyzer into DscTestsPresentRule
KarolKaczmarek
committed
4fbd842
View commit details
Copy full SHA for 4fbd842
View code at this point
Browse repository at this point
Commits on May 5, 2015
Added changes in ExternalRule
yutingc
committed
cdcc4e5
View commit details
Copy full SHA for cdcc4e5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.