Skip to content

Instantly share code, notes, and snippets.

@wperron
Created February 7, 2021 21:05
Show Gist options
  • Save wperron/bc6dae244876195a541e748b0e382905 to your computer and use it in GitHub Desktop.
Save wperron/bc6dae244876195a541e748b0e382905 to your computer and use it in GitHub Desktop.
Deno Security Vulnerabilities Proof-of-Concept
import { greet } from "https://deno.wperron.io/[email protected]/mod.ts";
console.log(greet("John Doe"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment