cmu-sei / SEER

SEER is a platform for assessing the performance of cybersecurity training and exercise participants.
7 stars 0 forks source link

Null message causes js to fail on several pages #1

Closed sei-dupdyke closed 1 year ago

sei-dupdyke commented 1 year ago

Urls like this return events:

/api/seer/assessments/@ViewBag.AssessmentId/history

But if this history item has a NULL message value, things fail badly. Do not allow null in this field, replace with "".

sei-dupdyke commented 1 year ago

A work around is to update null messages to "" directly in SQL for now.

sei-dupdyke commented 1 year ago

Fixed with #893fe0e