We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd474b commit 83f1974Copy full SHA for 83f1974
cellar-tags/tags_security.md
@@ -6,7 +6,7 @@ Tag values can be either `TagString` or `TagBinary` blobs. In both cases issues
6
7
Most of the time strings are kept as-is and don't pose a security issue, apart from invalid UTF-8 values.
8
Implementations **MUST** validate `TagString` inputs for UTF-8 correctness and
9
-reasonable length before use, in accordance with the security considerations in [@!RFC3629, section 10].
+reasonable length before use, in accordance with the security considerations in [@!RFC3629, section 10] and [@!RFC9839, section 7].
10
11
String tags that are parsed (such as "REPLAYGAIN_GAIN" or "REPLAYGAIN_PEAK" defined in (#technical-information)),
12
string tags following the TagString formatting rules (#tagstring-formatting), or string tags following other strict formats like URLs,
0 commit comments