From 375f44b06fd2654468a2572212e11034f7f0c4d6 Mon Sep 17 00:00:00 2001 From: Roberto Polli Date: Mon, 4 Mar 2024 10:03:06 +0100 Subject: [PATCH] Fix: #3619. Reference IANA media type page. --- SECURITY_CONSIDERATIONS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SECURITY_CONSIDERATIONS.md b/SECURITY_CONSIDERATIONS.md index 79d6e51edd..c7be7207a6 100644 --- a/SECURITY_CONSIDERATIONS.md +++ b/SECURITY_CONSIDERATIONS.md @@ -1,8 +1,8 @@ # Security Considerations OpenAPI documents use JSON, YAML, and JSON Schema, and therefore share their security considerations: -- [JSON](https://datatracker.ietf.org/doc/html/rfc8259) -- [YAML](https://datatracker.ietf.org/doc/html/rfc9512) +- [JSON](https://www.iana.org/assignments/media-types/application/json) +- [YAML](https://www.iana.org/assignments/media-types/application/yaml) - [JSON Schema Core](https://json-schema.org/draft/2020-12/json-schema-core#section-13) - [JSON Schema Validation](https://json-schema.org/draft/2020-12/json-schema-validation#name-security-considerations)