Stub security considerations. See #272.#273
Draft
ioggstream wants to merge 1 commit intoyaml:mainfrom
Draft
Conversation
Maikuolan
reviewed
Jul 7, 2022
Maikuolan
left a comment
There was a problem hiding this comment.
This PR is a great idea, I think. 👍
| that do not have a JSON counterpart. | ||
|
|
||
| Implementers interested in using YAML as a more efficient format | ||
| to serialize information intented to be consumed in JSON, |
|
|
||
| Implementers interested in using YAML as a more efficient format | ||
| to serialize information intented to be consumed in JSON, | ||
| needs to ensure that relevant information will not be lost during |
| and only be enabled explicitly. | ||
| In those cases, the implementation should ensure | ||
| - for example, via specific functions - | ||
| that code execution would result to strictly bounded time/memory limits. |
| even in these cases it is important | ||
| to carefully test the implementation you are going to use. | ||
| The same considerations apply when serializing a YAML object | ||
| in a format that do not support reference cycles (see Section X.1 of this document). |
There was a problem hiding this comment.
in a format that do not support -> in formats that do not support (or) in a format that doesn't support
Author
|
This is going to be addressed in yaml media type I-D now. We can start from the latest version and in future update the reference, so let's leave the issue open. |
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.
This PR