Martin Čarnogurský

Results 17 issues of Martin Čarnogurský

Hello, I am trying to install yara-python on my mac (from pypi, 4.0.2 version) which complaints about missing "lexer.h" header file during compilation. I found out that this header file...

With the recent news on attacks leveraging the non-ascii characters, implement a new analyzer that would flag such characters as suspicious, namely: - strings containing non-ascii characters - variable names...

enhancement
good first issue

Aura has support for defining output plugins to output the data in various formats. There are already several output formats built-in such as JSON, SQLite, text etc... however the documentation...

documentation

This repository: https://github.com/Yara-Rules/rules looks like a very good candidate for including built-in yara rules, especially the packer and obfuscation detection rules. As this is a third-party repo, an update mechanism...

enhancement

Add raw file analyzer to data pipeline that integrates with the ClamAV for scanning input files, this would be particularly helpful during global PyPI scans. Preliminary research however shows that...

enhancement
good first issue

As part of the ML roadmap, add a new feature extractor to the AST visitor to extract the data suitable for code2vec and related ML tasks.

enhancement

There is already an experimental `ngram.py` in the repository root that is able to extract n-gram features from the source code in the JSON format. This extractor needs to be...

enhancement

Hello, I have recently bought [Archer T2U plus wifi adapter](https://www.tp-link.com/en/home-networking/high-gain-adapter/archer-t2u-plus/) and tried the driver included in this repository. The installation went without the errors and upon reboot the adapter is...

from reproducible builds: { "operation": "M", "diff": null, "similarity": 0.0, "a_ref": "click-8.1.3-py3-none-any.whl$click/py.typed", "a_md5": "d41d8cd98f00b204e9800998ecf8427e", "a_mime": "inode/x-empty", "a_size": 0, "b_ref": "click-8.1.3-py3-none-any.whl$click/py.typed", "b_md5": "d41d8cd98f00b204e9800998ecf8427e", "b_mime": "inode/x-empty", "b_size": 0 }, empty file is...

It might be helpful to have an option to enable showing doc string in traceback if the function has it defined in `__doc__` attribute near the traceback explanation section to...

enhancement