Skip to content

Commit

Permalink
Change: remove scanconfig library
Browse files Browse the repository at this point in the history
As the transformation from xml to json is just done within the nasl-cli
it doesn't make sense to express this functionality.
  • Loading branch information
nichtsfrei committed Mar 1, 2024
1 parent e0e6dac commit d12d21a
Show file tree
Hide file tree
Showing 6 changed files with 391 additions and 423 deletions.
15 changes: 1 addition & 14 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ members = [
"osp",
"openvasctl",
"openvasd",
"scanconfig",
"infisto",
"smoketest",
"notus",
Expand Down
2 changes: 1 addition & 1 deletion rust/nasl-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ walkdir = "2"

feed = {path = "../feed"}
nasl-syntax = { path = "../nasl-syntax" }
scanconfig = { path = "../scanconfig" }
models = { path = "../models" }
nasl-interpreter = { path = "../nasl-interpreter", default-features = false }
storage = { path = "../storage" }
Expand All @@ -28,6 +27,7 @@ serde_json = "1.0.96"
toml = "0.8.6"
serde = "1.0.190"
notus = { version = "0.1.0", path = "../notus" }
quick-xml = { version = "0.28.1", features = ["serialize"] }


[features]
Expand Down
Loading

0 comments on commit d12d21a

Please sign in to comment.