Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: projectdiscovery/docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: projectdiscovery/docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/asset-exclusions-docs
Choose a head ref
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 31, 2025

  1. Add Discovery Target Exclusions documentation

    - Add comprehensive documentation for asset exclusion functionality
    - Create cloud/assets/exclusions.mdx with detailed usage guide
    - Include pattern examples, best practices, and management instructions
    - Add exclusions section to Assets navigation in mint.json
    - Update overview.mdx to include Target Exclusions card
    - Document global nature of exclusions across all discovery operations
    - Clarify navigation path through Settings rather than Assets sidebar
    ehsandeep committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    0a3f0ce View commit details
    Browse the repository at this point in the history
  2. Add Scan Exclusions documentation for vulnerability scanning

    - Create cloud/scanning/exclusions.mdx with comprehensive scan exclusions guide
    - Document both Scan Target Exclusions and Scan Template Exclusions
    - Include pattern examples for targets (domains, IPs, wildcards) and templates (CVEs, template IDs)
    - Add best practices and use cases for both exclusion types
    - Update cloud/scanning/overview.mdx to include Scan Exclusions card
    - Add exclusions section to Vulnerability Scanning navigation in mint.json
    - Document global application across all scanning operations
    - Clarify management through Settings rather than scanning interface
    - Provide examples matching the interface (CVE-2021-26855, CVE-2016-7981, etc.)
    ehsandeep committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    14e6814 View commit details
    Browse the repository at this point in the history
  3. Fix: Clarify that Scan Template Exclusions don't support wildcards

    - Remove wildcard pattern examples from template exclusions section
    - Update Pattern Syntax to distinguish between target and template exclusions
    - Clarify that template exclusions require exact CVE IDs and template IDs only
    - Remove Pattern Matching card and update to 2-column layout for template cards
    - Add explicit note about exact match requirement for template exclusions
    - Update all use case examples to show only exact template identifiers
    ehsandeep committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    86210d0 View commit details
    Browse the repository at this point in the history
  4. Update mint.json

    ehsandeep committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    ccb8dac View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Clarify Kubernetes integration requires public/external access

    - Add warning that Kubernetes integration only works with publicly accessible clusters
    - Clarify that internal-only clusters will fail to integrate
    - Add troubleshooting section for common integration failures
    - Provide alternative solutions for internal clusters (cloud provider integrations)
    - Fix formatting issue with Verify button text
    - Add detailed accessibility requirements and examples
    ehsandeep committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    1ab2486 View commit details
    Browse the repository at this point in the history
Loading