Skip to content

Commit

Permalink
RAT-215: Add fonts as binary by default based on file endings
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/creadur/rat/trunk@1735829 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ottlinger committed Mar 19, 2016
1 parent 553b93e commit 6403d79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Expand Up @@ -226,7 +226,9 @@ public static final boolean isBinary(final String name) {
"SUO", "XCF",
"RAJ", "CERT",
"KS", "TS",
"ODP", "SWF"
"ODP", "SWF",
// fonts
"WOFF2", "WOFF", "TTF", "EOT"
};

private static final String[] EXE_EXTENSIONS = {
Expand Down
3 changes: 3 additions & 0 deletions src/changes/changes.xml
Expand Up @@ -60,6 +60,9 @@ The <action> type attribute can be add,update,fix,remove.
We've integrated Rat into the ASF Jenkins to ensure continuous builds with various JDK versions.
">
<action issue="RAT-215" type="fix" dev="pottlinger">
Add WOFF2, WOFF, TTF and EOT font file extensions to binary file collection to allow faster detection as binary without reading in the files.
</action>
<action issue="RAT-214" type="fix" dev="pottlinger">
Upgrade commons-compress and apache-ant due to possible security problems.
</action>
Expand Down

0 comments on commit 6403d79

Please sign in to comment.