Trying to get JED approval but fails test #698
-
Hi I've written a few components with JCB and I'm now trying to get them onto JED. I've run the JED checker program on one of them and I get errors e.g. /admin/controllers/installed_module.php this occurs on over 20 scripts and seems to be down to base64_decode. In short if you have the words base64 anywhere it fails the JED checker. Is there a way I can adjust things in JCB to turn off the use of base64 globally? thanks Alan |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
When you can justify the base64_decoding as a legitimate use-case, it will be allowed. This you can quote me on in your JED submission. There are a number of use cases in JCB, and think... JCB is listed in the JED. But all its base64 use cases are legitimate... and therefore excepted. But JCB has features that the JED will not allow... and these feature was used by me in private client projects that do not care for the JED rules... So you need to check each of these implementations to make sure they are legitimate use cases. What are some of he legitimate use cases:
Not allowed...
Should you get stuck in the JED on this issue in what you think is a legitimate use-case please let me know. |
Beta Was this translation helpful? Give feedback.
When you can justify the base64_decoding as a legitimate use-case, it will be allowed. This you can quote me on in your JED submission.
There are a number of use cases in JCB, and think... JCB is listed in the JED. But all its base64 use cases are legitimate... and therefore excepted.
But JCB has features that the JED will not allow... and these feature was used by me in private client projects that do not care for the JED rules... So you need to check each of these implementations to make sure they are legitimate use cases.
What are some of he legitimate use cases: