Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History
30 lines (24 loc) * 933 Bytes

SECURITY.md

File metadata and controls

30 lines (24 loc) * 933 Bytes

Security Policy

Supported Versions

Version Supported
5.2.x
5.1.x
5.0.x
4.0.x
3.1.x
3.0.x
2.3.x
2.2.x
2.1.x
2.0.x
< 2.0

Future Security Recommendations

The following security improvements are planned for future releases:

  • Migrate from pickle to a safer serialization format such as JSON or MessagePack.
  • Upgrade the hashing algorithm for integrity verification from MD5 to SHA-256 or SHA-3.
  • Implement digital signatures for corpus files to ensure authenticity.
  • Add version tracking to the corpus to prevent rollback attacks.