Skip to content

Commit ccc6a79

Browse files
committed
update security posture
1 parent 8c7dbb2 commit ccc6a79

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

‎NEWS.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Lua Template Release Notes
22

33

4+
## Release 1.1.1
5+
6+
- Update security posture.
7+
8+
49
## Release 1.1.0 (2026-07-31)
510

611
- Add Lua 5.5 to the tested versions.

‎SECURITY.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
Lua Template trusts callers, template sources, the Lua runtime, and capabilities exposed by render
66
environments. Templates execute Lua expressions with those capabilities. Applications are
7-
responsible for sandboxing, access control, resource limits, and context-appropriate escaping.
8-
Issues requiring these assumptions to be violated are outside the project's security scope, but may
9-
remain robustness or correctness issues.
7+
responsible for sandboxing, access control, process isolation, resource limits, and
8+
context-appropriate escaping. Issues requiring these assumptions to be violated are outside the
9+
project's security scope, but may remain robustness or correctness issues.

0 commit comments

Comments
 (0)