Add verification section to README

Added verification section with LaTeX expression example.
This is a simple expression that has no "external" dependencies.
This commit is contained in:
Hans-Martin Münch 2026-03-10 13:52:24 +01:00 committed by GitHub
parent 497fbe925b
commit 30a0ec183b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
> LaTeX Injection is a type of injection attack where malicious content is injected into LaTeX documents. LaTeX is widely used for document preparation and typesetting, particularly in academia, for producing high-quality scientific and mathematical documents. Due to its powerful scripting capabilities, LaTeX can be exploited by attackers to execute arbitrary commands if proper safeguards are not in place.
## Summary
* [Verification](#verification)
* [File Manipulation](#file-manipulation)
* [Read File](#read-file)
* [Write File](#write-file)
@ -12,6 +12,14 @@
* [Labs](#labs)
* [References](#references)
## Verification
Evaluate the expression "7*7":
```tex
\the\numexpr 7*7\relax
```
## File Manipulation
### Read File