Sandro CURY CAZZANIGA Kharec
Kharec pushed to main at Kharec/skywipe 2025-12-30 18:16:52 +01:00
e364598414 test: expect progress propagation
cd1cf1f170 fix: restore progress logger propagation
Compare 2 commits »
Kharec pushed to main at Kharec/skywipe 2025-12-30 18:13:59 +01:00
c3761d1d08 test: cover formatter reset on reuse
85f1ea4efb fix: reset stream formatters in setup_logger
Compare 2 commits »
Kharec pushed to main at Kharec/skywipe 2025-12-30 18:11:50 +01:00
df22b3dd3d test: cover logger propagation behavior
8c0bbceeac fix: disable skywipe log propagation
Compare 2 commits »
Kharec pushed to main at Kharec/skywipe 2025-12-30 17:46:36 +01:00
5e60374937 test: add tests for ProgressTracker.batch with total_batches=0
fd62bb5ea2 fix: use "is not None" check for total_batches in ProgressTracker.batch
Compare 2 commits »
Kharec pushed to main at Kharec/skywipe 2025-12-30 08:53:02 +01:00
6785ecd45a test: strengthen logger handler duplication test
Kharec pushed to main at Kharec/skywipe 2025-12-30 08:45:41 +01:00
7828989150 refactor: dedupe file handler cleanup in setup_logger
Kharec pushed to main at Kharec/skywipe 2025-12-30 08:31:16 +01:00
9eb2ed0097 test: verify FileHandler replacement when log_file path changes
5c8932599c fix: replace existing FileHandler when log_file changes
Compare 2 commits »
Kharec pushed to main at Kharec/urupam 2025-12-29 16:11:33 +01:00
72013a9a08 test: add DNS cache coverage
e6fc9c919f feat: add DNS cache and subprocess resolution
Compare 2 commits »
Kharec pushed to main at Kharec/urupam 2025-12-29 16:03:47 +01:00
39bead9da1 test: expect 400 for invalid short code
Kharec pushed to main at Kharec/urupam 2025-12-29 16:03:38 +01:00
699f660ec2 fix: respond_once uses stash flag
Kharec pushed to main at Kharec/urupam 2025-12-29 15:46:13 +01:00
2c28b603da test: adjust validation expectations for redirects
76fa8a7334 fix: correct IPv6 private range checks
Compare 2 commits »
Kharec pushed to main at Kharec/urupam 2025-12-29 15:37:19 +01:00
8495d6ab26 fix: validate redirect targets to prevent SSRF via redirect chains
Kharec pushed to main at Kharec/urupam 2025-12-29 15:34:36 +01:00
b203bcad78 refactor: normalize range checks into one clear path
Kharec pushed to main at Kharec/urupam 2025-12-29 15:32:03 +01:00
7005e0852a refactor: use respond_once helper in async handlers
af5a924ae3 refactor: add respond_once helper and refactor async handlers to use it
Compare 2 commits »
Kharec pushed to main at Kharec/urupam 2025-12-29 15:25:26 +01:00
4730c577fa test: cover head/get fallback
940f60e471 test: add UTF-8 path case
407289cd2a fix: head/get reachability fallback
Compare 3 commits »
Kharec pushed to main at Kharec/urupam 2025-12-29 15:24:58 +01:00
b5ab00ef93 fix: decode UTF-8 after url_unescape
Kharec pushed to main at Kharec/urupam 2025-12-29 15:13:49 +01:00
0b277a3e65 fix: use Socket getaddrinfo for host resolution
Kharec pushed to main at Kharec/urupam 2025-12-29 15:08:56 +01:00
e9c298110d test: update validation specs for DNS SSRF logic
ae1dab8116 feat: add DNS-based SSRF checks
Compare 2 commits »
Kharec pushed to main at Kharec/urupam 2025-12-29 15:08:37 +01:00
eb4c4e4c4c feat: use secure RNG for short codes
Kharec pushed to main at Kharec/urupam 2025-12-29 15:08:28 +01:00
e2c4916565 fix: guard async responses with local flag