This website requires JavaScript.
Explore
Help
Register
Sign In
LukeParke
/
slinky
Watch
1
Star
0
Fork
0
You've already forked slinky
mirror of
https://github.com/LukeHagar/slinky.git
synced
2025-12-06 04:21:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5ff83373974add858d20f1242f5c19e94d79a329
slinky
/
internal
History
Luke Hagar
5ff8337397
Enhance ignore logic in CollectURLsWithIgnoreConfig to include debug output for ignored paths. This change improves visibility into the URL collection process by logging paths that are ignored based on specified patterns, while also cleaning up redundant checks for ignored paths.
2025-09-19 19:19:33 +00:00
..
fsurls
Enhance ignore logic in CollectURLsWithIgnoreConfig to include debug output for ignored paths. This change improves visibility into the URL collection process by logging paths that are ignored based on specified patterns, while also cleaning up redundant checks for ignored paths.
2025-09-19 19:19:33 +00:00
report
Refactor URL extraction in fsurls.go to improve handling of matches and offsets. Replace extractCandidates with extractCandidateMatches for better clarity and accuracy in URL processing. Update WriteMarkdown function to enhance link formatting in reports, ensuring correct display and linking of file paths with line numbers.
2025-09-13 01:14:55 +00:00
tui
Enhance URL scanning functionality in check.go by allowing comma-separated targets and improving debug output. Refactor root.go and run.go to support new target handling and display scanned file counts in the TUI. Introduce CollectURLsProgress in fsurls.go for detailed file processing feedback.
2025-09-12 16:50:40 +00:00
web
Update CheckURLs function to treat HTTP 429 status as valid links alongside 401, 403, and 408. This enhancement improves the URL validation logic by accommodating scenarios where links may be valid but indicate rate limiting.
2025-09-16 21:00:05 +00:00