- 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 23, 2019
-
-
Julien (jvoisin) Voisin authored
Some terminals with a small number of column could wrap the cli's output in a way that would make the testsuite fail. This commit break the tests in several smaller one to mitigate this. This issue was originally reported by eleius [here](https://github.com/actionless/pikaur/issues/433), and forwarded as #153.
-
- 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
-
- Dec 08, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Dec 02, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Dec 01, 2019
-
-
georg authored
-
- Nov 30, 2019
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
There is a bug in Python3.8 (https://bugs.python.org/issue38688) triggering an infinite recursion when copying a tree in a subfolder of the current one. We're working around it by using a list instead of an iterator, so that Python won't "discover" the target folder as part of the source files. This should fix #130
- Nov 27, 2019
-
- Nov 26, 2019
-
-
georg authored
It seems, despite the name, both packages depend on Python 3. However, pylint3 seems deprecated, and upstream recommends to install pylint: https://www.pylint.org/#install The current versions of both packages in Debian unstable are: pylint 2.4.4-1 pylint3 2.2.2-1 This commit fixes failing CI jobs due to the use of pylint3 2.2.2-1, which seems broken.
-
Julien (jvoisin) Voisin authored
-
- Nov 25, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Oct 17, 2019
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Oct 13, 2019
-
-
Julien (jvoisin) Voisin authored
Mat2 (the cli) will now copy the input file permissions to the output file.
-
- 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
-
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
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
This is related to the previous commit
-
Julien (jvoisin) Voisin authored
nsids are random identifiers, usually used to ease merging between documents, and can trivially be used for fingerprinting.
-