awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 Repos

Awesome GitHub RepositoriesError Handling Security

Secure management of system error reporting.

Distinguishing note: Focuses on preventing information disclosure through error messages.

Explore 9 awesome GitHub repositories matching security & cryptography · Error Handling Security. Refine with filters or upvote what's useful.

Awesome Error Handling Security GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • addyosmani/agent-skillsAvatar von addyosmani

    addyosmani/agent-skills

    60,849Auf GitHub ansehen↗

    Agent-skills is a collection of structured instructions and behavioral personas designed to standardize how AI coding agents perform engineering tasks. It functions as a workflow orchestrator that maps natural language intent to repeatable technical sequences and verification checklists. The project distinguishes itself through the use of specialized markdown-defined roles, such as security auditors or test engineers, to apply targeted domain expertise. It employs an evidence-based verification model that requires runtime data or passing tests as mandatory exit criteria to ensure AI-generated

    Treats error messages as diagnostic data to prevent the execution of malicious commands embedded in logs.

    Shellagent-skillsantigravityantigravity-ide
    Auf GitHub ansehen↗60,849
  • owasp/cheatsheetseriesAvatar von OWASP

    OWASP/CheatSheetSeries

    32,298Auf GitHub ansehen↗

    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

    Prevents sensitive system information exposure during application failures.

    Pythonapplication-securityappsecbest-practices
    Auf GitHub ansehen↗32,298
  • redox-os/redoxAvatar von redox-os

    redox-os/redox

    16,054Auf GitHub ansehen↗

    Redox is a POSIX-compliant, microkernel-based operating system written entirely in Rust. By utilizing a memory-safe language for the kernel and all system components, the project eliminates common vulnerabilities such as buffer overflows and use-after-free errors. Its architecture relies on a minimal kernel that manages only essential hardware and process isolation, delegating all other system services to unprivileged user-space processes. The system distinguishes itself through a modular design where hardware drivers and system services run as independent user-space daemons, allowing them to

    Enforces strict error handling within the kernel to prevent system-wide failures by limiting unrecoverable error states.

    Rustbsdfreebsdgnu
    Auf GitHub ansehen↗16,054
  • getgrav/gravAvatar von getgrav

    getgrav/grav

    15,395Auf GitHub ansehen↗

    Grav is a flat-file content management system that eliminates the need for a traditional database by storing site content and configuration in human-readable Markdown and YAML files. Built as a modular PHP web framework, it uses a hierarchical page routing system where the physical directory structure directly determines the site's URL paths. The platform is distinguished by its event-driven plugin architecture and a command-line interface that prioritizes system administration, deployment, and maintenance tasks. It utilizes a blueprint-driven system to generate administrative forms from stru

    Prevents information disclosure by suppressing sensitive system data from public error messages.

    PHPcmscontentcontent-management
    Auf GitHub ansehen↗15,395
  • graphql-hive/graphql-yogaAvatar von graphql-hive

    graphql-hive/graphql-yoga

    8,523Auf GitHub ansehen↗

    Yoga is a GraphQL server framework and runtime-agnostic HTTP handler used to build and deploy GraphQL APIs. It functions as a toolkit for managing schemas and resolvers, providing a spec-compliant environment for hosting APIs across diverse JavaScript runtimes, including Node.js, Deno, Bun, and serverless cloud environments. The project distinguishes itself through its ability to act as an Apollo Federation gateway, composing multiple subgraphs into a single unified supergraph. It also serves as a dedicated subscription server, delivering real-time data streaming via both WebSockets and Serve

    Hides unexpected server errors from clients to prevent the leakage of internal system details.

    TypeScriptbundenofetch
    Auf GitHub ansehen↗8,523
  • microsoft/security-101Avatar von microsoft

    microsoft/Security-101

    6,203Auf GitHub ansehen↗

    Security-101 is a vendor-agnostic, foundational cybersecurity learning curriculum organized into modular, framework-aligned modules. It is designed to build core knowledge across multiple security domains without tying content to specific products or platforms, making it suitable for both beginners and professionals seeking a structured introduction to the field. The curriculum is built around established security frameworks, including the MITRE ATT&CK framework for standardized threat analysis and the NIST Cybersecurity Framework for incident response workflows. It covers a broad range of do

    Teaches preventing sensitive information from leaking through error messages and maintaining secure audit logs.

    HTMLappseccia-triaddata-protection
    Auf GitHub ansehen↗6,203
  • owasp/top10Avatar von OWASP

    OWASP/Top10

    5,273Auf GitHub ansehen↗

    This project is a web application security standard and vulnerability framework. It provides a comprehensive list of the most critical security risks facing web applications, paired with technical guidance and a structured methodology for identifying and mitigating these flaws. The framework functions as a secure coding guide and a risk assessment methodology, offering a standardized approach to prioritizing vulnerabilities based on their potential impact and likelihood of exploitation. It defines architectural patterns and technical recommendations to help developers implement defense in dep

    Provides guidance on filtering system error messages to prevent the leakage of sensitive technical details.

    HTML
    Auf GitHub ansehen↗5,273
  • armmbed/mbed-osAvatar von ARMmbed

    ARMmbed/mbed-os

    4,842Auf GitHub ansehen↗

    Mbed OS is a real-time operating system designed for connected internet-of-things devices and microcontroller hardware. It provides a fundamental framework that combines a real-time operating system with an embedded security framework, a hardware abstraction layer for controlling sensors and peripherals, and a device management platform for cloud-based orchestration. The system establishes security foundations to protect connected products from unauthorized access and vulnerabilities. It further enables remote monitoring and hardware orchestration by connecting embedded devices to cloud servi

    Implements mechanisms for managing and restricting unrecoverable kernel error states through custom recovery hooks.

    C
    Auf GitHub ansehen↗4,842
  • nathanl/authorityAvatar von nathanl

    nathanl/authority

    1,197Auf GitHub ansehen↗

    Authority is an authorization framework for Ruby on Rails applications that manages user permissions and access control policies. It provides a system for encapsulating complex security logic into dedicated classes, separating these concerns from core business models. The library enforces security rules by intercepting web requests at the controller level and validating actions against defined policies. It utilizes convention-based mapping to automatically associate models with their corresponding authorization classes, supporting both global checks and instance-aware validation for specific

    Intercepts unauthorized access attempts to trigger custom error responses and log security events.

    Rubyauthorizationruby
    Auf GitHub ansehen↗1,197
  1. Home
  2. Security & Cryptography
  3. Error Handling Security

Unter-Tags erkunden

  • Error Response MappersIntercepts exceptions during execution to transform them into standardized HTTP responses. **Distinct from Error Handling Security:** Focuses on transforming errors into HTTP responses, rather than general error reporting security.
  • Kernel Error HandlingMechanisms for managing and restricting unrecoverable kernel error states. **Distinct from Error Handling Security:** Distinct from general error reporting security: focuses on kernel-level panic prevention and system resilience.