Skip to content
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

Merge Develop into Release #3169

Merged
merged 4 commits into from
Oct 17, 2023
Merged

Merge Develop into Release #3169

merged 4 commits into from
Oct 17, 2023

Conversation

r2c-argo[bot]
Copy link
Contributor

@r2c-argo r2c-argo bot commented Oct 17, 2023

Created automatically with the Argo bot using the Argo workflow in release-workflow.yaml

LewisArdern and others added 4 commits October 16, 2023 10:54
…riable (#3159)

* add returntocorp/reserved-aws-lambda-environment-variable.yaml

* add returntocorp/reserved-aws-lambda-environment-variable.tf

* move files

---------

Co-authored-by: Grayson H <[email protected]>
Co-authored-by: Vasilii <[email protected]>
I'm making a change to the Semgrep Pro Engine which will correctly model
the fact that `java.lang.Object` is at the top of any inheritance
hierarchy in Java. As such, the pattern `Object $X` will match any
object type, including the `String` types used in the tests here.

In general, we do want the Pro Engine, when presented with a pattern
`(Foo $X)`, to also match any subtypes of `Foo`.

Based on a discussion with Pieter, this should actually match any object
type except for `String`s and boxed types. As such, I have updated this
rule and the test cases accordingly. Now, it functions the same both on
the Pro Engine and OSS, and is more accurate than before on both.
Update `server-dangerous-object-deserialization` rule
@0xDC0DE 0xDC0DE merged commit 13ce7e8 into release Oct 17, 2023
17 of 18 checks passed
@0xDC0DE 0xDC0DE deleted the merge-develop-to-release branch October 17, 2023 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants