Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.05 KB

SECURITY.md

File metadata and controls

37 lines (31 loc) · 1.05 KB

Security Policy

Supported Versions

---
title: Versions Status Flow
---
flowchart LR
  Unstable("Unstable")
  Pre("Pre Release")
  Release("Release")
  LTS("Long Term Support")
  Maintenance("Maintenance")
  EOL("End Of Life")
  Unstable --> Pre --> Release
  subgraph Supported
    Release -- Major = 0 --> Maintenance
    Release -- Major > 0 --> LTS --> Maintenance
  end
  Maintenance --> EOL
Versions Release Date Long Term Support Date End Of Life Date
v0.2.X 2024-03-27 N/A Unknown
v0.1.X 2024-03-10 N/A 2024-04-30

ℹ️ Note

  • The date format is according to the specification ISO 8601.
  • Values in italic format are subject to change.
  • Versions which not in the list are also end of life.

Report Vulnerabilities

You can report security vulnerabilities by create security vulnerability report.