Module types

Module types 

Source
Expand description

Type system with taint tracking for injection safety Type system for bashrs

This module provides type checking and taint tracking for injection safety.

Re-exports§

pub use taint::Taint;
pub use taint::Type;
pub use taint::TypeChecker;

Modules§

taint
Taint tracking type system for injection safety verification