| LOW | pkg/types/options.go | 141 | OnSkipURL OnSkipURLCallback |
| LOW | pkg/types/options.go | 181 | // MatchRegex is the slice regex to match url |
| LOW | pkg/types/options.go | 201 | // DisableUniqueFilter disables duplicate content filtering |
| LOW | pkg/utils/formfill.go | 221 | data.Set(input.Name, FormData.Placeholder) |
| LOW | pkg/utils/filters/filters.go | 1 | package filters |
| LOW | pkg/knowledgebase/extractor.go | 1 | // Package knowledgebase defines the Extractor interface implemented by |
| LOW | pkg/knowledgebase/extractors/endpoints/endpoints.go | 1 | // Package endpoints is a knowledgebase.Extractor that classifies a crawled |
| LOW | pkg/engine/parser/parser_test.go | 141 | "https://security-crawl-maze.app/test/html/body/img/srcset2x.found", |
| LOW | pkg/engine/parser/parser_test.go | 281 | t.Run("embed", func(t *testing.T) { |
| LOW | pkg/engine/parser/parser_test.go | 361 | t.Run("meta", func(t *testing.T) { |
| LOW | pkg/engine/headless/js/page-init.js | 1 | // This script initializes the page and hooks up event listeners |
| LOW | pkg/engine/headless/crawler/hooks.go | 1 | package crawler |
| LOW | pkg/engine/headless/crawler/hooks.go | 21 | // The supplied *browser.BrowserPage embeds *rod.Page (page.Page) for callers |
| LOW | pkg/engine/headless/crawler/state.go | 121 | // |
| LOW | pkg/engine/headless/browser/element.go | 41 | if aria, ok := element.Attributes["aria-disabled"]; ok && (aria == "true" || aria == "1") { |