-
Notifications
You must be signed in to change notification settings - Fork 175
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
Prepare for 3.58 #1299
Merged
Merged
Prepare for 3.58 #1299
Conversation
This file contains 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
* make the lookup more safe * made linter happy --------- Co-authored-by: Panos Sakkos <panos.sakkos@panther.com> Co-authored-by: Nicholas Hakmiller <nhakmiller@us-y9c2m6yxj7.local.meter> Co-authored-by: Ben Airey <benjaminjohnairey@gmail.com>
) Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.8.1 to 2.9.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@17d0e2b...0d38121) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ariel Ropek <79653153+arielkr256@users.noreply.github.com>
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@4fd8129...aa33708) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@5927c83...49b3bc8) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ariel Ropek <79653153+arielkr256@users.noreply.github.com>
* Fix methodName lookups, add tests Initial cloud run correlation rules throw NoneType errors on every GCP.AuditLog that has no event.methodName because of a `deep_get()` without a `default`. One was fixed in a recent PR #1292, the other wasn't. Here's the same fix for both and tests to prove them. * update to match previous PR for same issue --------- Co-authored-by: ben-githubs <38414634+ben-githubs@users.noreply.github.com> Co-authored-by: Ben Airey <benjaminjohnairey@gmail.com>
…on plus clean up (#1288) * Correct the target and actor in Slack along with updating tests and using defined dict. Also, to YAML and prettier format. * revert formatting changes to YAML file --------- Co-authored-by: ben-githubs <38414634+ben-githubs@users.noreply.github.com> Co-authored-by: Ben Airey <benjaminjohnairey@gmail.com>
* bugfix for base64 encoded arguments * split on quotes and spaces for better coverage * additional edge cases and tests * adjust * move padding to is_base64 helper * readded root command exclusion
arielkr256
approved these changes
Jul 23, 2024
le4ker
approved these changes
Jul 23, 2024
😱 [INFO][root]: ignoring file dependabot.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Background
Prepare this week's release
Changes
Testing