-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
121 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
autoreporter_addons/moodle_scanner/translations/en_US/LC_MESSAGES/messages.po
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#: autoreporter_addons/moodle_scanner/template_moodle_vulnerability.jinja2:2 | ||
msgid "" | ||
"The following security vulnerabilities were detected in Moodle " | ||
"installations:" | ||
msgstr "" | ||
|
||
#: autoreporter_addons/moodle_scanner/template_moodle_vulnerability.jinja2:16 | ||
msgid "" | ||
"These vulnerabilities should be addressed by updating to the latest " | ||
"secure version of Moodle. If a site is no longer used, we recommend " | ||
"shutting it down to eliminate the risk of exploitation of known " | ||
"vulnerabilities in older Moodle versions." | ||
msgstr "" | ||
|
||
#: autoreporter_addons/moodle_scanner/template_obsolete_moodle_version.jinja2:2 | ||
msgid "The following Moodle installations with outdated versions were detected:" | ||
msgstr "" | ||
|
||
#: autoreporter_addons/moodle_scanner/template_obsolete_moodle_version.jinja2:8 | ||
msgid "version:" | ||
msgstr "" | ||
|
||
#: autoreporter_addons/moodle_scanner/template_obsolete_moodle_version.jinja2:16 | ||
msgid "" | ||
"Keep track of the Moodle versions in use and ensure they are up to date " | ||
"with the latest security patches." | ||
msgstr "" |
27 changes: 27 additions & 0 deletions
27
autoreporter_addons/moodle_scanner/translations/messages.pot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#: autoreporter_addons/moodle_scanner/template_moodle_vulnerability.jinja2:2 | ||
msgid "" | ||
"The following security vulnerabilities were detected in Moodle " | ||
"installations:" | ||
msgstr "" | ||
|
||
#: autoreporter_addons/moodle_scanner/template_moodle_vulnerability.jinja2:16 | ||
msgid "" | ||
"These vulnerabilities should be addressed by updating to the latest " | ||
"secure version of Moodle. If a site is no longer used, we recommend " | ||
"shutting it down to eliminate the risk of exploitation of known " | ||
"vulnerabilities in older Moodle versions." | ||
msgstr "" | ||
|
||
#: autoreporter_addons/moodle_scanner/template_obsolete_moodle_version.jinja2:2 | ||
msgid "The following Moodle installations with outdated versions were detected:" | ||
msgstr "" | ||
|
||
#: autoreporter_addons/moodle_scanner/template_obsolete_moodle_version.jinja2:8 | ||
msgid "version:" | ||
msgstr "" | ||
|
||
#: autoreporter_addons/moodle_scanner/template_obsolete_moodle_version.jinja2:16 | ||
msgid "" | ||
"Keep track of the Moodle versions in use and ensure they are up to date " | ||
"with the latest security patches." | ||
msgstr "" |
8 changes: 8 additions & 0 deletions
8
autoreporter_addons/moodle_scanner/translations/moodle_messages/pl_PL.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
from typing import Dict | ||
|
||
REFLECTED_XSS_DESCRIPTION = "Cross-Site Scripting, umożliwiającą atakującemu spreparowanie linku, który, po kliknięciu przez administratora, wykona dowolną akcję z jego uprawnieniami (taką jak np. modyfikacja treści czy kradzież danych)." | ||
|
||
TRANSLATIONS: Dict[str, str] = { | ||
"[!] CVE-2022-35653: A reflected XSS issue was identified in the LTI module of Moodle. The vulnerability exists due to insufficient sanitization of user-supplied data in the LTI module. A remote attacker can trick the victim to follow a specially crafted link and execute arbitrary HTML and script code in user's browser in context of vulnerable website to steal potentially sensitive information, change appearance of the web page, can perform phishing and drive-by-download attacks. This vulnerability does not impact authenticated users.": "CVE-2022-35653: Wykryto podatność Reflected XSS, która umożliwia atakującemu spreparowanie linku do powyższej strony internetowej, który - gdy kliknięty przez ofiarę - wykona dowolne skrypty lub zmieni w dowolny sposób wygląd strony, umożliwiając np. wykradnięcie danych. Uwaga: podatność nie dotyczy zalogowanych użytkowników.", | ||
"[!] CVE-2022-35651: A stored XSS and blind SSRF vulnerability was found in Moodle, occurs due to insufficient sanitization of user-supplied data in the SCORM track details. A remote attacker can trick the victim to follow a specially crafted link and execute arbitrary HTML and script code in user's browser in context of vulnerable website to steal potentially sensitive information, change appearance of the web page, can perform phishing and drive-by-download attacks.": "CVE-2022-35651: Wykryto podatność Server-Site Reuqest Forgery, umożliwiającą wykonywanie żądań do systemów w sieci lokalnej, a także podatność " + REFLECTED_XSS_DESCRIPTION | ||
} |
32 changes: 32 additions & 0 deletions
32
autoreporter_addons/moodle_scanner/translations/pl_PL/LC_MESSAGES/messages.po
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#: autoreporter_addons/moodle_scanner/template_moodle_vulnerability.jinja2:2 | ||
msgid "" | ||
"The following security vulnerabilities were detected in Moodle " | ||
"installations:" | ||
msgstr "" | ||
"Wykryto następujące podatności w systemach Moodle:" | ||
|
||
#: autoreporter_addons/moodle_scanner/template_moodle_vulnerability.jinja2:16 | ||
msgid "" | ||
"These vulnerabilities should be addressed by updating to the latest " | ||
"secure version of Moodle. If a site is no longer used, we recommend " | ||
"shutting it down to eliminate the risk of exploitation of known " | ||
"vulnerabilities in older Moodle versions." | ||
msgstr "" | ||
"Zalecamy szybką naprawę tych podatności za pomocą aktualizacji do najnowszej wersji systemu " | ||
"Moodle. Jeśli strona nie jest już używana, rekomendujemy jej wyłączenie, aby " | ||
"wyeliminować ryzyko ataku przy użyciu znanych podatności w starszych " | ||
"wersjach systemu Moodle." | ||
|
||
#: autoreporter_addons/moodle_scanner/template_obsolete_moodle_version.jinja2:2 | ||
msgid "The following Moodle installations with outdated versions were detected:" | ||
msgstr "Wykryto następujące instalacje systemu Moodle z nieaktualną wersją oprogramowania:" | ||
|
||
#: autoreporter_addons/moodle_scanner/template_obsolete_moodle_version.jinja2:8 | ||
msgid "version:" | ||
msgstr "wersja:" | ||
|
||
#: autoreporter_addons/moodle_scanner/template_obsolete_moodle_version.jinja2:16 | ||
msgid "" | ||
"Keep track of the Moodle versions in use and ensure they are up to date." | ||
msgstr "" | ||
"Zalecamy regularne sprawdzanie, czy używane wersje systemu Moodle są aktualne." |