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

spicy_add_analyzer: Do not use SCRIPTS #34

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

awelzel
Copy link
Contributor

@awelzel awelzel commented Jun 18, 2024

The SCRIPTS parameter for spicy_add_analyzer() is not functional, so rendering it into CMakeLists.txt is confusing [1]. Remove it.

These scripts are installed via zkg.meta's script_dir here in the template.

[1] zeek/cmake#97

The SCRIPTS parameter for spicy_add_analyzer() is not functional, so rendering
it into CMakeLists.txt is confusing [1]. Remove it.

These scripts are installed via zkg.meta's script_dir here in the template.

[1] zeek/cmake#97
@awelzel
Copy link
Contributor Author

awelzel commented Jun 18, 2024

The CMakeLists.txt is also reused for packet and file analyzers which don't have dpd.sig anyhow.

Copy link
Member

@bbannier bbannier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is completely ignored for now this makes sense to me. Not sure about completely removing support for it e.g., by raising deprecation diagnostics or warnings though since it might still offer a convenient API to hook in this functionality in the future.

@ckreibich ckreibich merged commit 3d9b916 into master Jun 20, 2024
4 checks passed
@ckreibich ckreibich deleted the topic/awelzel/add-spicy-analyzer-no-scripts branch June 20, 2024 23:47
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

Successfully merging this pull request may close these issues.

3 participants