Skip to content

Commit

Permalink
remove pyright 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 4ce9096 commit 91f404a
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 354 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ The layer can check on a recipe-level or on an image-level.
| pscan | Find insecure printfs | http://deployingradius.com/pscan/ | | | | x | x | | | | | | | | | | | | | | | x | |
| pyfindinjection | Find SQL injections in python code | https://github.com/uber/py-find-injection | | | x | x | | | x | | | | | | | | | | | | x | | |
| pylint | Python linter | https://github.com/PyCQA/pylint | | | x | x | | | x | | | | | | | | | | | | | x | x |
| pyright | Python type linter | https://github.com/Microsoft/pyright | meta-oe, manual enable | 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 | | |
Expand Down Expand Up @@ -314,7 +313,6 @@ each tool does have it's own benefits and flaws so don't be mad if you have 10k+
- [pscan](docs/conf/module/pscan.md)
- [pyfindinjection](docs/conf/module/pyfindinjection.md)
- [pylint](docs/conf/module/pylint.md)
- [pyright](docs/conf/module/pyright.md)
- [pysymcheck](docs/conf/module/pysymcheck.md)
- [rats](docs/conf/module/rats.md)
- [reconbf](docs/conf/module/reconbf.md)
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[pyright] = "openembedded-layer"
SCA_AVAILABLE_MODULES[reek] = "rubygems"
SCA_AVAILABLE_MODULES[retire] = "openembedded-layer"
SCA_AVAILABLE_MODULES[rubycritic] = "rubygems"
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 @@ -49,7 +49,6 @@ SCA_ENABLED_MODULES_RECIPE ?= "\
pscan \
pyfindinjection \
pylint \
pyright \
pysymcheck \
rats \
reek \
Expand Down
211 changes: 0 additions & 211 deletions classes/sca-pyright-core.bbclass

This file was deleted.

15 changes: 0 additions & 15 deletions classes/sca-pyright-recipe.bbclass

This file was deleted.

61 changes: 0 additions & 61 deletions docs/conf/module/pyright.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 @@ -45,7 +45,6 @@ protolint,Lint protobuf files,https://github.com/yoheimuta/protolint,,,,x,,,,,,,
pscan,Find insecure printfs,http://deployingradius.com/pscan/,,,,x,x,,,,,,,,,,,,,,,x,
pyfindinjection,Find SQL injections in python code,https://github.com/uber/py-find-injection,,,x,x,,,x,,,,,,,,,,,,x,,
pylint,Python linter,https://github.com/PyCQA/pylint,,,x,x,,,x,,,,,,,,,,,,,x,x
pyright,Python type linter,https://github.com/Microsoft/pyright,"meta-oe, manual enable",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,,
Expand Down
Empty file.
Empty file.

This file was deleted.

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

This file was deleted.

12 changes: 0 additions & 12 deletions recipes-sca/pyright-native/pyright-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 @@
pyright
retire
secretlint
standard
Expand Down

0 comments on commit 91f404a

Please sign in to comment.