dlucredativ

Results 9 issues of dlucredativ

Consider the following analysis for attached sample [sneaky.ole.zipped-for-github.zip](https://github.com/decalage2/oletools/files/9182249/sneaky.ole.zipped-for-github.zip): ``` $ file sneaky.ole sneaky.ole: Composite Document File V2 Document, Cannot read section info $ olevba -j sneaky.ole [ { "script_name": "olevba",...

Even small input files can lead to memory exhaustion inside `oletools.olevba.VBA_Parser.open_openxml`, as zipped contents are read into memory (https://github.com/decalage2/oletools/blob/master/oletools/olevba.py#L2876-L2879). As a safety-measure one could implement a configurable limit for those...

:+1: enhancement
olevba

`setproctitle.setproctitle` modifies `/proc//cmdline` as well as `/proc//status`. I would like to modify what is seen via `ps` but retain what e.g. `systemctl status` shows. This is what one gets without...

- Puppet: 7.23 - Module version: 8a71c0d ## How to reproduce (e.g Puppet code you use) Use `gluster::volume` without `options`. ## What are you seeing ``` Evaluation Error: Unknown variable:...

I have seen aggregate reports that I believe to originate from OpenDMARC (they have a `boundary="report_section"`). Those reports contain a `feedback.policy_published.domain` entry of the form `subdomain.example.com`, with `example.com` being the...

This PR translates legacy `defined_with_params` and `ensure_resource(s)` functions to namespaced v4 functions.

`Docker version 29.0.0` cannot host a client `FROM docker:20.10`: ``` Minimum supported API version is 1.44, please upgrade your client to a newer version. ```