diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2023-11-02 16:05:21 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-02 10:39:36 -0700 |
| commit | 6fdacd0f2bf8ee302e1a18278fc344d813105f99 (patch) | |
| tree | 8c90a006d85af05c4925b883b6288bc4ab5e1470 /meta-python/recipes-devtools/python/python3-oletools_0.60.1.bb | |
| parent | dd00fe1618d72883764c95f90e2505844b34db5f (diff) | |
| download | meta-openembedded-6fdacd0f2bf8ee302e1a18278fc344d813105f99.tar.gz | |
python3-oletools: add recipe
Add oletools, Python tools to analyze security characteristics of
MS Office and OLE files. Version 0.60.1 changelog:
- olevba:
fixed a bug when calling XLMMacroDeobfuscator
removed keyword "sample" causing false positives
- oleid: fixed OleID init issue
- oleobj:
added simple detection of CVE-2021-40444 initial stage
added detection for customUI onLoad
improved handling of incorrect filenames in OLE package
- rtfobj: fixed code to find URLs in OLE2Link objects for Py3
- ftguess:
added PowerPoint and XPS formats
fixed issue with XPS and malformed documents
added XLSB format
- improved logging with common module log_helper
This work was sponsored by GOVCERT.LU.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-oletools_0.60.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-oletools_0.60.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-oletools_0.60.1.bb b/meta-python/recipes-devtools/python/python3-oletools_0.60.1.bb new file mode 100644 index 0000000000..fbb7955d6f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-oletools_0.60.1.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "Python tools to analyze security characteristics of MS Office and OLE files" | ||
| 2 | HOMEPAGE = "https://github.com/decalage2/olefile" | ||
| 3 | LICENSE = "BSD-2-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=d7dd4b0d1f7153322a546e89b5a0a632" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "67a796da4c4b8e2feb9a6b2495bef8798a3323a75512de4e5669d9dc9d1fae31" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "oletools" | ||
| 11 | PYPI_PACKAGE_EXT = "zip" | ||
