-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Code cleanup: bulk removal of deprecated workflow code #10223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
KirkMunro
wants to merge
32
commits into
PowerShell:master
from
KirkMunro:partial-removal-of-workflow-specific-code
Closed
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
07b7c25
bulk removal of deprecated code (workflow cleanup)
KirkMunro 2e90c85
CodeFactor changes
KirkMunro ca0433b
minor fix to previous commit
KirkMunro eefe902
add deprecated placeholders to pass asserts
KirkMunro c4e5618
foreach parameter deprecation plus test cleanup
KirkMunro 15b6cca
fix Pester test workflow references
KirkMunro 34d2dd7
temporarily re-add IsWorkflow as dummy property
KirkMunro 38e5954
Merge branch 'master' into partial-removal-of-workflow-specific-code
KirkMunro 92242d5
replace deprecated keywords; add tests
KirkMunro 0f9155c
remove extra whitespace, add missing comment
KirkMunro 64af1b5
remove unintentional space
KirkMunro 7374bbe
CodeFactor cleanup
KirkMunro 66be180
CodeFactor cleanup
KirkMunro 435913e
Merge branch 'master' into partial-removal-of-workflow-specific-code
KirkMunro 7034c8b
Fix debugger disable performance regression (#10269)
PaulHigin 3ca5a1b
Don't collect process starttime as it's not being used on consolehost…
SteveL-MSFT 9eb5587
Cleanup Docker release testing (#10310)
RDIL d84ebc1
Update our language on our policy applying to security issues (#10304)
SteveL-MSFT cf7699b
Add tests for WildcardPattern.Escape() and Unescape() (#10090)
iSazonov b58525e
bulk removal of deprecated code (workflow cleanup)
KirkMunro c56d6d8
CodeFactor changes
KirkMunro 08ba242
minor fix to previous commit
KirkMunro 5d83c00
add deprecated placeholders to pass asserts
KirkMunro da3cca5
foreach parameter deprecation plus test cleanup
KirkMunro 441a7b1
fix Pester test workflow references
KirkMunro ef79b52
temporarily re-add IsWorkflow as dummy property
KirkMunro bf0ab87
replace deprecated keywords; add tests
KirkMunro 225c5dc
remove extra whitespace, add missing comment
KirkMunro 6c85f04
remove unintentional space
KirkMunro 8c2ac0c
CodeFactor cleanup
KirkMunro 2ab5d28
CodeFactor cleanup
KirkMunro 520f851
Merge branch 'partial-removal-of-workflow-specific-code' of https://g…
KirkMunro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,12 @@ | ||
| # Security Vulnerabilities | ||
KirkMunro marked this conversation as resolved.
Show resolved
Hide resolved
KirkMunro marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| Security issues are treated very seriously and will, by default, | ||
| takes precedence over other considerations including usability, performance, | ||
| etc... Best effort will be used to mitigate side effects of a security | ||
| change, but PowerShell must be secure by default. | ||
|
|
||
| ## Reporting a security vulnerability | ||
|
|
||
| If you believe that there is a security vulnerability in PowerShell, | ||
| it **must** be reported to [secure@microsoft.com](https://technet.microsoft.com/security/ff852094.aspx) to allow for [Coordinated Vulnerability Disclosure](https://technet.microsoft.com/security/dn467923). | ||
| **Only** file an issue, if [secure@microsoft.com](https://www.microsoft.com/en-us/msrc/faqs-report-an-issue?rtc=1) has confirmed filing an issue is appropriate. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.