struct
RustSecurityTagger::Protection
- RustSecurityTagger::Protection
- Struct
- Value
- Object
Overview
A single detected protection: the tag to emit, its human description, the URL prefix it guards, and whether it is a risk (risk variants win dedup so the reviewer sees the alarming description, not the benign).
Defined in:
tagger/framework_taggers/rust/rust_security.crConstructors
Instance Method Summary
- #clone
- #copy_with(tag _tag = @tag, description _description = @description, prefix _prefix = @prefix, risk _risk = @risk)
- #description : String
- #prefix : String
- #risk : Bool
- #tag : String
Constructor Detail
Instance Method Detail
def copy_with(tag _tag = @tag, description _description = @description, prefix _prefix = @prefix, risk _risk = @risk)
#