Skip to content

Commit 9bab68c

Browse files
committed
tags: reword security of tag strings
1 parent ff9f161 commit 9bab68c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cellar-tags/tags_security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Most of the time strings are kept as-is and don't pose a security issue, apart f
88
Implementations **MUST** validate `TagString` inputs for UTF-8 correctness and
99
reasonable length before use, in accordance with the security considerations in [@!RFC3629, section 10].
1010

11-
String tags that are parsed (such as "REPLAYGAIN_GAIN" or "REPLAYGAIN_PEAK" defined in (#technical-information))
12-
or string tags following the rules from (#tagstring-formatting) or string tags following other strict formats like URLs
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,
1313
may cause issues when the string is bogus or in an unexpected format.
1414

1515
Binary tags that need to be parsed (such as "MCDI" defined in (#external-identifiers)) may cause issues when the data is bogus or incomplete.

0 commit comments

Comments
 (0)