We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a969e3 commit 1fcb019Copy full SHA for 1fcb019
1 file changed
ECOSYSTEM.scm
@@ -0,0 +1,20 @@
1
+;; SPDX-License-Identifier: AGPL-3.0-or-later
2
+;; SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
3
+;; ECOSYSTEM.scm — sanctify-php
4
+
5
+(ecosystem
6
+ (version "1.0.0")
7
+ (name "sanctify-php")
8
+ (type "project")
9
+ (purpose "Haskell-based PHP hardening and security analysis tool.")
10
11
+ (position-in-ecosystem
12
+ "Part of hyperpolymath ecosystem. Follows RSR guidelines.")
13
14
+ (related-projects
15
+ (project (name "rhodium-standard-repositories")
16
+ (url "https://github.com/hyperpolymath/rhodium-standard-repositories")
17
+ (relationship "standard")))
18
19
+ (what-this-is "Haskell-based PHP hardening and security analysis tool.")
20
+ (what-this-is-not "- NOT exempt from RSR compliance"))
0 commit comments