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 at least a few DB functions are repeated (looking up a package, for example). Extracting these queries to a separate module will let us deduplicate and isolate (SQL) security issues to one spot.
I think we can do all the queries at once. The amount of refactoring necessary should be smaller, and it will be easier to manage
The text was updated successfully, but these errors were encountered:
Currently at least a few DB functions are repeated (looking up a package, for example). Extracting these queries to a separate module will let us deduplicate and isolate (SQL) security issues to one spot.
I think we can do all the queries at once. The amount of refactoring necessary should be smaller, and it will be easier to manage
The text was updated successfully, but these errors were encountered: