Automate rules check when updating NodeJS-Scan DB
Problem to solve
We now have to maintain a mapping table to generate Identifiers on our end (gitlab-org/security-products/analyzers/nodejs-scan!8 (merged)).
When updating NodeJS Scan DB, we must ensure we add an identifier for every new rules. To avoid having to do a manual comparison we should automate this with a script.
Proposal
Automate the comparison between our existing rulesIdentifiers list and the rules.xml DB from NodeJS Scan
What does success look like, and how can we measure that?
(If no way to measure success, link to an issue that will implement a way to measure this)