Skip to content

Commit

Permalink
remove phpsecaudit 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 b07c4ea commit 617d7de
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 258 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ The layer can check on a recipe-level or on an image-level.
| oelint | Bitbake recipe linter | https://github.com/priv-kweihmann/oelint-adv | | | x | x | | | | | | | | | | | | | | x | | | x |
| perl | Perl warnings check | | | | | x | | | | | | | | | | | | | | x | | x | |
| perlcritic | Perl linter | https://metacpan.org/pod/perlcritic | | | | x | | | | | | | | | | | | | | x | | x | |
| phpsecaudit | Find vulnerabilities in PHP code | https://github.com/FloeDesignTechnologies/phpcs-security-audit | meta-oe, manual enable | x | | x | | | | | | x | | | | | | | | | x | | |
| phpstan | PHP linter | https://github.com/phpstan/phpstan | meta-oe, manual enable | x | | x | | | | | | x | | | | | | | | | | | x |
| pkgqaenc | Enhanced package QA | | | | | x | | | | | | | | | | | | | x | | x | | |
| proselint | Spelling and text linter | https://github.com/amperser/proselint/ | | | x | x | | | | | | | | | | x | | | | | | | x |
Expand Down Expand Up @@ -310,7 +309,6 @@ each tool does have it's own benefits and flaws so don't be mad if you have 10k+
- [oelint](docs/conf/module/oelint.md)
- [perl](docs/conf/module/perl.md)
- [perlcritic](docs/conf/module/perlcritic.md)
- [phpsecaudit](docs/conf/module/phpsecaudit.md)
- [phpstan](docs/conf/module/phpstan.md)
- [pkgqaenc](docs/conf/module/pkgqaenc.md)
- [proselint](docs/conf/module/proselint.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 @@ -40,7 +40,6 @@ SCA_BLACKLIST_mypy ?= "linux-.*"
SCA_BLACKLIST_nixauditor ?= ""
SCA_BLACKLIST_oclint ?= "linux-.*"
SCA_BLACKLIST_oelint ?= ""
SCA_BLACKLIST_phpsecaudit ?= ""
SCA_BLACKLIST_phpstan ?= ""
SCA_BLACKLIST_proselint ?= ""
SCA_BLACKLIST_protolint ?= ""
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[phpsecaudit] = "openembedded-layer"
SCA_AVAILABLE_MODULES[phpstan] = "openembedded-layer"
SCA_AVAILABLE_MODULES[pyright] = "openembedded-layer"
SCA_AVAILABLE_MODULES[reek] = "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 @@ -43,7 +43,6 @@ SCA_ENABLED_MODULES_RECIPE ?= "\
oelint \
perl \
perlcritic \
phpsecaudit \
phpstan \
pkgqaenc \
proselint \
Expand Down
109 changes: 0 additions & 109 deletions classes/sca-phpsecaudit.bbclass

This file was deleted.

63 changes: 0 additions & 63 deletions docs/conf/module/phpsecaudit.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 @@ -39,7 +39,6 @@ nixauditor,Auditing tool for images,https://github.com/XalfiE/Nix-Auditor,,,x,,,
oelint,Bitbake recipe linter,https://github.com/priv-kweihmann/oelint-adv,,,x,x,,,,,,,,,,,,,,x,,,x
perl,Perl warnings check,,,,,x,,,,,,,,,,,,,,x,,x,
perlcritic,Perl linter,https://metacpan.org/pod/perlcritic,,,,x,,,,,,,,,,,,,,x,,x,
phpsecaudit,Find vulnerabilities in PHP code,https://github.com/FloeDesignTechnologies/phpcs-security-audit,"meta-oe, manual enable",x,,x,,,,,,x,,,,,,,,,x,,
phpstan,PHP linter,https://github.com/phpstan/phpstan,"meta-oe, manual enable",x,,x,,,,,,x,,,,,,,,,,,x
pkgqaenc,Enhanced package QA,,,,,x,,,,,,,,,,,,,x,,x,,
proselint,Spelling and text linter,https://github.com/amperser/proselint/,,,x,x,,,,,,,,,,x,,,,,,,x
Expand Down
Empty file.
Empty file.

This file was deleted.

This file was deleted.

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 @@
phpsecaudit
phpstan
pyright
retire
Expand Down

0 comments on commit 617d7de

Please sign in to comment.