tanner
tanner copied to clipboard
Twig template injection
Add twig template Fix for #381
Pull Request Test Coverage Report for Build 1411
- 19 of 26 (73.08%) changed or added relevant lines in 1 file are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage decreased (-0.05%) to 77.197%
| Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
|---|---|---|---|
| tanner/emulators/twig_template_injection.py | 19 | 26 | 73.08% |
| <!-- | Total: | 19 | 26 |
| Totals | |
|---|---|
| Change from base Build 1400: | -0.05% |
| Covered Lines: | 1581 |
| Relevant Lines: | 2048 |
💛 - Coveralls
@mzfr And what is the pattern to catch this type of attack?
@afeena This kind of injection can be detected by the same regex used for tornado template injection.
That is why I didn't added any new pattern.
@mzfr Are you able to see the results now?
@rjt-gupta no, still having the same problem i.e no error, no result.