Skip to content

Commit

Permalink
remove wotan module
Browse files Browse the repository at this point in the history
Relates to #8749

Signed-off-by: Konrad Weihmann <[email protected]>
  • Loading branch information
priv-kweihmann committed Apr 27, 2022
1 parent 9eaedc6 commit ea99700
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 291 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ The layer can check on a recipe-level or on an image-level.
| tscancode | C and lua linter | https://github.com/Tencent/TscanCode | | | | x | x | | | | | | | | | | | | | | | x | |
| upc | check for simple privilege escalation vectors | https://github.com/pentestmonkey/unix-privesc-check | | | x | | | | | | | | | x | | | | | | | x | | |
| vulture | Find dead python code | https://github.com/jendrikseipp/vulture | | | x | x | | | x | | | | | | | | | | | | | x | |
| wotan | Typescript/javascript linter | https://github.com/fimbullinter/wotan | meta-oe, manual enable | x | x | x | | | | | x | | | | | | | | | | | x | x |
| xmllint | XML linter | http://xmlsoft.org/xmllint.html | | | x | x | | | | | | | | | | | | | | x | | x | |
| yamllint | YAML linter | https://github.com/adrienverge/yamllint | | | x | x | | | | | | | | | | | | | | x | | | x |
| yara | Find suspicious pattern in binaries | https://github.com/VirusTotal/yara | | | x | | | | | | | | | x | | | | | | | x | | |
Expand Down Expand Up @@ -324,7 +323,6 @@ each tool does have it's own benefits and flaws so don't be mad if you have 10k+
- [tscancode](docs/conf/module/tscancode.md)
- [upc](docs/conf/module/upc.md)
- [vulture](docs/conf/module/vulture.md)
- [wotan](docs/conf/module/wotan.md)
- [xmllint](docs/conf/module/xmllint.md)
- [yamllint](docs/conf/module/yamllint.md)
- [yara](docs/conf/module/yara.md)
Expand Down
1 change: 0 additions & 1 deletion classes/sca-blacklist.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ SCA_BLACKLIST_tlv ?= "linux-.* busybox openssh"
SCA_BLACKLIST_tscanscode ?= "linux-.*"
SCA_BLACKLIST_upc ?= ""
SCA_BLACKLIST_vulture ?= ""
SCA_BLACKLIST_wotan ?= ""
SCA_BLACKLIST_xmllint ?= ""
SCA_BLACKLIST_yamllint ?= ""
SCA_BLACKLIST_yara ?= ""
Expand Down
1 change: 0 additions & 1 deletion classes/sca-global.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ SCA_AVAILABLE_MODULES ?= "\
"
# additional layer requirements
SCA_AVAILABLE_MODULES[inspec] = "openembedded-layer rubygems"
SCA_AVAILABLE_MODULES[wotan] = "openembedded-layer"

# Modules using crossemu support, because they need some extra "love"
_SCA_CROSSEMU_MODULES = "\
Expand Down
1 change: 0 additions & 1 deletion classes/sca-on-image.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ SCA_ENABLED_MODULES_IMAGE ?= "\
tlv \
upc \
vulture \
wotan \
xmllint \
yamllint \
yara \
Expand Down
1 change: 0 additions & 1 deletion classes/sca-on-recipe.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ SCA_ENABLED_MODULES_RECIPE ?= "\
tlv \
tscancode \
vulture \
wotan \
xmllint \
yamllint \
"
Expand Down
106 changes: 0 additions & 106 deletions classes/sca-wotan-core.bbclass

This file was deleted.

13 changes: 0 additions & 13 deletions classes/sca-wotan-image.bbclass

This file was deleted.

14 changes: 0 additions & 14 deletions classes/sca-wotan-recipe.bbclass

This file was deleted.

62 changes: 0 additions & 62 deletions docs/conf/module/wotan.md

This file was deleted.

1 change: 0 additions & 1 deletion files/module_list.csv
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ tlv,Find duplicate code,https://github.com/priv-kweihmann/tlv,manual enable,,x,x
tscancode,C and lua linter,https://github.com/Tencent/TscanCode,,,,x,x,,,,,,,,,,,,,,,x,
upc,check for simple privilege escalation vectors,https://github.com/pentestmonkey/unix-privesc-check,,,x,,,,,,,,,x,,,,,,,x,,
vulture,Find dead python code,https://github.com/jendrikseipp/vulture,,,x,x,,,x,,,,,,,,,,,,,x,
wotan,Typescript/javascript linter,https://github.com/fimbullinter/wotan,"meta-oe, manual enable",x,x,x,,,,,x,,,,,,,,,,,x,x
xmllint,XML linter,http://xmlsoft.org/xmllint.html,,,x,x,,,,,,,,,,,,,,x,,x,
yamllint,YAML linter,https://github.com/adrienverge/yamllint,,,x,x,,,,,,,,,,,,,,x,,,x
yara,Find suspicious pattern in binaries,https://github.com/VirusTotal/yara,,,x,,,,,,,,,x,,,,,,,x,,
Empty file.
Empty file.

This file was deleted.

Empty file.
Empty file.

This file was deleted.

33 changes: 0 additions & 33 deletions recipes-sca/wotan-native/files/wotan.sca.description

This file was deleted.

17 changes: 0 additions & 17 deletions recipes-sca/wotan-native/wotan-native_1.0.bb

This file was deleted.

1 change: 0 additions & 1 deletion test/lang_metaoe.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
wotan

0 comments on commit ea99700

Please sign in to comment.