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

idea: add a default license and encourage contributors to add a license in the meta section #14

Open
ruppde opened this issue Jan 6, 2023 · 1 comment

Comments

@ruppde
Copy link

ruppde commented Jan 6, 2023

to actually make some use of all the nice rules here, it would be useful if some license would be attached. you could add a default license to the repo and encourage contributors to add a license in the meta section, if they don't like the default e.g.:

private rule webshell_encoded_stats : WEBSHELL PROD {
	meta:
		description = "Webshell having statistical signs of encoded code which gets dynamically executed"
		license = "Detection Rule License 1.1 https://github.com/Neo23x0/signature-base/blob/master/LICENSE"
		license = "https://creativecommons.org/licenses/by-nc/4.0/"
		author = "Arnim Rupp"
		date = "2021/02/07"
	condition:
...
@100DaysofYARA
Copy link
Owner

I like the idea! I've added one for my own rules, will let this percolate to see if other authors are willing to do so!

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