[Bug] VocabularyIcons files shouldn't be executable
TimidRobot opened this issue · 2 comments
Description
A few of the VocabularyIcons are executable, but they aren't scripts or command binaries.
Reproduction
Clone repository and then:
find * -type f -perm +111
src/fonts/vocabulary/VocabularyIcons.ttf
src/fonts/vocabulary/VocabularyIcons.json
src/fonts/vocabulary/VocabularyIcons.woff
Expectation
Only scripts or command binaries should be executable.
Environment
sw_vers
ProductName: macOS
ProductVersion: 13.2
BuildVersion: 22D49
Resolution
- I would be interested in resolving this bug.
@TimidRobot Interesting find!
These were pulled in directly from the creativecommons/vocabulary-fonts repository, so it might be worth double checking that they aren't that way there too. It's not impossible I made a mistake, but this was not something I did intentionally to these files.
I cloned the repo from vocabulary-fonts
, moved the files into the directory here, removed the cloned repo leftovers, and committed the new files in.
@TimidRobot coming back to confirm that this did originate from the vocabulary-fonts
, repository. I opened an Issue to track it there, and copied over bits from this Issue to there: