Does grafana publish any images which is compiled with fortify_source?

We are looking for grafana images which are compiled with fortify_source to make sure grafana doesn’t have any Object SIze Checking [OSC] issues.

kindly share any info in you are aware of

FORTIFY_SOURCE is a feature available in the GNU C Library that provides runtime protection against certain types of security vulnerabilities

Grafana is Golang-based, so, in my opinion, FORTIFY_SOURCE doesn’t make sense directly.

Thanks for your response @jangaraj . This helps.