Expand description
ChiselSession
This module contains the ChiselSession struct, which is the top-level
wrapper for a serializable REPL session.
Structs§
- Chisel
Session - A Chisel REPL Session
Functions§
- validate_
session_ 🔒id - Rejects a session id that would let
chisel-<id>.jsonescape the cache directory when concatenated into a path (e.g.../../etc/cron.d/evil, which yields the literal path componentchisel-.., followed by a real..component once the id itself contains a/). Also rejects:to prevent targeting Windows Alternate Data Streams (ADS).