-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check type casts to void crashing when casting explicit null values (#…
…534) * Ignore fields explicitly set to null in Kibana resources * Ignore fields explicitly set to null in APM resources * Ignore fields explicitly set to null in ES resources * Ignore fields explicitly set to null in Enterprise Search resources * Ignore fields explicitly set to null in Integrations Server resources * Ignore fields explicitly set to null in observability resources * Ignore fields explicitly set to null in azure private endpoint resources * Changelog
- Loading branch information
Showing
16 changed files
with
641 additions
and
344 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:bug | ||
resource: Updates all nested field accesses to validate type casts. This prevents a provider crash when a field is explicitly set to `null`. | ||
``` |
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
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
Oops, something went wrong.