cmu-sei / Polar

Polar is a secure and scalable knowledge graph framework, designed to address the challenges posed by building big data systems in highly regulated environments, and improve observability for DevSecOps Organizations.
Other
9 stars 1 forks source link

Fix panic when pulling runners #4

Closed vonjackets closed 4 months ago

vonjackets commented 4 months ago

The previous logic in gitlab web service did not account for the ip_address field of runners that never contacted the gitlab instance being null. New match case accounts for this to avoid a panic, and the field for ip_address is now optional, supporting serialization of null values.