Anki/pylib
Damien Elmes f3acf5fe59 Ensure media files are passed relative to the media folder (#4041)
We were (partially) doing this for MpvManager, but not for
Windows' SimpleMpvPlayer. By passing a media file starting
with a special scheme, a malicious actor could have caused a file to
be written to the filesystem on Windows.

Thanks once again to Michael Lappas for the report.

(cherry picked from commit 96ff27d1fb)
2025-06-01 14:10:23 +07:00
..
anki Ensure media files are passed relative to the media folder (#4041) 2025-06-01 14:10:23 +07:00
rsbridge Bump Rust to 1.84 2025-01-26 18:51:21 +11:00
tests Improve exception handling (#3290) 2024-08-04 20:51:13 +07:00
tools Improve exception handling (#3290) 2024-08-04 20:51:13 +07:00
.gitignore symlink generated .py/.pyi into tree to fix Python code completion 2020-12-16 11:36:42 +10:00
README.md minor doc updates 2020-12-11 22:37:12 +10:00

Anki's Python library code is in anki/.

The Rust/Python extension module is in rsbridge/; it references the library defined in ../rslib.