{"id":24761710,"url":"https://github.com/driebit/elm-html-unsafe-headers","last_synced_at":"2025-07-18T13:35:44.718Z","repository":{"id":57674980,"uuid":"133949278","full_name":"driebit/elm-html-unsafe-headers","owner":"driebit","description":null,"archived":false,"fork":false,"pushed_at":"2018-05-18T12:50:38.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T19:18:37.587Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/driebit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-18T12:07:18.000Z","updated_at":"2018-05-18T12:50:39.000Z","dependencies_parsed_at":"2022-09-02T14:25:30.803Z","dependency_job_id":null,"html_url":"https://github.com/driebit/elm-html-unsafe-headers","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/driebit%2Felm-html-unsafe-headers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/driebit%2Felm-html-unsafe-headers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/driebit%2Felm-html-unsafe-headers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/driebit%2Felm-html-unsafe-headers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/driebit","download_url":"https://codeload.github.com/driebit/elm-html-unsafe-headers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245104527,"owners_count":20561380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-28T19:19:02.988Z","updated_at":"2025-03-23T13:16:17.802Z","avatar_url":"https://github.com/driebit.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elm-Html-UnsafeHeaders\n\nA library that defines HTML headers with unescaped text.\n\nWhereas the standard headers escape the text (`Html.h1 [] [Html.text \"this \u0026 that\"]` renders as `\u003ch1\u003ethis \u0026amp; that\u003c/h1\u003e`), these headers do not (`Html.UnsafeHeaders.h1 [] \"this \u0026 that\"` renders as `\u003ch1\u003ethis \u0026 that\u003c/h1\u003e`). The latter is unsafe because if the text is user-generated, then a malicious user can insert any HTML or even JavaScript into a page, so use with care.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdriebit%2Felm-html-unsafe-headers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdriebit%2Felm-html-unsafe-headers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdriebit%2Felm-html-unsafe-headers/lists"}