Skip to content

Commit

Permalink
Merge pull request #367 from CrowdStrike/2.2.6
Browse files Browse the repository at this point in the history
2.2.6
  • Loading branch information
bk-cs authored Nov 22, 2023
2 parents 7994aca + a170568 commit 83fe32b
Show file tree
Hide file tree
Showing 122 changed files with 18,334 additions and 17,981 deletions.
1,027 changes: 513 additions & 514 deletions PSFalcon.psd1

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions PSFalcon.psm1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@(
# Import class, public and private functions
Get-ChildItem -Path $PSScriptRoot\class\Class.ps1
Get-ChildItem -Path $PSScriptRoot\private\Private.ps1
Get-ChildItem -Path $PSScriptRoot\public\*.ps1
# Import class, public and private functions
Get-ChildItem -Path $PSScriptRoot\class\Class.ps1
Get-ChildItem -Path $PSScriptRoot\private\Private.ps1
Get-ChildItem -Path $PSScriptRoot\public\*.ps1
).foreach{
try { . $_.FullName } catch { throw $_ }
try { . $_.FullName } catch { throw $_ }
}
9 changes: 5 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ Upon receiving a security bug report, the issue will be assigned to one of the p
will coordinate the related fix and release process, involving the following steps:

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

## Comments
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).
5 changes: 0 additions & 5 deletions SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
![CrowdStrike Falcon](https://raw.githubusercontent.com/CrowdStrike/falconpy/main/docs/asset/cs-logo.png)

# Support

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

## Issue Reporting

Issues may be reported [here](https://github.com/CrowdStrike/psfalcon/issues/new/choose) and are used to track
bugs, documentation and link updates, enhancement requests and security concerns.

### Escalation

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

## Questions

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)?

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

## Documentation

Extended documentation is available via the [wiki](https://github.com/CrowdStrike/psfalcon/wiki) for this
repository. It is updated as part of our release cycle.

Expand Down
370 changes: 209 additions & 161 deletions class/Class.ps1

Large diffs are not rendered by default.

Binary file added format/format.json
Binary file not shown.
Binary file modified policy/linux.json
Binary file not shown.
Binary file modified policy/mac.json
Binary file not shown.
Binary file modified policy/windows.json
Binary file not shown.
Loading

0 comments on commit 83fe32b

Please sign in to comment.