3 Repos
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.
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.
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.
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.