Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plyara version changes #57

Open
Taskr opened this issue Feb 2, 2019 · 1 comment
Open

Plyara version changes #57

Taskr opened this issue Feb 2, 2019 · 1 comment

Comments

@Taskr
Copy link
Contributor

Taskr commented Feb 2, 2019

Newer versions of plyara have different output and semantics - will need to adjust YaraGuardian accordingly.

@halos
Copy link

halos commented Jun 6, 2019

Since plyara version 2, metadata field in parsed rules changed from a dict to a list of dicts. You can see 'complaints' about this in this issue: plyara/plyara#52

It would be easier if you force or recommend to use some specific version. Last plyara version that returns a dict is 1.4.1.

This would be helpful too with the Django version, as some views name were refactored:

auth_views.password_reset_confirm, {'template_name': 'prelogin/ResetPassword.html'},
and
auth_views.password_reset_complete, {'template_name': 'prelogin/ResetPasswordSuccess.html'},

django version 2.0 is the last version that uses the same view names as you.

BluABK added a commit to BluABK/YaraGuardian that referenced this issue Mar 5, 2020
Should fix issue PUNCH-Cyber#57 on the original repo, where plyara version 2 changed the metadata field in parsed rules from a dict to a list of dicts. You can see 'complaints' about this in this issue: plyara/plyara#52.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants