Files
codeql/python/ql/test/experimental/library-tests/frameworks
Rasmus Wriedt Larsen 54e6f51512 Python: Add example of C-based PyYAML loaders
```
In [6]: yaml.load("!!python/object/new:os.system [echo EXPLOIT!]", yaml.CLoader)
EXPLOIT!
Out[6]: 0
```
2021-03-18 11:50:59 +01:00
..
2020-11-02 17:59:51 +01:00
2020-11-02 17:59:51 +01:00
2020-12-14 10:56:47 +01:00