diff --git a/CHANGELOG.md b/CHANGELOG.md index 449c818..3cc804b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 14.04.22 +[add] ++ AssemblyScript/assemblyscript ++ AlDente + # 13.04.22 [add] + azjezz/psl diff --git a/README.md b/README.md index dd23db3..81f65b0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This can pose a threat to people, and also undermines the credibility of the Ope ## Statistics -Records in the database: 356 +Records in the database: 358 > At the moment, the most up-to-date list is on our website. The list in this repository is updated with a slight delay. [CHANGELOG](CHANGELOG.md) diff --git a/data/csv/toxic-repos.csv b/data/csv/toxic-repos.csv index bc9ddc6..6b7f629 100644 --- a/data/csv/toxic-repos.csv +++ b/data/csv/toxic-repos.csv @@ -162,6 +162,8 @@ datetime,problem_type,name,commit_link,description 2022-04-11 10:28:33,hostile_actions,Grammarly,grammarly.com,Приостановили обслуживание в РФ и Белоруссии. Для россиких IP отображают страницу-заглушку с пропогандой. Перекрасили логотип в цвета украинского флага +2022-04-11 10:28:33,hostile_actions,Leaflet,https://leafletjs.com/,JavaScript library for interactive maps. Заблокировали доступ к сайту из РФ. + 2022-04-11 10:28:33,hostile_actions,stalniy/casl,https://github.com/stalniy/casl/commit/b13c3de252b8412079b4030ff73309d65713c8d2,Authorization JS library. Полит лозунг в документации и на сайте https://casl.js.org/v5/en/ 2022-04-11 10:28:33,hostile_actions,SilentButeo2/webgrabplus-siteinipack,https://github.com/SilentButeo2/webgrabplus-siteinipack/commit/1256512408bb07bf36ac90a4e35400d6c5dae4ab,Софт для парсинга сайтов с ТВ программами от голландца Jan van Straaten. Удалил поддержку зоны ru (несколько коммитов). http://www.webgrabplus.com/content/stop-war-no-russia-support @@ -328,8 +330,6 @@ https://github.com/Cisco-Talos/clamav/issues/500" 2022-04-11 10:28:33,ip_block,Go (Golang),https://golang.org/,"Не открывается на территории ДНР, в РФ - открывается" -2022-04-11 10:28:33,ip_block,Leaflet,https://leafletjs.com/,JavaScript library for interactive maps. Заблокировали доступ к сайту из РФ. - 2022-04-12 13:35:59,ip_block,acunetix.com,https://www.acunetix.com/,Блокируют вход с ip РФ 2022-03-29 15:48:48,malware,Onefetch,https://github.com/o2sh/onefetch,"При установке программы подменяет библиотеку libgcc_s.so.1, система перестает отвечать и после перезагрузки система выдает ошибку kernel panic. Проблема не подтверждена. Вредоносных коммитов не обнаружено." @@ -732,3 +732,7 @@ https://github.com/Cisco-Talos/clamav/issues/500" 2022-04-13 14:18:29,political_slogans,acornjs/acorn,https://github.com/acornjs/acorn,Политика +2022-04-14 11:04:39,political_slogans,AssemblyScript/assemblyscript,https://github.com/AssemblyScript/assemblyscript,Политика + +2022-04-14 11:04:39,political_slogans,AlDente,https://apphousekitchen.com/aldente-pro-1-16-release-notes/,"В новом релизе автор написал что поддерживает Украину. Так же автор добавил флаг. Есть опасения, что добавил еще что-то в новый релиз. Обновляться до 1.16 явно опасно." + diff --git a/data/json/toxic-repos.json b/data/json/toxic-repos.json index b5da262..40554a4 100644 --- a/data/json/toxic-repos.json +++ b/data/json/toxic-repos.json @@ -559,6 +559,13 @@ "commit_link": "grammarly.com", "description": "Приостановили обслуживание в РФ и Белоруссии. Для россиких IP отображают страницу-заглушку с пропогандой. Перекрасили логотип в цвета украинского флага" }, + { + "datetime": "2022-04-11 10:28:33", + "problem_type": "hostile_actions", + "name": "Leaflet", + "commit_link": "https://leafletjs.com/", + "description": "JavaScript library for interactive maps. Заблокировали доступ к сайту из РФ." + }, { "datetime": "2022-04-11 10:28:33", "problem_type": "hostile_actions", @@ -1077,13 +1084,6 @@ "commit_link": "https://golang.org/", "description": "Не открывается на территории ДНР, в РФ - открывается" }, - { - "datetime": "2022-04-11 10:28:33", - "problem_type": "ip_block", - "name": "Leaflet", - "commit_link": "https://leafletjs.com/", - "description": "JavaScript library for interactive maps. Заблокировали доступ к сайту из РФ." - }, { "datetime": "2022-04-12 13:35:59", "problem_type": "ip_block", @@ -2490,5 +2490,19 @@ "name": "acornjs/acorn", "commit_link": "https://github.com/acornjs/acorn", "description": "Политика" + }, + { + "datetime": "2022-04-14 11:04:39", + "problem_type": "political_slogans", + "name": "AssemblyScript/assemblyscript", + "commit_link": "https://github.com/AssemblyScript/assemblyscript", + "description": "Политика" + }, + { + "datetime": "2022-04-14 11:04:39", + "problem_type": "political_slogans", + "name": "AlDente", + "commit_link": "https://apphousekitchen.com/aldente-pro-1-16-release-notes/", + "description": "В новом релизе автор написал что поддерживает Украину. Так же автор добавил флаг. Есть опасения, что добавил еще что-то в новый релиз. Обновляться до 1.16 явно опасно." } ] \ No newline at end of file diff --git a/data/sqlite/toxic-repos.sqlite3 b/data/sqlite/toxic-repos.sqlite3 index 9816b67..d332d2e 100644 Binary files a/data/sqlite/toxic-repos.sqlite3 and b/data/sqlite/toxic-repos.sqlite3 differ