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

Supplemental base64-encoded file for byte sequences and "extra-dangerous" strings #212

Open
timmc opened this issue May 24, 2020 · 0 comments

Comments

@timmc
Copy link

timmc commented May 24, 2020

The README calls out several strings that are not included due to destabilizing effects on the repository:

It sounds like there's an architectural opportunity here: Create a new list of base64-encoded inputs that contains supplemental strings. This could be a JSON file, like so:

{
  "sequences": [
    {
      "description": "Single null byte",
      "data": "AA=="
    }, {
      "description": "Bare FF byte, invalid to decode as UTF-8",
      "data": "/w=="
    }, {
      "description": "EICAR antivirus test file",
      "data": "WDVPIVAlQEFQWzRcUFpYNTQoUF4pN0NDKTd9JEVJQ0FSLVNUQU5EQVJELUFOVElWSVJVUy1URVNULUZJTEUhJEgrSCo="
    }
  ]
}

This would either be presented as-is alongside the currently built artifacts, or be used in a new packaging method that is capable of representing such data.

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

No branches or pull requests

1 participant