Pass resolver address as ephemeral type#3897
Merged
Conversation
Contributor
Overall package sizeSelf size: 5.79 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3897 +/- ##
=======================================
Coverage 84.59% 84.59%
=======================================
Files 235 235
Lines 9760 9769 +9
Branches 33 33
=======================================
+ Hits 8256 8264 +8
- Misses 1504 1505 +1 ☔ View full report in Codecov by Sentry. |
Qard
previously approved these changes
Dec 20, 2023
iunanua
reviewed
Dec 21, 2023
iunanua
reviewed
Dec 21, 2023
iunanua
approved these changes
Dec 21, 2023
hoolioh
added a commit
that referenced
this pull request
Dec 21, 2023
* Update waf bindings to 6.0.0. * Pass graphql.server.resolver as ephemeral address type. * Add test.
Merged
hoolioh
added a commit
that referenced
this pull request
Dec 21, 2023
* Update waf bindings to 6.0.0. * Pass graphql.server.resolver as ephemeral address type. * Add test.
Merged
CarlesDD
pushed a commit
that referenced
this pull request
Dec 21, 2023
* Update waf bindings to 6.0.0. * Pass graphql.server.resolver as ephemeral address type. * Add test.
CarlesDD
pushed a commit
that referenced
this pull request
Dec 21, 2023
* Update waf bindings to 6.0.0. * Pass graphql.server.resolver as ephemeral address type. * Add test.
khanayan123
pushed a commit
that referenced
this pull request
Jan 2, 2024
* Update waf bindings to 6.0.0. * Pass graphql.server.resolver as ephemeral address type. * Add test.
khanayan123
pushed a commit
that referenced
this pull request
Jan 2, 2024
* Update waf bindings to 6.0.0. * Pass graphql.server.resolver as ephemeral address type. * Add test.
khanayan123
pushed a commit
that referenced
this pull request
Jan 2, 2024
* Update waf bindings to 6.0.0. * Pass graphql.server.resolver as ephemeral address type. * Add test.
khanayan123
pushed a commit
that referenced
this pull request
Jan 2, 2024
* Update waf bindings to 6.0.0. * Pass graphql.server.resolver as ephemeral address type. * Add test.
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
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.
What does this PR do?
Since graphql.server.resolver is a recurrent address which is sent multiple times during a request it needs to be passed as a ephemeral type in order to get API Security info from it.
This PR also updates waf bindings module to version 6.0.0 in order to make ephemeral addresses to work.