2 repos
Utilities for validating application configuration and input handling logic.
Distinguishing note: Focuses on developer-facing validation of handler definitions rather than user input sanitization.
Explore 2 awesome GitHub repositories matching testing & quality assurance · Input Validation. Refine with filters or upvote what's useful.
This project is a framework for building interactive, graphical-style terminal applications. It provides a declarative component model that organizes user interfaces into a tree of nested widgets, each managing its own lifecycle, state, and rendering. By subclassing the base application class, developers can construct complex, keyboard-navigable interfaces that run directly within terminal emulators. The framework distinguishes itself through a reactive architecture and a CSS-based layout engine. It uses a reactive attribute system to automatically track state changes and trigger targeted int
Prevents ambiguous input handling by raising errors when multiple handlers are defined for the same key.
The OWASP Cheat Sheet Series is a comprehensive, community-driven repository of concise security best practices and defensive coding patterns. It serves as a centralized knowledge base for developers and security professionals, providing actionable guidance to secure applications across the entire software development lifecycle. The project covers a vast array of security domains, ranging from fundamental web application hardening and authentication protocols to specialized controls for modern infrastructure and artificial intelligence systems. What distinguishes this project is its decentral
Enforces strict allow-lists for all incoming data to ensure only expected formats reach application logic.