Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1007 Bytes

SECURITY.md

File metadata and controls

23 lines (16 loc) · 1007 Bytes

Security Policy

Please don't use this code anywhere mission critical - it has not been tested anywhere near sufficiently for that.

This code does no heap allocation, uses no pointers, uses no libraries and makes no system calls. The only potential security implications are if something was caused downstream by the results not being as accurate as expected.

This code is thread safe.

Note that C++ versions up to 1.0.5 were not in a namespace, which in some circumstances could result in unanticipated functions being called. This is fixed in 1.0.6.

Supported Versions

As the changes are all bug fixes or other improvements, there is no known reason to use anything other than the latest version.

Version Supported
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1