hugo/tpl/internal/go_templates/htmltemplate
Bjørn Erik Pedersen ee359df172 Fix upstream Go templates bug with reversed key/value assignment
The template packages are based on go1.20.5 with the patch in befec5ddbbfbd81ec84e74e15a38044d67f8785b  added.

This also includes a security fix that now disallows Go template actions in JS literals (inside backticks).

This will throw an error saying "... appears in a JS template literal".

If you're really sure this isn't a security risk in your case, you can revert to the old behaviour:

```toml
[security]
[security.gotemplates]
allowActionJSTmpl = true
```

See https://github.com/golang/go/issues/59234

Fixes #11112
2023-06-15 23:04:33 +02:00
..
testdata deps: Update to Chroma v0.8.2 2020-11-20 09:30:05 +01:00
attr.go tpl: Sync go_templates for Go 1.18 2022-03-16 08:54:25 +01:00
attr_string.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
clone_test.go tpl/internal: Sync go_templates 2022-11-14 22:31:50 +01:00
content.go tpl/internal: Sync Go template src to Go 1.20 2023-02-22 11:26:52 +01:00
content_test.go tpl/internal: Sync go_templates 2022-11-14 22:31:50 +01:00
context.go Fix upstream Go templates bug with reversed key/value assignment 2023-06-15 23:04:33 +02:00
css.go Fix upstream Go templates bug with reversed key/value assignment 2023-06-15 23:04:33 +02:00
css_test.go Fix upstream Go templates bug with reversed key/value assignment 2023-06-15 23:04:33 +02:00
delim_string.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
doc.go Fix upstream Go templates bug with reversed key/value assignment 2023-06-15 23:04:33 +02:00
element_string.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
error.go Fix upstream Go templates bug with reversed key/value assignment 2023-06-15 23:04:33 +02:00
escape.go Fix upstream Go templates bug with reversed key/value assignment 2023-06-15 23:04:33 +02:00
escape_test.go Fix upstream Go templates bug with reversed key/value assignment 2023-06-15 23:04:33 +02:00
example_test.go tpl: Sync go_templates for Go 1.18 2022-03-16 08:54:25 +01:00
examplefiles_test.go tpl: Sync go_templates for Go 1.18 2022-03-16 08:54:25 +01:00
exec_test.go tpl/internal: Sync go_templates 2022-11-14 22:31:50 +01:00
html.go Fix upstream Go templates bug with reversed key/value assignment 2023-06-15 23:04:33 +02:00
html_test.go tpl: Sync go_templates for Go 1.18 2022-03-16 08:54:25 +01:00
hugo_template.go Fix upstream Go templates bug with reversed key/value assignment 2023-06-15 23:04:33 +02:00
js.go Fix upstream Go templates bug with reversed key/value assignment 2023-06-15 23:04:33 +02:00
js_test.go Fix upstream Go templates bug with reversed key/value assignment 2023-06-15 23:04:33 +02:00
jsctx_string.go Fix upstream Go templates bug with reversed key/value assignment 2023-06-15 23:04:33 +02:00
multi_test.go tpl/internal: Sync go_templates 2022-11-14 22:31:50 +01:00
state_string.go Fix upstream Go templates bug with reversed key/value assignment 2023-06-15 23:04:33 +02:00
template.go tpl/internal: Sync go_templates 2022-11-14 22:31:50 +01:00
template_test.go tpl/internal: Sync go_templates 2022-11-14 22:31:50 +01:00
transition.go Fix upstream Go templates bug with reversed key/value assignment 2023-06-15 23:04:33 +02:00
transition_test.go tpl: Sync go_templates for Go 1.18 2022-03-16 08:54:25 +01:00
url.go tpl/internal: Sync go_templates 2022-11-14 22:31:50 +01:00
url_test.go tpl: Sync go_templates for Go 1.18 2022-03-16 08:54:25 +01:00
urlpart_string.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00