-
Notifications
You must be signed in to change notification settings - Fork 297
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
ShadowServer parser attempts to download schema even if not configured #2530
Comments
Proposed fix for parser.py: Before:
After:
|
@elsif2 How would it work if there were multiple parser bots? If it doesn't download schema for every bot separately, then I think it looks great :) |
I believe each instance would have the same VAR_STATE_PATH location, so there would only be one copy. |
Spoiler: There's at least one large IntelMQ user which prefers to use a different path for the schema ( |
…mpts-to-download-schema-even-if-not-configured Fix to avoid schema download if not configured #2530.
The schema update call is included in the standard IntelMQ's crontab file in deb distribution. However, the parser does not check if there is any ShadowServer bot configured in the runtime. In a controlled environment it causes unnecessary alerts/errors.
The parser should follow the behaviour of other bots and check if there is any configured parser before attempting to download new schema.
The text was updated successfully, but these errors were encountered: