Files
teleport/lib/utils
rosstimothy 5870768c88 Stop using text/template and html/template to enable DCE (#65401)
All existing template usage was converted to make use of
github.com/DataDog/datadog-agent/pkg/template. The DataDog package
is a fork of the stdlib template packages with method calling
removed so that reflect.MethodByName does not prevent DCE.

There were a handful of method calls in our templates that were trivially
changed to use custom functions defined via FuncMaps or specifying the
calculated value to the template instead of calling a function in the template.

A future change will add linter rules to prevent new text/template or
html/imports from landing. They have not been included here so as
to not to break enterprise code while it is migrated.
2026-04-22 15:54:43 +00:00
..
2025-12-15 22:30:52 +00:00
2025-10-01 20:30:50 +00:00
2025-08-01 18:42:18 +00:00
2025-07-15 18:11:10 +00:00
2025-09-22 20:42:45 +00:00
2026-04-22 14:57:55 +00:00
2024-12-19 15:08:04 +00:00
2025-10-06 17:10:50 +00:00
2025-08-01 18:42:18 +00:00
2025-05-07 22:14:51 +00:00
2025-10-29 15:19:44 +00:00