CodeIgniter Forums
CodeIgniter Simple and Secure Twig - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: CodeIgniter Simple and Secure Twig (/showthread.php?tid=61849)

Pages: 1 2 3 4


RE: CodeIgniter Simple and Secure Twig - kenjis - 03-27-2016

@mstdmstd
You can use config file for the library. That is `application/config/twig.php`.
You can see sample: https://github.com/kenjis/codeigniter-ss-twig/pull/8


RE: CodeIgniter Simple and Secure Twig - kenjis - 08-13-2018

I've just released v0.3.0: https://github.com/kenjis/codeigniter-ss-twig/releases


RE: CodeIgniter Simple and Secure Twig - kenjis - 03-22-2019

Update your Twig!

Twig: Sandbox Information Disclosure
Twig 1.0.0 to 1.37.1 and 2.0.0 to 2.6.2 are affected by this security issue.
The issue has been fixed in Twig 1.38.0 and 2.7.0.
https://symfony.com/blog/twig-sandbox-information-disclosure


RE: CodeIgniter Simple and Secure Twig - kenjis - 12-10-2020

Hi there!

I've started to develop codeigniter-ss-twig for CodeIgniter 4!
See https://github.com/kenjis/codeigniter-ss-twig/tree/4.x

[edited]
This post may be wrong place. So I created a topic on CodeIgniter 4 Addins:
https://forum.codeigniter.com/thread-78185.html


RE: CodeIgniter Simple and Secure Twig - kenjis - 02-04-2021

I have released codeigniter-ss-twig v4.0.0 for CI4.
So if you install codeigniter-ss-twig for CI3 via Composer,
set the version number:
Code:
$ cd /path/to/codeigniter/
$ composer require kenjis/codeigniter-ss-twig:^1.0