matiargs
75c0a750c1
Keep orientation metadata
2024-07-18 15:04:24 +00:00
jvoisin
a47ac01eb6
Remove a duplicate function
...
This is a leftover from today's best-effort merges.
2024-04-05 19:51:14 +02:00
Alex Marchant
156855ab7e
Remove dangling references from document.xml.rels
...
The file `word/_rels/document.xml.rels` is similar to `[Content_Types].xml` and
has references to other files in the archive. If those references aren't
removed Word refuses to open the document. # Please enter the commit message
for your changes. Lines starting
2024-04-05 18:45:58 +02:00
jvoisin
09672a2dcc
Merge branch 'alexmarchant-utf-8-encode-all'
2024-04-05 18:33:30 +02:00
Alex Marchant
f2c898c92d
Strip comment references from document.xml
2024-04-05 18:31:49 +02:00
Alex Marchant
f931a0ecee
Make utf-8 explicit in all tree.write calls
2024-04-03 15:27:48 -04:00
Alex Marchant
61f39c4bd0
Strip comment references from document.xml
2024-04-03 15:20:00 -04:00
Alex Marchant
17e76ab6f0
Update comments file regex
2024-04-03 14:49:39 -04:00
jvoisin
0fcafa2edd
Raise a ValueError for invalid FLAC files to please mypy
2023-11-13 15:03:42 +01:00
Romain Vigier
7405955ab5
parsers: Inherit the sandbox option when creating additional parsers
2023-11-13 13:11:35 +01:00
jvoisin
abcdf07ef4
Properly handle a cairo exception
2023-09-07 16:31:34 +02:00
Jason Smalls
8c26020f67
Add more files to ignore for MSOffice documents
2023-07-11 21:38:22 +02:00
Jason Smalls
a0c97b25c4
Add a variant mimetype for bmp
2023-07-11 21:35:04 +02:00
Jason Smalls
1bcb945360
Harden get_meta in archive.py against variants of CVE-2022-35410
2023-07-11 21:31:53 +02:00
jvoisin
1b9608aecf
Use proper type annotations instead of comments
2023-05-03 22:28:02 +02:00
jvoisin
2ac8c24dac
Make use of is_dir/isdir for archives
2023-05-03 22:19:19 +02:00
Gu1nn3zz
6061f47231
fix: Typing in the parser factory
2023-03-07 17:37:56 +00:00
jvoisin
e41390eb64
Explicitly pass a parameter to functools.lru_cache
2023-01-31 20:42:39 +01:00
jvoisin
3cb3f58084
Another typing pass
2023-01-28 17:22:26 +01:00
jvoisin
39fb254e01
Fix the type annotations
2023-01-28 15:57:20 +00:00
jvoisin
1f73a16ef3
imghdr is deprecated
2023-01-14 15:38:12 +01:00
jvoisin
62a45c29df
Improve xlsx support
2022-12-25 18:05:13 +01:00
jvoisin
180ea24e5a
Remove pyflakes
...
Isn't borderline useless compared to mypy and pylint
2022-11-21 19:57:38 +01:00
jvoisin
6d93cf9397
Remove deprecated pylint checks
2022-10-09 21:14:20 +02:00
jvoisin
b1a16b334f
Get rid of a deprecated check
...
Nobody should be using Poppler < 0.46
2022-10-09 21:11:02 +02:00
jvoisin
0501359600
Please pylint
2022-10-09 21:04:19 +02:00
jvoisin
cc5be8608b
Simplify the typing annotations
2022-08-28 22:29:06 +02:00
jvoisin
2dd196c2c7
Make use of cache to get binary paths
2022-08-05 20:43:37 +02:00
jvoisin
beebca4bf1
Prevent arbitrary file read via zip archives
...
A zip file with a file pointing to /etc/passwd would, upon being cleaned by
mat2, produce a file with the filesystem's /etc/passwd file.
2022-07-05 16:27:07 +02:00
jvoisin
e2c4dbf721
Show a scary message in case of path traversal attempt
2022-07-05 15:30:10 +02:00
jvoisin
704367f91e
Add support for HEIC files
...
Thanks to Maxime Morin ( https://www.maijin.fr/ )
for the patch.
2022-05-15 18:57:27 +02:00
jvoisin
2639713709
Minor cleanup
2022-05-05 22:00:09 +02:00
jvoisin
697e9583b9
Please the linters
2022-03-29 22:18:06 +02:00
jvoisin
5ccddae7f5
Fix the PDF version
...
This should prevent the testsuite from breaking,
and marginally increase fingerprinting resistance.
2022-03-28 22:34:57 +02:00
jvoisin
12582ba2f5
Try to use modern rsvg functions when we can
2022-03-16 20:23:49 +01:00
jvoisin
3378f3ab8c
Please pylint by iterating on dict directly, instead of calling .keys()
2021-12-26 15:23:26 +01:00
jvoisin
d555a02c90
Increase audio processing robustness
2021-12-19 22:33:28 +01:00
jvoisin
143bb0a5f3
Add a check for weird audio files, instead of crashing
2021-12-18 19:43:21 +01:00
jvoisin
a1a7c76dc9
Make mat2 more robust wrt. weird audio files
2021-12-14 23:30:13 +01:00
jvoisin
01b39aa68c
Make libmat2 more robust against corrupted zip files
2021-12-13 19:44:44 +01:00
jvoisin
e312868c4e
Increase a bit the robustness of mat2
...
Those issues were found via https://github.com/google/atheris
2021-12-13 19:00:41 +01:00
jvoisin
22199df4d0
Please the linters wrt. the previous commit
2021-12-09 16:58:24 +01:00
Denis 'GNUtoo' Carikli
1703ed6ebb
zip archives: keep individual files compression type
...
While hardcoding the compression to zipfile.ZIP_DEFLATED works for
most use cases of mat, being able to produce cleaned up uncompressed
zip files is useful for content that cannot be compressed more.
In addition it also enables to use mat2 for reproducible builds of
Android bootanimation files file that don't support compression.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-12-08 18:36:39 +01:00
jvoisin
1c4e98425a
Make the linter happier
2021-11-23 17:34:14 +01:00
jvoisin
fb7440ab5d
Please a bit the CI
2021-11-21 11:02:22 +01:00
georg
08a5792a9a
libmat2/pdf: Drop printing 'lol'
...
It seems this was committed without intention to do so.
2021-07-29 15:40:37 +00:00
Antonio Eugenio Burriel
3b094ae449
Fix pdf issues on printers
...
pyCairo by default renders the PDF surfaces with a resolution of 72
dpi which is so low that the bitmap gets blurred compared to original.
Since pyCairo 1.12.0, a new method set_device_scale(x_scale, y_scale)
is added, which allows changing the canvas resolution.
2021-07-25 14:12:57 +02:00
jvoisin
0b094b594b
Improve xlsx support
...
This should close #156
2021-07-14 23:34:02 +02:00
jvoisin
8c1107c358
Make cairo behave in a less idiotic way
...
Because raising errors when unable to process
stuff instead of an exception is dumb.
2021-06-21 22:39:45 +02:00
jvoisin
bf0c777cb9
Improve support for xlsx files
2021-05-20 18:16:28 +02:00