Skip to content

Commit 83fe32b

Browse files
authored
Merge pull request #367 from CrowdStrike/2.2.6
2.2.6
2 parents 7994aca + a170568 commit 83fe32b

File tree

122 files changed

+18334
-17981
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+18334
-17981
lines changed

PSFalcon.psd1

Lines changed: 513 additions & 514 deletions
Large diffs are not rendered by default.

PSFalcon.psm1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@(
2-
# Import class, public and private functions
3-
Get-ChildItem -Path $PSScriptRoot\class\Class.ps1
4-
Get-ChildItem -Path $PSScriptRoot\private\Private.ps1
5-
Get-ChildItem -Path $PSScriptRoot\public\*.ps1
2+
# Import class, public and private functions
3+
Get-ChildItem -Path $PSScriptRoot\class\Class.ps1
4+
Get-ChildItem -Path $PSScriptRoot\private\Private.ps1
5+
Get-ChildItem -Path $PSScriptRoot\public\*.ps1
66
).foreach{
7-
try { . $_.FullName } catch { throw $_ }
7+
try { . $_.FullName } catch { throw $_ }
88
}

SECURITY.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ Upon receiving a security bug report, the issue will be assigned to one of the p
2525
will coordinate the related fix and release process, involving the following steps:
2626

2727
+ Communicate with you to confirm we have received the report and provide you with a status update.
28-
- You should receive this message within 48 - 72 business hours.
28+
- You should receive this message within 48 - 72 business hours.
2929
+ Confirmation of the issue and a determination of affected versions.
3030
+ An audit of the codebase to find any potentially similar problems.
3131
+ Preparation of patches for all releases still under maintenance.
32-
- These patches will be submitted as a separate pull request and contain a version update.
33-
- This pull request will be flagged as a security fix.
34-
- Once merged, and after post-merge unit testing has been completed, the patch will be immediately published to the Powershell marketplace.
32+
- These patches will be submitted as a separate pull request and contain a version update.
33+
- This pull request will be flagged as a security fix.
34+
- Once merged, and after post-merge unit testing has been completed, the patch will be immediately published to
35+
the Powershell marketplace.
3536

3637
## Comments
3738
If you have suggestions on how this process could be improved, please let us know by [creating an issue](https://github.com/CrowdStrike/psfalcon/issues/new/choose).

SUPPORT.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
![CrowdStrike Falcon](https://raw.githubusercontent.com/CrowdStrike/falconpy/main/docs/asset/cs-logo.png)
22

33
# Support
4-
54
PSFalcon is a community-driven, open source project designed to assist administrators in leveraging the power of
65
CrowdStrike APIs within their organizations. While not a formal CrowdStrike product, PSFalcon is maintained by
76
CrowdStrike and supported in partnership with the open source community.
@@ -13,12 +12,10 @@ CrowdStrike and supported in partnership with the open source community.
1312
- [Contributing](#contributing)
1413

1514
## Issue Reporting
16-
1715
Issues may be reported [here](https://github.com/CrowdStrike/psfalcon/issues/new/choose) and are used to track
1816
bugs, documentation and link updates, enhancement requests and security concerns.
1917

2018
### Escalation
21-
2219
Generally, we endeavor to provide support for using PSFalcon here within the repository. This expands our online
2320
knowledge base, enables self-help for our community, and reduces the amount of time for you to receive answers.
2421
Depending on the root cause, there is a possibility that an identified issue exceeds the scope of the PSFalcon
@@ -29,7 +26,6 @@ If you are a CrowdStrike customer and you would prefer to have your questions or
2926
CrowdStrike Support, you are welcome to [contact the CrowdStrike technical support team](https://supportportal.crowdstrike.com/).
3027

3128
## Questions
32-
3329
Have a question you can't find answered in the [wiki](https://github.com/CrowdStrike/psfalcon/wiki) or [samples](https://github.com/CrowdStrike/psfalcon/tree/main/samples)?
3430

3531
Find out if anyone else in the community is experiencing the same issue on our [discussion board](https://github.com/CrowdStrike/psfalcon/discussions).
@@ -47,7 +43,6 @@ updates, security concerns or enhancement requests will result in the generation
4743
| :raised_hands: | [**Show and Tell**](https://github.com/CrowdStrike/psfalcon/discussions/categories/show-and-tell) | Share with the community what you're up to! |
4844

4945
## Documentation
50-
5146
Extended documentation is available via the [wiki](https://github.com/CrowdStrike/psfalcon/wiki) for this
5247
repository. It is updated as part of our release cycle.
5348

class/Class.ps1

Lines changed: 209 additions & 161 deletions
Large diffs are not rendered by default.

format/format.json

86.2 KB
Binary file not shown.

policy/linux.json

-16 Bytes
Binary file not shown.

policy/mac.json

-258 Bytes
Binary file not shown.

policy/windows.json

2.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)