From 97cca82a0248affc408379f6a932804f38e261c2 Mon Sep 17 00:00:00 2001 From: Joel Drapper Date: Thu, 13 Feb 2025 11:48:11 +0000 Subject: [PATCH] Update README.md --- README.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 9d07ff61..9bc1a743 100644 --- a/README.md +++ b/README.md @@ -9,26 +9,10 @@ Phlex lets you build object-oriented web views in pure Ruby. Phlex does not follow semantic versioning (SemVer). Instead, we follow [BreakVer](https://www.taoensso.com/break-versioning). +### Security + When a security issue is brought to our attention, we aim to release patches as soon as possible. We aim to patch with a new `non-breaking` version: - every `minor` version that was released in the last year; - the latest `minor` version of the latest two `major` versions, even if over a year old; and - the `main` branch in GitHub. - -## Prior Art 🎨 - -- [markaby](https://github.com/markaby/markaby) -- [erector](https://github.com/erector/erector) -- [papercraft](https://github.com/digital-fabric/papercraft) -- [matestack](https://github.com/matestack/matestack-ui-core) -- [arbre](https://github.com/activeadmin/arbre) -- [tubby](https://github.com/judofyr/tubby) -- [hoshi](https://github.com/pete/hoshi) -- [hyperstack](https://github.com/hyperstack-org/hyperstack) -- [clearwater](https://github.com/clearwater-rb/clearwater) -- [paggio](https://github.com/opal/paggio) -- [Inesita](https://github.com/inesita-rb/inesita) -- [compony](https://github.com/kalsan/compony) -- [tagz](https://github.com/ahoward/tagz) -- [html](https://github.com/ismasan/html) -- [fortitude](https://github.com/ageweke/fortitude)