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
Type
/
to 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 }}
powercode
/
PowerShell
Public
forked from
PowerShell/PowerShell
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
11
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
PowerShell
src
System.Management.Automation
security
on
master
User selector
All users
All time
Commit history
Commits on Feb 23, 2026
Remove obsolete `CA2006` rule suppression (#25939)
xtqqczze
authored
19fa6a9
View commit details
Copy full SHA for 19fa6a9
View code at this point
Browse repository at this point
Commits on Feb 10, 2026
Add `SubjectAlternativeName` property to the `Signature` object returned from `Get-AuthenticodeSignature` (#26252)
Copilot
authored
42371b8
View commit details
Copy full SHA for 42371b8
View code at this point
Browse repository at this point
Commits on Oct 20, 2025
Remove redundant `CharSet` from `StructLayout` attributes. Part 1 (#26216)
xtqqczze
authored
fcb0e5c
View commit details
Copy full SHA for fcb0e5c
View code at this point
Browse repository at this point
Commits on Oct 8, 2025
Enable CA1858: Use 'StartsWith' instead of 'IndexOf' (#26107)
xtqqczze
authored
5cdafbc
View commit details
Copy full SHA for 5cdafbc
View code at this point
Browse repository at this point
Commits on Sep 3, 2025
Ensure `.cs` files end with exactly one newline (#25968)
xtqqczze
authored
e2b2d1e
View commit details
Copy full SHA for e2b2d1e
View code at this point
Browse repository at this point
Commits on Aug 6, 2025
Update PSRP protocol to deprecate session key exchange between newer client and server (#25774)
daxian-dbw
authored
f4a452e
View commit details
Copy full SHA for f4a452e
View code at this point
Browse repository at this point
Commits on Mar 24, 2025
Fallback to AppLocker after `WldpCanExecuteFile` (#24912)
Show description for dc0f399
SeeminglyScience
and
TravisEz13
authored
dc0f399
View commit details
Copy full SHA for dc0f399
View code at this point
Browse repository at this point
Commits on Feb 7, 2025
Remove redundant `Attribute` suffix (#24940)
xtqqczze
authored
1790f3a
View commit details
Copy full SHA for 1790f3a
View code at this point
Browse repository at this point
Commits on Sep 12, 2024
Bump .NET 9 to `9.0.100-rc.1.24452.12` (#24273)
adityapatwardhan
authored
9303de5
View commit details
Copy full SHA for 9303de5
View code at this point
Browse repository at this point
Commits on Mar 14, 2024
Handle the case that `Runspace.DefaultRunspace is null` when logging for WDAC Audit (#21344)
daxian-dbw
authored
d67a82d
View commit details
Copy full SHA for d67a82d
View code at this point
Browse repository at this point
Commits on Feb 29, 2024
Enable CA1868: Unnecessary call to 'Contains' for sets (#21165)
Show description for 0e106fa
xtqqczze
authored
0e106fa
View commit details
Copy full SHA for 0e106fa
View code at this point
Browse repository at this point
Commits on Dec 21, 2023
Test-FileCatalog changes to use File.OpenRead to better handle when the file is executing or open Fix #20703 (#20939)
dxk3355
authored
71ae607
View commit details
Copy full SHA for 71ae607
View code at this point
Browse repository at this point
Commits on Jul 11, 2023
Apply the `InlineAsTypeCheck` rule in the engine code - 1st pass (#19692)
Molkree
authored
b679b59
View commit details
Copy full SHA for b679b59
View code at this point
Browse repository at this point
Commits on May 22, 2023
Add WDAC Audit logging (#19641)
PaulHigin
authored
e5728b6
View commit details
Copy full SHA for e5728b6
View code at this point
Browse repository at this point
Commits on Apr 25, 2023
Fix `Get-AuthenticodeSignature -Content` to not roundtrip the bytes to a Unicode string and then back to bytes (#18774)
jborean93
authored
93e9c63
View commit details
Copy full SHA for 93e9c63
View code at this point
Browse repository at this point
Commits on Mar 16, 2023
Fix codefactor if part 5 (#19286)
CarloToso
authored
69e9b43
View commit details
Copy full SHA for 69e9b43
View code at this point
Browse repository at this point
Commits on Mar 4, 2023
Fix codefactor if part 2 (#19267)
CarloToso
authored
0d6b93a
View commit details
Copy full SHA for 0d6b93a
View code at this point
Browse repository at this point
Commits on Feb 27, 2023
Replace `BitConverter.ToString` with `Convert.ToHexString` where appropriate (#19216)
turbedi
authored
0ba8959
View commit details
Copy full SHA for 0ba8959
View code at this point
Browse repository at this point
Commits on Feb 3, 2023
Fix typos in comments (#19064)
spaette
authored
ec0eb22
View commit details
Copy full SHA for ec0eb22
View code at this point
Browse repository at this point
Commits on Jan 21, 2023
Use interpolated strings 3 (#18979)
CarloToso
authored
0ee317a
View commit details
Copy full SHA for 0ee317a
View code at this point
Browse repository at this point
Commits on Jan 18, 2023
Allow system lock down test debug hook to work with new wldp API (fixes system lock down tests) (#18962)
PaulHigin
authored
5f8f15a
View commit details
Copy full SHA for 5f8f15a
View code at this point
Browse repository at this point
Commits on Jan 9, 2023
Add WDAC events and system lockdown notification (#18893)
Show description for 80b5df4
PaulHigin
and
dependabot[bot]
authored
80b5df4
View commit details
Copy full SHA for 80b5df4
View code at this point
Browse repository at this point
Commits on Jan 4, 2023
Fix support for nanoserver due to lack of AMSI (#18882)
TravisEz13
authored
a1fd61d
View commit details
Copy full SHA for a1fd61d
View code at this point
Browse repository at this point
Commits on Dec 14, 2022
Add Instrumentation to AmsiUtil and make the init variable readonly (#18727)
Show description for 36282c2
suajose
and
Jose Sua
authored
36282c2
View commit details
Copy full SHA for 36282c2
View code at this point
Browse repository at this point
Replace ArgumentNullException(nameof()) -> ArgumentNullException.ThrowIfNull() (#18784)
CarloToso
authored
2ddc63f
View commit details
Copy full SHA for 2ddc63f
View code at this point
Browse repository at this point
Commits on Nov 18, 2022
Remove `ArchitectureSensitiveAttribute` from the code base (#18598)
iSazonov
authored
6aa74c5
View commit details
Copy full SHA for 6aa74c5
View code at this point
Browse repository at this point
Commits on Nov 14, 2022
Fix native access violation (#18545) (#18547)
Show description for 8b7023d
chrullrich
and
tradlux-chul
authored
8b7023d
View commit details
Copy full SHA for 8b7023d
View code at this point
Browse repository at this point
Change public API mention of `monad` to PowerShell (#18491)
Show description for c740a07
SteveL-MSFT
authored
c740a07
View commit details
Copy full SHA for c740a07
View code at this point
Browse repository at this point
Commits on Nov 8, 2022
Replace `msh` in public API comment based documentation with PowerShell equivalent (#18483)
SteveL-MSFT
authored
8374823
View commit details
Copy full SHA for 8374823
View code at this point
Browse repository at this point
Commits on Aug 8, 2022
Migrate `WinTrust` functions to a common location (#17598)
jborean93
authored
135e94d
View commit details
Copy full SHA for 135e94d
View code at this point
Browse repository at this point
Commits on Aug 1, 2022
Authenticode https fix issue #12827 (#16134)
Show description for f2204a0
Ryan Hutchison
and
TravisEz13
authored
f2204a0
View commit details
Copy full SHA for f2204a0
View code at this point
Browse repository at this point
Commits on Jul 25, 2022
Use compound assignment in /System.Management.Automation (#17724)
Molkree
authored
8f6b758
View commit details
Copy full SHA for 8f6b758
View code at this point
Browse repository at this point
Commits on May 16, 2022
Add support for new WDAC API (#17247)
Show description for f6ac9bb
PaulHigin
and
daxian-dbw
authored
f6ac9bb
View commit details
Copy full SHA for f6ac9bb
View code at this point
Browse repository at this point
Commits on Apr 20, 2022
Use new Windows signature APIs from `Microsoft.Security.Extensions` package (#17159)
Show description for 8d453da
3 people
authored
8d453da
View commit details
Copy full SHA for 8d453da
View code at this point
Browse repository at this point
Commits on Jan 27, 2022
Use more efficient platform detection API (#16760)
Show description for 9f722ef
iSazonov
authored
9f722ef
View commit details
Copy full SHA for 9f722ef
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.