pub fn validate_plugin(
manifest: &PluginManifest,
base_dir: &Path,
) -> Result<(), SecurityError>Expand description
Validate a plugin before loading.
pub fn validate_plugin(
manifest: &PluginManifest,
base_dir: &Path,
) -> Result<(), SecurityError>Validate a plugin before loading.