Skip to content

Commit 83f1974

Browse files
committed
tags: add more unicode security references
1 parent 5cd474b commit 83f1974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cellar-tags/tags_security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tag values can be either `TagString` or `TagBinary` blobs. In both cases issues
66

77
Most of the time strings are kept as-is and don't pose a security issue, apart from invalid UTF-8 values.
88
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].
9+
reasonable length before use, in accordance with the security considerations in [@!RFC3629, section 10] and [@!RFC9839, section 7].
1010

1111
String tags that are parsed (such as "REPLAYGAIN_GAIN" or "REPLAYGAIN_PEAK" defined in (#technical-information)),
1212
string tags following the TagString formatting rules (#tagstring-formatting), or string tags following other strict formats like URLs,

0 commit comments

Comments
 (0)