diff --git a/data/csv/toxic-repos.csv b/data/csv/toxic-repos.csv index f9b8ffa..d7e0f76 100644 --- a/data/csv/toxic-repos.csv +++ b/data/csv/toxic-repos.csv @@ -204,6 +204,7 @@ The U.S. Office of Foreign Assets Control and the U.S. Department of Commerce, B 780,2023-11-15 09:15:00,hostile_actions,Hogwarts Legacy,https://www.hogwartslegacy.com/,"Нет русского языка при наличии украинского. Нет возможности приобрести, только пиратство. В самом «продукте» русский перевод имеется. https://imgbox.com/MjrumW8o" 782,2023-11-15 09:15:00,hostile_actions,Yohoho,https://yohoho.cc/,"Сайт для просмотра фильмов и сериалов (по коду фильма с кинопоиска). Предлагает перед просмотром внести пожертвование. При переходе на пожертвование предлагает ""пiдтримать до ВСУ"". Фактически блокируют просмотр, если не пожертвовать." 803,2024-08-28 09:15:00,hostile_actions,opentofu/registry,https://github.com/opentofu/registry/commit/33e2456f294bca4c955d04afc4620ab05c559fb9,"Проект OpenTofu заблокировал доступ к реестру с российских IP и удалил провайдеры российских облачных сервисов, https://habr.com/ru/news/839336/" +804,2024-08-28 09:15:00,hostile_actions,facebook/yoga,https://github.com/facebook/yoga/commit/b4d144a5469a76aecc9666c3602caf28d3077b4a,Политика в репозитории с исходным кодом 57,2022-03-29 15:48:48,ip_block,Игра Top Eleven от nordeus,eu.nordeus.topeleven.android,"Удалили для РФ свои приложения в Google Play и Apple Store + заблокировали навсегда учетные записи всем, у кого была выбрана страна Россия. Я играл с 2019 года." 58,2022-03-29 15:48:48,ip_block,Grafana,https://dl.grafana.com/enterprise/release/grafana-enterprise-8.4.4.windows-amd64.msi,"При попытке скачать бинарники Grafa появляется ошибка ""Sorry, our service is currently not available in your region""" 59,2022-03-29 15:48:48,ip_block,checkmk,https://checkmk.com/,Закрыт доступ с российских IP diff --git a/data/json/toxic-repos.json b/data/json/toxic-repos.json index 979e03d..9f2fcdd 100644 --- a/data/json/toxic-repos.json +++ b/data/json/toxic-repos.json @@ -1415,6 +1415,14 @@ "commit_link": "https://github.com/opentofu/registry/commit/33e2456f294bca4c955d04afc4620ab05c559fb9", "description": "Проект OpenTofu заблокировал доступ к реестру с российских IP и удалил провайдеры российских облачных сервисов, https://habr.com/ru/news/839336/" }, + { + "id": 804, + "datetime": "2024-08-28 09:15:00", + "problem_type": "hostile_actions", + "name": "facebook/yoga", + "commit_link": "https://github.com/facebook/yoga/commit/b4d144a5469a76aecc9666c3602caf28d3077b4a", + "description": "Политика в репозитории с исходным кодом" + }, { "id": 57, "datetime": "2022-03-29 15:48:48", diff --git a/data/sqlite/toxic-repos.sqlite3 b/data/sqlite/toxic-repos.sqlite3 index 794e0e7..c2268d9 100644 Binary files a/data/sqlite/toxic-repos.sqlite3 and b/data/sqlite/toxic-repos.sqlite3 differ