While parsing the OnSIDES database using parseOnSIDES(), the console output displays the following message:
"Parsing the 7 core OnSIDES database tables..."
However, based on the actual parsing process and the resulting dvobject structure, 8 core tables appear to be parsed instead of 7. This suggests that the printed message may be outdated or inconsistent with the current implementation.
Although this does not affect functionality, it may cause minor confusion for users trying to understand the parsing workflow.
It might be helpful to update the mess
age to reflect the correct number of parsed tables.
While parsing the OnSIDES database using parseOnSIDES(), the console output displays the following message:
"Parsing the 7 core OnSIDES database tables..."
However, based on the actual parsing process and the resulting dvobject structure, 8 core tables appear to be parsed instead of 7. This suggests that the printed message may be outdated or inconsistent with the current implementation.
Although this does not affect functionality, it may cause minor confusion for users trying to understand the parsing workflow.
It might be helpful to update the mess
age to reflect the correct number of parsed tables.