1 Repo
Compilers that incorporate security constraints to prevent unauthorized code execution during the compilation or evaluation process.
Distinct from JavaScript Compilers: Distinct from general JavaScript Compilers by focusing on execution restriction and security boundaries for untrusted input.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Secure Compilers. Refine with filters or upvote what's useful.
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
Implements a secure MDX compiler that restricts JavaScript execution to prevent remote code execution vulnerabilities.