| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
ci: automatically validate modified targets on pr | 11 个月前 | |
Rename importable module | 2 年前 | |
Merge pull request #2267 from sherlock-project/2266-deprecate-support-for-python-38 Deprecate Python 3.8 | 1 年前 | |
test: prepare false positive detection base | 11 个月前 | |
Update test to use still-present target | 1 年前 | |
fix: handle UnicodeDecodeError on usernames with special characters Fixes #2730. Usernames containing non-ASCII characters (e.g. 'Émile') can trigger a UnicodeDecodeError inside the requests library during redirect handling. This exception is not a subclass of requests.exceptions.RequestException, so it escaped all existing except blocks in get_response() and crashed the program. Added a catch for UnicodeError (parent of both UnicodeDecodeError and UnicodeEncodeError) so these sites are gracefully skipped instead of crashing the entire scan. Added regression tests in tests/test_unicode.py. | 5 个月前 | |
fix: update NSFW tests to use sites not in exclusions list Pornhub was added to the remote false_positive_exclusions.txt, causing test_remove_nsfw and test_nsfw_explicit_selection to fail since the site gets filtered out before the test runs. Replaced with Xvideos and Erome which are NSFW-flagged but not excluded. | 5 个月前 | |
bug: fix local variable scoping issue in test validate targets | 10 个月前 | |
Merge branch 'bump-version' into release/0.15.0-rc2 | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 11 个月前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 11 个月前 | ||
| 1 年前 | ||
| 5 个月前 | ||
| 5 个月前 | ||
| 10 个月前 | ||
| 2 年前 |