Merge pull request #23 from adampweb/master

Fixed base image vulnerability
This commit is contained in:
Felipe
2025-07-21 14:44:43 -03:00
committed by GitHub
3 changed files with 6 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ module TidyBytes
when 156 then [197, 147] # LATIN SMALL LIGATURE OE
when 158 then [197, 190] # LATIN SMALL LETTER Z WITH CARON
when 159 then [197, 184] # LATIN SMALL LETTER Y WITH DIAERESIS
else nil # ANYTHING ELSE...
end
end.freeze