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
Vulnerability has a cve field with the name of a CVE (e.g. CVE-2017-14158). Let's change to a uuid to make our db more efficient.
When coding API responses using TypeORM, joins aren't possible unless tables are related using a uuid. This means additional joins are needed in the frontend which complicates API usage.
The text was updated successfully, but these errors were encountered:
💡 Summary
Vulnerability has a cve field with the name of a CVE (e.g. CVE-2017-14158). Let's change to a uuid to make our db more efficient.
When coding API responses using TypeORM, joins aren't possible unless tables are related using a uuid. This means additional joins are needed in the frontend which complicates API usage.
The text was updated successfully, but these errors were encountered: