pub struct SecurityTestConfig {
pub base: TestConfig,
pub target_url: String,
pub headers: Option<Value>,
pub auth: Option<Value>,
pub scan_types: Vec<String>,
pub max_high_severity_findings: usize,
}Fields§
§base: TestConfig§target_url: String§headers: Option<Value>§auth: Option<Value>§scan_types: Vec<String>§max_high_severity_findings: usizeTrait Implementations§
Source§impl Debug for SecurityTestConfig
impl Debug for SecurityTestConfig
Source§impl<'de> Deserialize<'de> for SecurityTestConfig
impl<'de> Deserialize<'de> for SecurityTestConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SecurityTestConfig
impl RefUnwindSafe for SecurityTestConfig
impl Send for SecurityTestConfig
impl Sync for SecurityTestConfig
impl Unpin for SecurityTestConfig
impl UnwindSafe for SecurityTestConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more