- Nov 13, 2020
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
This is now required by ffmpeg
-
Julien (jvoisin) Voisin authored
-
- Nov 12, 2020
-
-
Romain authored
-
- Nov 06, 2020
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
This should increase a bit the compability with Excel files
-
- Jul 22, 2020
-
-
Julien (jvoisin) Voisin authored
-
- May 17, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Apr 06, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Apr 02, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Mar 08, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Mar 07, 2020
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Feb 11, 2020
-
- Feb 08, 2020
-
-
Julien (jvoisin) Voisin authored
This commit takes care of removing residual metadata added by mat2 during the cleaning of pdf.
-
- Jan 01, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Dec 29, 2019
-
-
Julien (jvoisin) Voisin authored
Mypy doesn't like some annotation in web.py, this commits aims at pleasing it.
-
- Dec 18, 2019
-
-
Ivy Fay authored
Mounting new, empty filesystem on /tmp makes impossible to use mat2 for manipulating files stored there. Especially it breaks running tests while creating package and using /tmp as temporary builddir which is common setup in Arch Linux: https://aur.archlinux.org/packages/mat2/#comment-721221
-
- Dec 16, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Dec 15, 2019
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Nov 30, 2019
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Nov 26, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Oct 17, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Oct 12, 2019
-
-
Julien (jvoisin) Voisin authored
Due to bubblewrap's pickiness, mat2 can now be run without a sandbox, even if bubblewrap is installed.
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
Apparently, abstractstaticmethod is deprecated since python3.3.
-
- Oct 05, 2019
-
-
This mounts a new tmpfs on /tmp so any files residing there would be hidden from the sandbox. Many programs store some files in there that might be useful to an attacker. It also drops all capabilities incase it is ever run with extra capabilities for whatever reason.
-
- Sep 21, 2019
-
-
Julien (jvoisin) Voisin authored
On some machines (like mine), `/proc` has to be mounted. Also, since sandboxing with bubblewrap is best effort and assumes that an attacker doesn't have control outside of the file to clean, it's safe to __try__ to enable some bubblewrap features, and to silently fail otherwise.
-
- Sep 01, 2019
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-