Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 966 Bytes

File metadata and controls

31 lines (25 loc) · 966 Bytes

Security Policy

Supported Versions

Version Supported
5.3.x
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.