20 repositorios
Filtering logic to include or exclude dependencies based on organization scopes or wildcards.
Distinct from Dependency Scoping: Focuses on naming scopes (e.g., @org/package) in dependency manifests, not execution context scoping.
Explore 20 awesome GitHub repositories matching devops & infrastructure · Package Scope Filtering. Refine with filters or upvote what's useful.
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.
Homebridge is a Node.js home automation server that acts as a bridge to expose non-native smart home devices to Apple HomeKit. It functions as a plugin-based framework that maps proprietary device APIs to standardized home automation services and protocols. The system utilizes a modular plugin architecture and a protocol emulation layer to make third-party hardware appear as native accessories. It further supports cross-platform compatibility by acting as a Matter device bridge, allowing Matter-standard hardware to connect to various home automation controllers. The software includes a web i
Supports installing plugins published under specific user or organization scopes from a package registry.
npm-check-updates is a command line utility and package version manager used to find and apply newer versions of dependencies within npm package manifests. It functions as a dependency version validator that identifies outdated packages and updates version strings in the project manifest to the latest available releases. The tool features an interactive CLI for selecting specific packages to upgrade through a prompt-based interface. It distinguishes itself by enforcing version cooldown periods to restrict the adoption of very recent releases and providing a mechanism to iteratively install up
Allows excluding or including specific packages from the update process using strings, wildcards, and regex.
npm-check-updates is a command line utility and programmatic module used to check for newer versions of npm packages and update project manifest files. It functions as a registry client and semantic version manager that upgrades package constraints to the latest releases. The tool distinguishes itself by including supply chain security features, such as a release cooldown period and package ownership tracking, to prevent the adoption of unstable or malicious new releases. It also provides a programmatic API for integrating dependency checks and upgrades directly into custom scripts. Broad ca
Uses wildcards or regular expressions to filter updates for specific packages and organization scopes.
Glide is a Go dependency management tool that fetches, pins, and vendors external packages to enable reproducible builds across environments. It stores project-specific copies of Go packages in a vendor directory, isolating dependencies per project to avoid version conflicts, and supports fetching packages from Git, Mercurial, Bazaar, and Subversion repositories. The tool resolves dependency versions using semantic versioning ranges and operators, and generates a lock file that records exact commit IDs for all transitive dependencies. Glide distinguishes itself with an interactive version wiz
Restricts a dependency to be fetched only when the current operating system matches a listed value.
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.
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.
Dependency-cruiser es un analizador de dependencias y linter arquitectónico para JavaScript y TypeScript. Sirve como herramienta de análisis estático para mapear, visualizar y validar las relaciones entre módulos dentro de un codebase sin necesidad de ejecutar el código. El proyecto se distingue por su capacidad para imponer límites arquitectónicos mediante un sistema basado en reglas. Detecta dependencias circulares, identifica módulos huérfanos y código muerto, y valida restricciones de dependencia utilizando reglas de relaciones permitidas y prohibidas. También proporciona análisis cuantitativo de estabilidad calculando el acoplamiento aferente y eferente para identificar áreas frágiles de un proyecto. La herramienta cubre una amplia gama de capacidades, incluyendo el análisis de módulos multi-estándar para ES6, CommonJS y TypeScript, así como la visualización de grafos de dependencia con agregación a nivel de carpeta. Proporciona funciones de automatización para integración continua, como el establecimiento de líneas base de violaciones y exportaciones de datos estructurados en formatos JSON o CSV. El sistema incluye un proceso interactivo de bootstrapping de configuración del proyecto para generar archivos de configuración adaptados al entorno local.
Uses regular expressions to include or exclude specific files or folders from a dependency rule.
npm-check is a command-line tool that audits a project's npm dependencies, comparing local package versions against the npm registry to identify outdated, unused, or incorrect entries. It scans both package.json and node_modules, and can also inspect globally installed npm packages for the same issues. The tool distinguishes itself by offering multiple modes of operation. It can automatically update all outdated dependencies to their latest versions without interaction, suitable for automated scripts. Alternatively, it provides an interactive terminal interface that lets users review and
Allows filtering audits to only production or only development dependencies.
Visualize call graph of a Go program using Graphviz
Filters call graphs by import path to focus on application-level interactions and reduce visual noise.
Garble is an obfuscation tool for Go binaries. It transforms compiled Go programs by hashing identifiers, package paths, and filenames into short, opaque strings, making reverse engineering more difficult. The tool produces reproducible results from identical source and a user-supplied seed, enabling verifiable builds. Obfuscation can be restricted to only those packages that match user-defined patterns, leaving other parts of the codebase untouched. Constant string literals in the binary are replaced with runtime-resolved expressions to hide their original content. The tool integrates direct
Restricts obfuscation to packages matching user-defined name patterns.
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.
xcodes es una utilidad de línea de comandos para la administración de toolchains en macOS, diseñada específicamente para la instalación y gestión de múltiples versiones de Xcode. Automatiza el proceso de descubrimiento de versiones disponibles, la descarga de versiones específicas del entorno de desarrollo y la configuración de los runtimes de dispositivos asociados. La herramienta gestiona los ciclos de vida del software permitiendo a los usuarios cambiar entre versiones activas mediante la actualización de enlaces simbólicos y gestionar las instalaciones locales identificando y eliminando versiones específicas. Maneja el acceso seguro a los servidores de descarga almacenando y eliminando las credenciales de Apple ID dentro del llavero del sistema. La utilidad incluye capacidades para filtrar el software disponible por arquitectura de procesador y generar scripts de autocompletado para el shell, acelerando la interacción en la línea de comandos.
Filters available software releases based on the system's processor architecture.
Gox es un automatizador de compilación multiplataforma y herramienta de línea de comandos diseñada para la compilación cruzada de Go. Sirve como un gestor de cadenas de herramientas que construye y configura las herramientas de compilación y los flags necesarios para apuntar a diversas plataformas de hardware. El sistema automatiza la configuración, instalación y aprovisionamiento de los ensambladores y enlazadores necesarios para diferentes sistemas operativos y arquitecturas. Gestiona la generación de binarios ejecutables para múltiples plataformas en paralelo, utilizando plantillas de nombres personalizadas y flags de enlazador para preparar lanzamientos de software. La herramienta proporciona capacidades para el filtrado de plataformas de destino utilizando patrones inclusivos y exclusivos y permite anulaciones de configuración de compilación a través de variables de entorno. También admite el descubrimiento de combinaciones disponibles de sistemas operativos y arquitecturas.
Provides inclusive and exclusive string matching to filter which target platforms are included in the build.
Dynaconf es una biblioteca de gestión de configuración para aplicaciones de Python que proporciona un sistema unificado para cargar, validar y gestionar ajustes. Agrega datos de configuración de múltiples archivos, variables de entorno y almacenes externos en un solo objeto utilizando un orden de precedencia definido. El proyecto se distingue por un gestor de entorno en capas que separa los ajustes en perfiles distintos, como desarrollo y producción. Incluye un framework de validación declarativa para imponer reglas de datos y restricciones de tipo durante el proceso de carga, así como un integrador de almacén de secretos externo para recuperar datos sensibles de HashiCorp Vault y Redis. La biblioteca admite la carga de archivos en múltiples formatos para archivos TOML, YAML, JSON, INI y Python. Proporciona capacidades para el casting de variables de entorno, búsqueda con notación de puntos e integración con frameworks web como Django y Flask para reemplazar objetos de configuración estándar. Las utilidades de línea de comandos están disponibles para el bootstrapping de configuración, validación de ajustes y realización de anulaciones en tiempo real.
Dynaconf feature to limit validation to specific settings paths or environments to exclude certain sections or restrict checks.
Taze is a dependency update automator and monorepo dependency manager that detects newer package versions and updates manifest files. It functions as a CI dependency validator, returning error codes when outdated dependencies are detected to fail continuous integration pipelines. The tool features a release stability filter to defer updates based on a minimum release age and a version constraint controller to manage major, minor, and patch update ranges with custom bumping modes. It supports workspace-wide manifest scanning across multiple subdirectories and provides dependency filtering via
Includes or excludes specific packages from update checks using string matches or regular expression patterns.
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.
Nilaway is a static analysis tool and linter plugin for Go designed to identify potential nil pointer dereferences in source code to prevent runtime panics. It functions as an inter-procedural pointer analyzer that tracks data flow across functions and packages to detect memory safety issues. The tool differentiates itself by tracking pointer states through anonymous functions, closures, and struct initializations. It employs a pointer analysis framework that monitors how values flow through a program to determine if a variable is safe to dereference at a specific point. The analyzer can be
Limits the analysis scope to specific first-party packages to manage memory usage and reduce noise from dependencies.
Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It functions as a dependency graph orchestrator that executes build targets in topological order and utilizes input hashing to cache results and skip redundant work. The project features a polyglot toolchain manager that automates the installation and versioning of language runtimes and CLI tools to ensure environment consistency. It also includes a plugin framework based on WebAssembly, allowing developers to extend build logic and toolchain behavior using any supported language.
Restricts task execution to a specific subset of projects using names, tags, or dependency relationships.
Este proyecto es una herramienta de validación ortográfica integrada diseñada para código fuente y documentación. Funciona como una extensión de editor que identifica y resalta errores ortográficos dentro de comentarios, cadenas e identificadores de programación, proporcionando retroalimentación en tiempo real y sugerencias de corrección directamente dentro del entorno de desarrollo. La herramienta se distingue por su capacidad para analizar convenciones de nomenclatura complejas, como camelCase y snake_case, en componentes individuales para una validación precisa. Opera como un motor que funciona sin conexión, asegurando que todo el análisis de texto y las consultas de diccionario permanezcan locales en la máquina. Los usuarios pueden gestionar el vocabulario a través de extensiones de diccionario personalizadas y definir terminología específica del proyecto o excepciones ortográficas utilizando archivos de configuración jerárquicos y directivas en línea. El sistema admite una amplia gama de flujos de trabajo, incluyendo la validación ortográfica automatizada dentro de pipelines de integración continua y utilidades de línea de comandos para el linting de bases de código. Proporciona un control granular sobre el alcance del análisis, permitiendo a los desarrolladores filtrar el contenido por tipo de archivo o patrones de código específicos mientras aplican estándares de nomenclatura en todo el proyecto y listas de palabras prohibidas. La extensión está disponible para su instalación dentro del marketplace de Visual Studio Code y admite diccionarios en varios idiomas para adaptarse a diversos contextos lingüísticos.
Applies hierarchical rules and inline directives to determine which code sections or file types undergo analysis.