kryvyifedir / score-hub

ScoreHub is an opensource project that aims to bring a xbox/playstation-like achievements into Salesforce
Other
7 stars 2 forks source link

Replace Key__c field to fix CodeScanner ApexPMD issue #213

Open kryvyifedir opened 3 days ago

kryvyifedir commented 3 days ago

sfdx-scanner@v4.2.0 plugin has implemented a new check:

Key__c is a potential auth token in the object: AppExchange Security Review

Investigate if it is possible to replace Key__c field, since the package was already released. If so - update all the references in the code.

kryvyifedir commented 3 days ago

Submitted an issue in sfdx-scanner repo: https://github.com/forcedotcom/sfdx-scanner/issues/1640

kryvyifedir commented 3 days ago

Disabled automatic APEX-PMD scan in PR: https://github.com/kryvyifedir/score-hub/pull/215