awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesRemote Code Execution Mitigations

Protections that prevent the execution of arbitrary code by blocking access to constructors and internal functions.

Distinct from Remote Access Security: Candidates describe remote execution capabilities or network access, not the prevention of exploits via template sandboxing.

Explore 3 awesome GitHub repositories matching security & cryptography · Remote Code Execution Mitigations. Refine with filters or upvote what's useful.

Awesome Remote Code Execution Mitigations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • handlebars-lang/handlebars.jsAvatar de handlebars-lang

    handlebars-lang/handlebars.js

    18,640Voir sur GitHub↗

    Handlebars.js is a JavaScript templating engine and logic-less template library used to generate HTML or text by merging data objects with templates. It utilizes an abstract syntax tree parser to transform template strings into executable JavaScript functions. The system separates data from presentation by restricting complex logic to external helper functions rather than the template itself. It features a precompiled template compiler that converts templates into functions before deployment to increase execution speed and reduce startup latency. The engine covers a broad range of content ge

    Hardens the system against exploits by blocking access to class constructors and internal functions within templates.

    JavaScripthandlebarsmustachetemplates
    Voir sur GitHub↗18,640
  • capistrano/capistranoAvatar de capistrano

    capistrano/capistrano

    12,963Voir sur GitHub↗

    Capistrano is a Ruby-based release manager and remote server orchestrator. It uses SSH to push code updates and execute a standardized sequence of deployment tasks across a fleet of remote machines. The tool distinguishes itself through role-based server targeting and parallel connection pooling, allowing users to assign functional labels to servers and execute commands across multiple machines simultaneously. It manages multiple environments by applying a single deployment definition across different stages through parameter-based mapping. The system provides a framework for remote task exe

    Provides a standardized process for file placement and task execution on remote servers.

    Rubycapistranodeploymentruby
    Voir sur GitHub↗12,963
  • hashicorp/next-mdx-remoteAvatar de hashicorp

    hashicorp/next-mdx-remote

    3,073Voir sur GitHub↗

    next-mdx-remote is a rendering library for Next.js that serializes and renders MDX content from remote sources. It functions as a secure MDX compiler and remote content serializer, transforming MDX strings from external APIs or databases into a format compatible with client-side hydration. The library distinguishes itself through a secure compilation process that restricts JavaScript execution and global variable access to prevent remote code execution. It utilizes a custom component mapper to replace standard HTML elements in markdown with specific React components, allowing for dynamic cont

    Prevents remote code execution by blocking unauthorized access to constructors and internal functions during MDX compilation.

    TypeScript
    Voir sur GitHub↗3,073
  1. Home
  2. Security & Cryptography
  3. Remote Code Execution Mitigations