Yun Zheng Hu
Yun Zheng Hu
## Describe the bug When adding a line to a file that does NOT end with a newline in the file can cause the file to get corrupted or get...
I found out that repackaging JAR files and renaming them is a thing in Java land. For example the following elasticsearch APM package is vulnerable but not picked up by...
Currently the bloomfilter files generated on 32bit machines are not compatible on 64 bit machines, and vice versa. One of the causes is the pointer size differences that is used...
Since `strawberry-graphql==0.169.0` mypy gives the following error on `graphql_app = GraphQLRouter(schema)`: ```shell app.py:16: error: Need type annotation for "graphql_app" [var-annotated] Found 1 error in 1 file (checked 1 source file)...
If the scripts directory contained a directory, for example __pycache__ it would try to execute it. This ensures that we only execute files.
CarbonBlack logs can contain interesting information, they reside in the following directory on Windows: - `c:\ProgramData\CarbonBlack\Logs` Some example log files in this directory: - confer.log and confer.log.\*.zip - cblr.log -...
Some internals changed in `dissect.cstruct>=4.0` breaking some things. Either fix the compatibility or pin to older version of `dissect.cstruct`.
When initialising a struct with partial keywords or arguments the other fields become `None` resulting in exceptions, for example when printing the instance of the struct. When initialising without any...