Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace binary test file with ASCII text file #476

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chrisnovakovic
Copy link
Collaborator

t/data/binary-test.file is a binary blob of unknown provenance. To provide more reassurance that nothing malicious is hidden in binary blobs in the test suite, replace this file with the ASCII text file t/data/lorem-ipsum.txt, which contains the first two paragraphs of lorem ipsum generated by https://lipsum.com with lines wrapped at 80 characters.

Closes #475.

@chrisnovakovic chrisnovakovic added the tech-debt Technical debt label Apr 4, 2024
@chrisnovakovic chrisnovakovic requested a review from h-vn April 4, 2024 00:53
@chrisnovakovic chrisnovakovic self-assigned this Apr 4, 2024
t/data/binary-test.file is a binary blob of unknown provenance. To
provide more reassurance that nothing malicious is hidden in binary
blobs in the test suite, replace this file with the ASCII text file
t/data/lorem-ipsum.txt, which contains the first two paragraphs of
lorem ipsum generated by https://lipsum.com with lines wrapped at 80
characters.

Closes radiator-software#475.
@h-vn
Copy link
Contributor

h-vn commented Apr 8, 2024

The site gives a different lorem ipsum each time. If we change this, let's find something that's reproducible or well known by some other means.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-debt Technical debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

t/data/binary-test.file has unknown provenance
2 participants