PROGRESS :
HALFWAY THROUGH THERE!
This week I focused on reifing the CodeQl custom ruleset for scanning, worked on the scanning workflow to make it reviewer friendly and finalized the code of the scan plugin YAML file - that will be responsible for running the scan on github when issue is opened.
I have created the PLAN.md in the root of the repository and added a section mentioning detailed shedule for the upcoming week :
I have finalized the current rules and tested them locally on the top 20 plugins. All of them passed with no findings. (This indicated 0 false positive on top 20 plugins for now)
Then I also ran the updated rules on one of the test plugin I made weeks ago : [Plugin Submission] joplin-plugin-test v1.0.0 · Issue #30 · akshajrawat/plugins-test · GitHub , the workflow was working fine. This week I'll just go through it once more to finalize the code.
I will now start making few test plugins that can be used to verify if the rules are doing what they are supposed to do, using the test mock code in the plugins-test repository, so we can also confirm that the test code are also checking their respective rules.
The update registry workflow, that will work to update the registry and github release will depend on the code we have to get merged on `plugin-repo-cli.
So the plan for the next 2 week is to test the scanner with custom malicious code and in parallel work on getting the plugin-repo-cli get merged.
PR left :
- 1 generator-joplin pr left to merge
- 1 plugin-cli pr left to merge
Pr merged :