Security updates are provided for the latest released major version of FunctionFoundry packages (currently the v1.0 line).
Please report security vulnerabilities privately. Do not open a public GitHub issue for undisclosed defects.
Preferred channel: use GitHub Security Advisories → Report a vulnerability on this repository.
If you cannot use GitHub Security Advisories, email the maintainers via the contact listed on the GitHub organization / repository security contacts once configured, or open a private maintainer contact request without including exploit details in a public issue.
Include:
- Affected package and version
- Reproduction steps or proof of concept (kept minimal)
- Impact assessment (confidentiality, integrity, availability)
- Whether the issue is reproducible with default options
We will acknowledge reports as quickly as practical and coordinate a fix and disclosure timeline.
- Cryptographic packages use
System.Security.Cryptographyprimitives only; no invented ciphers or modes. - Authentication failures must not expose partial plaintext.
- Sensitive buffers owned by libraries are cleared where practical.
- Constant-time comparison is used when comparing secrets.
- Documentation states threat models and non-goals honestly; formal security proofs are not claimed without demonstration.