You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, VulnReport/CveReport classes are being used to handle vulnerability reports
However, the current implementation is lengthy and can be simplified using Lua tables
The proposed solution is to use Lua tables instead of the VulnReport class to make the code simpler and easier to read.
Currently, VulnReport/CveReport classes are being used to handle vulnerability reports
However, the current implementation is lengthy and can be simplified using Lua tables
The proposed solution is to use Lua tables instead of the VulnReport class to make the code simpler and easier to read.
Instead of the following code:
We can use the following code:
The text was updated successfully, but these errors were encountered: