vulnir 0.1.0

Vulnerability rule and finding primitives used by jsdet
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "vulnir"
version = "0.1.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/santh-security/jsdet"
homepage = "https://github.com/santh-security/jsdet"
documentation = "https://docs.rs/vulnir"
description = "Vulnerability rule and finding primitives used by jsdet"

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
petgraph = { default-features = false, version = "0.7" }

[features]
default = []