Fixed
Details
Assignee
Alejandro GalueAlejandro GalueReporter
Alejandro GalueAlejandro GalueComponents
Fix versions
Affects versions
Priority
Minor
Details
Details
Assignee
Alejandro Galue
Alejandro GalueReporter
Alejandro Galue
Alejandro GalueComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created August 19, 2016 at 4:00 PM
Updated September 15, 2016 at 7:23 PM
Resolved September 15, 2016 at 3:23 PM
The end point in question is used to retrieve all the available fields of the OnmsAssetRecord entity. It does a simple class introspection to obtain all the getters.
The problem is that it is including fields that are not supposed to be overridable like:
id
class
geolocation
node
Those fields should be blacklisted or removed from the available list of fields prior return it to the client.