YCPRadioTelescope / RT-Contracts

Back-end architecture for the Radio Telescope Senior Software Design Project for the 2018-2019 academic year
3 stars 1 forks source link

Sensor API calls need null checking #64

Closed jhorne98 closed 3 years ago

jhorne98 commented 4 years ago

Several of the sensor API calls do not have parameter checking and will accept null parameters on the controller layer without returning 400

lgartrell commented 4 years ago

Possible Plan

  1. find sensor API calls
  2. investigate using postman or some other API querying service to see which controllers accept null parameters
  3. Fix
  4. Test changes

    Teams Impacted

    backend

vmaresca commented 3 years ago

Issue was already completed.