awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesExecution Scope Filtering

Filtering which packages in a workspace are targeted by a command based on directory patterns or changes.

Distinct from Package Scope Filtering: Distinct from Package Scope Filtering: focuses on command execution targets rather than dependency manifest naming.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Execution Scope Filtering. Refine with filters or upvote what's useful.

Awesome Execution Scope Filtering GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • lerna/lernaAvatar lerna

    lerna/lerna

    36,066Vezi pe GitHub↗

    Lerna is a monorepo management tool, build orchestrator, and package publisher for JavaScript and TypeScript projects. It enables the management of multiple packages within a single shared repository, providing utilities for workspace organization and the coordinated publishing of packages to a registry. The tool distinguishes itself through dependency-aware task orchestration and automated version management. It uses topological sorting to sequence tasks and utilizes content-hash caching to skip redundant executions when input files remain unchanged. Versioning is automated by parsing standa

    Restricts command execution to specific packages using directory patterns or by identifying changed files.

    TypeScriptlernamonoreponpm
    Vezi pe GitHub↗36,066
  • netflix/simianarmyAvatar Netflix

    Netflix/SimianArmy

    7,984Vezi pe GitHub↗

    SimianArmy is a chaos engineering framework and resilience testing tool designed to induce random infrastructure failures in cloud environments. It functions as a cloud instance termination tool that simulates unplanned outages to verify that distributed architectures maintain high availability and fault tolerance. The system identifies and terminates cloud server instances to ensure applications can tolerate unexpected hardware failures without interrupting service. This process allows for the verification of automated failover mechanisms and the identification of weaknesses in system reliab

    Implements granular targeting of cloud instances using tags and regions to limit the scope of failure simulations.

    Java
    Vezi pe GitHub↗7,984
  • six2dez/reconftwAvatar six2dez

    six2dez/reconftw

    7,226Vezi pe GitHub↗

    reconftw is an attack surface management framework and reconnaissance workflow orchestrator designed to automate the discovery, mapping, and monitoring of external digital assets. It operates as a modular tool-chain pipeline that coordinates a sequence of security tools to perform intelligence gathering and vulnerability scanning. The project distinguishes itself through a cloud-native deployment model that parallelizes scanning workloads across a fleet of remote VPS instances to bypass local resource constraints. It utilizes container-based environment isolation to ensure consistent executio

    Implements logic for selecting specific targets to be scanned while respecting authorization boundaries via scope files.

    Shellbug-bountybugbountybugbounty-tool
    Vezi pe GitHub↗7,226
  • hahwul/dalfoxAvatar hahwul

    hahwul/dalfox

    4,846Vezi pe GitHub↗

    Dalfox is an automated web application security tool specifically designed for discovering and verifying cross-site scripting vulnerabilities. It functions as an XSS vulnerability scanner that analyzes HTTP parameters and DOM structures to identify reflected, stored, and blind injection points. The project distinguishes itself by providing a Model Context Protocol server and a REST API, allowing artificial intelligence agents and remote interfaces to trigger and manage security scans programmatically. It utilizes a payload mutation engine and fingerprinting strategies to execute WAF evasion t

    Allows excluding specific parameters, URL patterns, or domains to maintain a strict scanning scope.

    Gobugbountybugbounty-toolcicd-pipeline
    Vezi pe GitHub↗4,846
  • arachni/arachniAvatar Arachni

    Arachni/arachni

    4,000Vezi pe GitHub↗

    Arachni is a dynamic application security testing vulnerability scanner and web application security tool. It functions as a distributed web audit framework that performs active and passive audits to identify security flaws such as SQL injection and cross-site scripting. The project features a JavaScript-aware web crawler that executes scripts and monitors DOM changes to analyze modern dynamic web applications. It utilizes server platform fingerprinting to target compatible security payloads and provides a grid-based system to distribute scanning workloads across multiple nodes. The tool cov

    Implements logic for excluding specific URLs, domains, or parameters to precisely define the scan scope.

    Rubyanalysisarachniaudit
    Vezi pe GitHub↗4,000
  1. Home
  2. DevOps & Infrastructure
  3. Dependency Management
  4. Environment and Scoping Controls
  5. Dependency Scoping
  6. Package Scope Filtering
  7. Execution Scope Filtering

Explorează sub-etichetele

  • Infrastructure Target FilteringLogic for selecting specific cloud instances or resource groups to be targeted by failure simulations. **Distinct from Execution Scope Filtering:** Distinct from Execution Scope Filtering: focuses on cloud infrastructure tags and regions rather than workspace directory patterns.
  • Target URL FilteringLogic for excluding specific URLs, domains, or parameters from a security scan scope. **Distinct from Execution Scope Filtering:** Focuses on web target scope exclusions rather than workspace directory or package patterns.