| <!-- | |
| Copyright 2021 The Go Authors. All rights reserved. | |
| Use of this source code is governed by a BSD-style | |
| license that can be found in the LICENSE file. | |
| --> | |
| {{define "vuln"}} | |
| <span class="go-Chip go-Chip--vuln"> | |
| <details class="go-Tooltip js-tooltip" data-gtmc="tooltip"> | |
| <summary class="go-textSubtle"> | |
| {{.ID}} | |
| <img class="go-Icon" src="/static/shared/icon/help_gm_grey_24dp.svg" alt="" height="24" width="24"> | |
| </summary> | |
| <p>{{.Details}}</p> | |
| </details> | |
| </span> | |
| {{end}} |