htlengine
htlengine copied to clipboard
An HTL (Sightly) Interpreter/Compiler for Node.js
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/adobe/htlengine). ## Config Migration Needed - [ ]...
I've been tasked with updating an old repo from HTLEngine v3.2.5 to latest (v6.4.22 at the time of writing this) as we have dependency vulnerabilities. A number of templates are...
### Expected Behaviour I should be able to override the accepted list of elements allowed by data-sly-element. ### Actual Behaviour Currently it's static for some reason. ### Reproduce Scenario (including...
Tracking issue for: - [ ] https://github.com/adobe/htlengine/security/code-scanning/4
Tracking issue for: - [ ] https://github.com/adobe/htlengine/security/code-scanning/1
There is no @types package for adobe HTL engine and we are not able to use it with our typescript code. Can you please provide @types Thanks .
I tried to follow the example from the readme to render a template. Based on reading the code of `src/cli.js` it seems like the correct invocation is e.g., `node src/cli.js...
Hi All! I think there is an error in file "simple2.html" (test/templates/simple2.html) that invalidates the result of some tests like "Engine Test". I notice that for test case "Engine Test"...
During runtime resources can be loaded recursively. ## Example For example if we would have the following resource loading: ``` main.htl -> child.htl -> grandchild.htl -> grandchild.htl ``` click here...
lodash is used for very trivial checks: https://github.com/adobe/htlengine/blob/56f6733d3b9f1b1535d2ad738e520200ed5f9e90/src/runtime/xss_api.js#L285 https://github.com/adobe/htlengine/blob/56f6733d3b9f1b1535d2ad738e520200ed5f9e90/src/runtime/xss_api.js#L289 https://github.com/adobe/htlengine/blob/56f6733d3b9f1b1535d2ad738e520200ed5f9e90/src/runtime/xss_api.js#L301 https://github.com/adobe/htlengine/blob/56f6733d3b9f1b1535d2ad738e520200ed5f9e90/src/runtime/xss_api.js#L315 maybe we can remove `lodash` to reduce the amount of security warnings poping up for lodash