bugcrowd-vrt 1.17.0

Rust client for Bugcrowd's Vulnerability Rating Taxonomy
Documentation
[dependencies.reqwest]
features = ["json"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.tokio]
features = ["full", "macros"]
version = "1"

[[example]]
name = "cvss_v3_mapping"
path = "examples/cvss_v3_mapping.rs"

[[example]]
name = "cwe_mapping"
path = "examples/cwe_mapping.rs"

[[example]]
name = "load_vrt"
path = "examples/load_vrt.rs"

[[example]]
name = "scanner_integration"
path = "examples/scanner_integration.rs"

[lib]
name = "bugcrowd_vrt"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust client for Bugcrowd's Vulnerability Rating Taxonomy"
edition = "2024"
homepage = "https://trapdoorsec.com"
license = "MIT"
name = "bugcrowd-vrt"
readme = "README.md"
repository = "https://github.com/akses0/bugcrowd-vrt"
version = "1.17.0"

[[test]]
name = "cvss_v3_tests"
path = "tests/cvss_v3_tests.rs"

[[test]]
name = "cwe_mapping_tests"
path = "tests/cwe_mapping_tests.rs"

[[test]]
name = "edge_cases_tests"
path = "tests/edge_cases_tests.rs"

[[test]]
name = "types_tests"
path = "tests/types_tests.rs"

[[test]]
name = "vrt_tests"
path = "tests/vrt_tests.rs"