SENG426-Team / vega-spring

0 stars 0 forks source link

Fixing Persistent Object Issue #39

Closed TyRicard closed 2 years ago

TyRicard commented 2 years ago

The entity attempting to be parsed is directly related to the database, and therefore, unexpected fields may be accessed by outside users. Instead, pass the object as a JSON string, and only assign the required fields. This isn't necessarily an issue, but it could be in the future. Therefore, it seemed appropriate to handle this issue here.

TyRicard commented 2 years ago

I branched from master instead of develop