Files
git.stella-ops.org/tests/reachability/samples-public/samples/js/js-002-yaml-unsafe-load/index.js
StellaOps Bot 999e26a48e up
2025-12-13 02:22:15 +02:00

7 lines
160 B
JavaScript

// Fixture-only sample: demonstrates an unsafe YAML load-style sink.
// Do not deploy.
const yaml = require("js-yaml");
yaml.load(process.env.PAYLOAD || "");