Skip to content

Commit

Permalink
remove retire 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 25, 2022
1 parent 8e8f967 commit d72c297
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 238 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ The layer can check on a recipe-level or on an image-level.
| pysymcheck | Check binaries for forbidden function usage | https://github.com/priv-kweihmann/pysymbolcheck | | | | x | | | | | | | | | | | | x | | | x | | |
| rats | Check on insecurities in several languages | https://github.com/redNixon/rats | | | | x | | x | x | x | | x | | | | | | | | | x | | |
| reconbf | security audit tool | https://github.com/HewlettPackard/reconbf | | | x | | | | | | | | | x | | | | | | | x | | |
| retire | Check for known vulnerabilities in javascript and NPM | https://retirejs.github.io/retire.js/ | meta-oe, manual enable | x | | x | | | | | x | | | | | | | | x | | x | | |
| reuse | Scan code for license information | https://github.com/fsfe/reuse-tool | | | | x | | | | | | | | | | | | | | x | x | | |
| revive | GO linter | https://github.com/mgechev/revive | | | | x | | | | | | | x | | | | | | | | | x | x |
| ropgadget | Determine ROP exploitability in binaries | https://github.com/JonathanSalwan/ROPgadget | manual enable | | | x | | | | | | | | | | | | x | | | x | | |
Expand Down Expand Up @@ -315,7 +314,6 @@ each tool does have it's own benefits and flaws so don't be mad if you have 10k+
- [pysymcheck](docs/conf/module/pysymcheck.md)
- [rats](docs/conf/module/rats.md)
- [reconbf](docs/conf/module/reconbf.md)
- [retire](docs/conf/module/retire.md)
- [reuse](docs/conf/module/reuse.md)
- [revive](docs/conf/module/revive.md)
- [ropgadget](docs/conf/module/ropgadget.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 @@ -52,7 +52,6 @@ SCA_BLACKLIST_pyright ?= ""
SCA_BLACKLIST_pysymcheck ?= ""
SCA_BLACKLIST_rats ?= ""
SCA_BLACKLIST_reconbf ?= ""
SCA_BLACKLIST_retire ?= ""
SCA_BLACKLIST_revive ?= "openssh"
SCA_BLACKLIST_ropgadget ?= "linux-.*"
SCA_BLACKLIST_rubycritic ?= ""
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[retire] = "openembedded-layer"
SCA_AVAILABLE_MODULES[rubycritic] = "rubygems"
SCA_AVAILABLE_MODULES[secretlint] = "openembedded-layer"
SCA_AVAILABLE_MODULES[standard] = "openembedded-layer"
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 @@ -51,7 +51,6 @@ SCA_ENABLED_MODULES_RECIPE ?= "\
pylint \
pysymcheck \
rats \
retire \
reuse \
revive \
ropgadget \
Expand Down
109 changes: 0 additions & 109 deletions classes/sca-retire.bbclass

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion dynamic-distro/scatest/code-from-elsewhere/cspell_2.0.3.bb
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ inherit sca

SCA_BLACKLIST_proselint += "${PN}"

SCA_ENABLED_MODULES = "bitbake retire"
SCA_ENABLED_MODULES = "bitbake"
1 change: 0 additions & 1 deletion files/module_list.csv
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ pylint,Python linter,https://github.com/PyCQA/pylint,,,x,x,,,x,,,,,,,,,,,,,x,x
pysymcheck,Check binaries for forbidden function usage,https://github.com/priv-kweihmann/pysymbolcheck,,,,x,,,,,,,,,,,,x,,,x,,
rats,Check on insecurities in several languages,https://github.com/redNixon/rats,,,,x,,x,x,x,,x,,,,,,,,,x,,
reconbf,security audit tool,https://github.com/HewlettPackard/reconbf,,,x,,,,,,,,,x,,,,,,,x,,
retire,Check for known vulnerabilities in javascript and NPM,https://retirejs.github.io/retire.js/,"meta-oe, manual enable",x,,x,,,,,x,,,,,,,,x,,x,,
reuse,Scan code for license information,https://github.com/fsfe/reuse-tool,,,,x,,,,,,,,,,,,,,x,x,,
revive,GO linter,https://github.com/mgechev/revive,,,,x,,,,,,,x,,,,,,,,,x,x
ropgadget,Determine ROP exploitability in binaries,https://github.com/JonathanSalwan/ROPgadget,manual enable,,,x,,,,,,,,,,,,x,,,x,,
Expand Down
Empty file.

This file was deleted.

30 changes: 0 additions & 30 deletions recipes-sca/retire-native/files/retire.sca.description

This file was deleted.

12 changes: 0 additions & 12 deletions recipes-sca/retire-native/retire-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,4 +1,3 @@
retire
secretlint
standard
stylelint
Expand Down

0 comments on commit d72c297

Please sign in to comment.