View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000580 | file | General | public | 2024-12-05 22:16 | 2024-12-08 19:14 |
| Reporter | chriskushmonotype | Assigned To | christos | ||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 5.46 | ||||
| Fixed in Version | HEAD | ||||
| Summary | 0000580: TrueType fonts with C2PA tables are treated as data | ||||
| Description | The file tool does not recognize TrueType fonts which contain a table tagged 'C2PA', because the regex for tag names forbids a '2' character in the second position. | ||||
| Steps To Reproduce | Use the TTX tool, or any tool, to modify a TrueType font to contain a table named C2PA. Then the 'file' tool will report that the font contains just 'data'. | ||||
| Additional Information | This pull request suggests a way to recognize TTFs with C2PA tables. | ||||
| Tags | magic | ||||
|
|
Pull request with demo implementation: https://github.com/chriskushmonotype/file/pull/1 |
|
|
Fixed, thanks! |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-12-05 22:16 | chriskushmonotype | New Issue | |
| 2024-12-05 22:16 | chriskushmonotype | Tag Attached: magic | |
| 2024-12-06 16:50 | chriskushmonotype | Note Added: 0004123 | |
| 2024-12-08 19:14 | christos | Assigned To | => christos |
| 2024-12-08 19:14 | christos | Status | new => assigned |
| 2024-12-08 19:14 | christos | Status | assigned => resolved |
| 2024-12-08 19:14 | christos | Resolution | open => fixed |
| 2024-12-08 19:14 | christos | Fixed in Version | => HEAD |
| 2024-12-08 19:14 | christos | Note Added: 0004127 |