diff --git a/.gitignore b/.gitignore index 225edf9..6d7cdd8 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ venv/ ENV/ env.bak/ venv.bak/ + +# Visual studio files +.vs/ \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite deleted file mode 100644 index 7d1c8be..0000000 Binary files a/.vs/slnx.sqlite and /dev/null differ diff --git a/data/csv/toxic-repos.csv b/data/csv/toxic-repos.csv index 93109ca..f9b8ffa 100644 --- a/data/csv/toxic-repos.csv +++ b/data/csv/toxic-repos.csv @@ -203,6 +203,7 @@ The U.S. Office of Foreign Assets Control and the U.S. Department of Commerce, B 768,2023-11-15 09:15:00,hostile_actions,MyHomeLib,https://pikabu.ru/story/o_kriptomaynerakh_v_programmakh_dlya_rabotyi_s_arkhivami_knig_10614906,"Встроенный в программу для работы с архивами криптомайнер, отправляющий деньги ВСУ" 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/" 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 @@ -789,7 +790,7 @@ https://github.com/spatie/laravel-google-fonts/commit/53aba438beaafdb3c99bb57575 787,2023-11-15 09:15:00,political_slogans,НомерНедели,номернедели.рф,Флаг Украины в шапке и в картинке в результатах поиска 788,2023-11-15 09:15:00,political_slogans,Blender Artists Community,https://blenderartists.org/,Флаг Украины в логотипе 789,2023-11-15 09:15:00,political_slogans,Kompass,https://www.kompass.com/,Очередное безосновательное “We stand with ukraine people” и удаление российской версии сайта. https://web.archive.org/web/20220301001832/https://ru.kompass.com/ -790,2023-11-15 09:15:00,political_slogans,OrbitalMarket - Enhanced marketplace,https://github.com/hugoattal/OrbitalMarket/commit/325547d22239e398c02a982f76c860b4a108c20a,"Orbital Market stands with Ukraine" в README и на сайте" +790,2023-11-15 09:15:00,political_slogans,OrbitalMarket - Enhanced marketplace,https://github.com/hugoattal/OrbitalMarket/commit/325547d22239e398c02a982f76c860b4a108c20a,"""Orbital Market stands with Ukraine"" в README и на сайте" 791,2023-11-15 09:15:00,political_slogans,Vox Player,https://vox.rocks/forum/,В шапке баннер с политическими заявлениями. Разработчики с Украины. Лучше не пользоваться этим плеером 792,2024-07-17 09:15:00,political_slogans,yurchykyur/project-stephen-js,https://github.com/yurchykyur/project-stephen-js/commit/686f5083006642eab139441f41940d0026e9db4e,Политика на сайте 793,2024-07-29 09:15:00,political_slogans,facebookresearch/ReAgent,https://github.com/facebookresearch/ReAgent?tab=readme-ov-file,Политика в репозитории с исходным кодом diff --git a/data/json/toxic-repos.json b/data/json/toxic-repos.json index 72835fa..979e03d 100644 --- a/data/json/toxic-repos.json +++ b/data/json/toxic-repos.json @@ -1407,6 +1407,14 @@ "commit_link": "https://yohoho.cc/", "description": "Сайт для просмотра фильмов и сериалов (по коду фильма с кинопоиска). Предлагает перед просмотром внести пожертвование. При переходе на пожертвование предлагает \"пiдтримать до ВСУ\". Фактически блокируют просмотр, если не пожертвовать." }, + { + "id": 803, + "datetime": "2024-08-28 09:15:00", + "problem_type": "hostile_actions", + "name": "opentofu/registry", + "commit_link": "https://github.com/opentofu/registry/commit/33e2456f294bca4c955d04afc4620ab05c559fb9", + "description": "Проект OpenTofu заблокировал доступ к реестру с российских IP и удалил провайдеры российских облачных сервисов, https://habr.com/ru/news/839336/" + }, { "id": 57, "datetime": "2022-03-29 15:48:48", diff --git a/data/sqlite/toxic-repos.sqlite3 b/data/sqlite/toxic-repos.sqlite3 index 684003c..794e0e7 100644 Binary files a/data/sqlite/toxic-repos.sqlite3 and b/data/sqlite/toxic-repos.sqlite3 differ diff --git a/scripts/convert_database_to_other_formats.py b/scripts/convert_database_to_other_formats.py index cb77402..a438863 100644 --- a/scripts/convert_database_to_other_formats.py +++ b/scripts/convert_database_to_other_formats.py @@ -29,11 +29,11 @@ def main() -> None: } for column_data in column_datas ] - with open(JSON_OUTFILE_PATH, "w") as fp: + with open(JSON_OUTFILE_PATH, "w", encoding="utf-8") as fp: json.dump(json_data, fp, ensure_ascii=False, indent=4) # To csv - with open(CSV_OUTFILE_PATH, "w", newline='') as fp: + with open(CSV_OUTFILE_PATH, "w", newline='', encoding="utf-8") as fp: csv_writer = csv.writer(fp) csv_writer.writerow(row_names) for column_data in column_datas: