VirusTotal / yara-python

The Python interface for YARA

Home Page:http://virustotal.github.io/yara/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation is not updated to reflect changes in 4.3.0

seanthegeek opened this issue · comments

The documentation at https://yara.readthedocs.io/en/stable/yarapython.html is outdated, and does not mention the changes made in 4.3.0. For example, the documentation still states:

The strings fields is a list of matching strings, with vectors of the form:
(<offset>, <string identifier>, <string data>)

But in 4.3.0, this was changed from a tuple to a StringMatch object.

There might be other outdated parts of the documentation.

See also: #226

Thanks for the catch. Fixed the docs with VirusTotal/yara#1909.

Looks like the change hasn't been pushed to readthedocs yet.