From c829a419389da324cb7004c98df0f2e0fb7b14fb Mon Sep 17 00:00:00 2001 From: Spirillen <44526987+spirillen@users.noreply.github.com> Date: Sun, 19 Jan 2025 02:58:41 +0100 Subject: [PATCH] sort still not happy --- .github/workflows/sort.yml | 1 - source/phishing/wildcard.csv | 1 + tools/sort_lists.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sort.yml b/.github/workflows/sort.yml index ed37aed5f64..f641ff3f774 100644 --- a/.github/workflows/sort.yml +++ b/.github/workflows/sort.yml @@ -22,7 +22,6 @@ jobs: - name: Print sort_lists version run: | python -c "import tools.sort_lists; print(f'Sort Lists Version: {tools.sort_lists.VERSION}')" - python tools/sort_lists.py -v - name: Check for changes in source folder id: changed_files run: | diff --git a/source/phishing/wildcard.csv b/source/phishing/wildcard.csv index 7b0a82db509..c667520d300 100644 --- a/source/phishing/wildcard.csv +++ b/source/phishing/wildcard.csv @@ -2906,6 +2906,7 @@ com-ndgh.xin com-oea8.xin com-q80y.xin com-qjiu.xin + com-rfy1.xin com-rtri.xin com-s40i.xin diff --git a/tools/sort_lists.py b/tools/sort_lists.py index 312b29df7fb..1857921fdb7 100644 --- a/tools/sort_lists.py +++ b/tools/sort_lists.py @@ -12,7 +12,7 @@ import idna import json -VERSION = "0.2b24" # Incremented beta version +VERSION = "0.2b25" # Incremented beta version def find_files_by_name(directory, filenames): matches = []