From 28ad04a97d1f4d733ff15b363f7ddd4cce0f12a5 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 1 Aug 2025 11:23:30 +0000 Subject: [PATCH] Reomve OrangeHRM (unmaintained since Jul 2024) (#1554) - `ERROR:awesome_lint.py: OrangeHRM: last updated -376 days, 1:18:25.293639 ago, older than 365 days` ``` $ ./trivy repo https://github.com/orangehrm/orangehrm installer/client/yarn.lock (yarn) Total: 6 (UNKNOWN: 0, LOW: 0, MEDIUM: 3, HIGH: 2, CRITICAL: 1) src/client/yarn.lock (yarn) Total: 6 (UNKNOWN: 0, LOW: 0, MEDIUM: 3, HIGH: 2, CRITICAL: 1) src/composer.lock (composer) Total: 5 (UNKNOWN: 0, LOW: 0, MEDIUM: 3, HIGH: 2, CRITICAL: 0) ``` --- software/orangehrm.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 software/orangehrm.yml diff --git a/software/orangehrm.yml b/software/orangehrm.yml deleted file mode 100644 index b48afac46e..0000000000 --- a/software/orangehrm.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: OrangeHRM -website_url: https://www.orangehrm.com/ -description: Comprehensive HRM system that captures all the essential functionalities required for any enterprise. -licenses: - - GPL-2.0 -platforms: - - PHP -tags: - - Human Resources Management (HRM) -source_code_url: https://github.com/orangehrm/orangehrm -demo_url: https://opensource-demo.orangehrmlive.com/ -stargazers_count: 942 -updated_at: '2024-07-19' -archived: false