Skip to content

Commit 0d9d923

Browse files
authored
Update README to include 'Moodle™' trademark
1 parent 35f4ce5 commit 0d9d923

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/en/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919

2020
## Overview
2121

22-
**MRCA (Moodle Risk & Compliance Analyzer)** is a local Moodle plugin that performs automated security, privacy, and compliance audits of your Moodle installation. It scans installed third-party plugins across multiple risk dimensions and produces a unified **Site Risk Index (0–100)**.
22+
**MRCA (Risk & Compliance Analyzer for Moodle™)** is a local Moodle plugin that performs automated security, privacy, and compliance audits of your Moodle installation. It scans installed third-party plugins across multiple risk dimensions and produces a unified **Site Risk Index (0–100)**.
2323

24-
By default, MRCA only scans **third-party plugins**. Standard Moodle modules (maintained by Moodle HQ) are excluded to avoid false positives.
24+
By default, MRCA only scans **third-party plugins**. Standard Moodle modules (maintained by Moodle HQ) are excluded to avoid false positives.
2525

2626
---
2727

2828
## Why MRCA?
2929

30-
Moodle is the most widely adopted LMS in the world, used by over 300 million users across 240+ countries. In the **European Union**, where **GDPR (General Data Protection Regulation)** has been fully enforceable since May 2018, educational institutions face strict obligations regarding the processing of personal data — including student records, grades, attendance, and communication logs.
30+
Moodle is the most widely adopted LMS in the world, used by over 300 million users across 240+ countries. In the **European Union**, where **GDPR (General Data Protection Regulation)** has been fully enforceable since May 2018, educational institutions face strict obligations regarding the processing of personal data — including student records, grades, attendance, and communication logs.
3131

32-
Despite this, Moodle provides **no built-in mechanism** to audit installed plugins for:
32+
Despite this, Moodle provides **no built-in mechanism** to audit installed plugins for:
3333

3434
- **Privacy compliance** — Does the plugin declare what personal data it stores?
3535
- **Security risks** — Does it use unsafe PHP functions or deprecated APIs?
@@ -310,7 +310,7 @@ If [Integration Hub for Moodle™](https://github.com/x-name15/moodle-local_inte
310310

311311
## Privacy & GDPR
312312

313-
MRCA implements the **Moodle Privacy API** (`\core_privacy\local\metadata\provider`):
313+
MRCA implements the **Moodle Privacy API** (`\core_privacy\local\metadata\provider`):
314314

315315
- **Data stored:** Only the `userid` of administrators who whitelist fields (`local_mrca_whitelist` table).
316316
- **Export:** Whitelist entries are exported via Moodle's privacy tools.

0 commit comments

Comments
 (0)