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

Integrate CCCS-YARA #15

Open
MatejKastak opened this issue Aug 27, 2022 · 0 comments
Open

Integrate CCCS-YARA #15

MatejKastak opened this issue Aug 27, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@MatejKastak
Copy link
Member

CCCS-YARA is a validator for YARA rules. From the perspective of YLS it can be viewed as a linter.

We should create a new yls plugin, so that only people can easily choose to optionally install this functionality.

  • We will need to find a way to install it. Looking at the repository and searching on PyPI it seems it is not packaged as a python package.
  • Create a wrapper over the script to run it and parse the problems
  • Run it on every linting hook

The first version of this plugin should support only linting with this tool.

@MatejKastak MatejKastak added enhancement New feature or request help wanted Extra attention is needed labels Aug 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Development

No branches or pull requests

1 participant