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, vulnsrv uses an in-memory sqlite, which is not parallelizable and may contain security holes. Instead, vulnsrv should include a rudimentary SQL parser that only supports SELECTs.
Currently, vulnsrv uses an in-memory sqlite, which is not parallelizable and may contain security holes. Instead, vulnsrv should include a rudimentary SQL parser that only supports SELECTs.
should be a starting point. This should probably developed in its own project.
The text was updated successfully, but these errors were encountered: