-
Notifications
You must be signed in to change notification settings - Fork 296
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 dynamic config #2372
Merged
Merged
Changes from all commits
Commits
Show all changes
75 commits
Select commit
Hold shift + click to select a range
19a1972
remove obsolete tests and data
elsif2 2dec6ec
remove json parser - csv provides better performance
elsif2 0454961
dynamic configuration model
elsif2 0a39e0d
revised tests
elsif2 94b22fb
Updated to reset report type on reload #2361
elsif2 b2f9bc3
Added schema download on startup and additional logging
elsif2 d5cf063
Added version support to the schema update function.
elsif2 1e6ea89
Documentation and style updates.
elsif2 fc3f5b0
Added schema.json.test.license.
elsif2 b996e0e
Updates in response to feedback.
elsif2 661a964
Removed file_format parameter
elsif2 a045bee
Minor changes based on feedback 2023-08-24
elsif2 0660a89
Added VAR_STATE_PATH check.
elsif2 33370cf
Changes based on feedback 2023-08-25.
elsif2 bd76ab7
Added INTELMQ_SKIP_INTERNET check
elsif2 6e5e110
Added debug logging for CI test.
elsif2 01dcd5e
Refactored test_download_schema to utilize mocking.
elsif2 9314c84
Added docstring for test_update_schema().
elsif2 2f11b2a
Removed logging output.
elsif2 46f2ca7
Removed the assertion regarding report fields.
elsif2 d0311e0
remove obsolete tests and data
elsif2 b5416c7
remove json parser - csv provides better performance
elsif2 876a414
dynamic configuration model
elsif2 b917a94
revised tests
elsif2 eafa15b
Updated to reset report type on reload #2361
elsif2 b2753cb
Added schema download on startup and additional logging
elsif2 fd0a8fd
Added version support to the schema update function.
elsif2 357aad5
Documentation and style updates.
elsif2 37c6745
Added schema.json.test.license.
elsif2 ee8ce87
Updates in response to feedback.
elsif2 4a73f0b
Removed file_format parameter
elsif2 e413fb5
Minor changes based on feedback 2023-08-24
elsif2 df6e622
Added VAR_STATE_PATH check.
elsif2 9195213
Changes based on feedback 2023-08-25.
elsif2 cc48565
Added INTELMQ_SKIP_INTERNET check
elsif2 16daee4
Added debug logging for CI test.
elsif2 f102f2c
Refactored test_download_schema to utilize mocking.
elsif2 b103282
Added docstring for test_update_schema().
elsif2 356b956
Removed logging output.
elsif2 c72d553
Removed the assertion regarding report fields.
elsif2 3b60c2f
Skip and log a warning message for fields not in the IDF.
elsif2 28d306d
Merge branch 'shadowserver-dynamic-config' of https://github.com/cert…
elsif2 afce131
Merge branch 'develop' into shadowserver-dynamic-config
elsif2 473f6a6
remove obsolete tests and data
elsif2 a33fa64
remove json parser - csv provides better performance
elsif2 cd3338a
dynamic configuration model
elsif2 b081509
revised tests
elsif2 c6108d6
Updated to reset report type on reload #2361
elsif2 308ec67
Added schema download on startup and additional logging
elsif2 9ecf366
Added version support to the schema update function.
elsif2 9c4a1a4
Documentation and style updates.
elsif2 e4f9ac4
Added schema.json.test.license.
elsif2 460344f
Updates in response to feedback.
elsif2 fec1fd2
Removed file_format parameter
elsif2 fe2a37c
Minor changes based on feedback 2023-08-24
elsif2 ec066ce
Added VAR_STATE_PATH check.
elsif2 d1427f3
Changes based on feedback 2023-08-25.
elsif2 ae54e7c
Added INTELMQ_SKIP_INTERNET check
elsif2 e4e5063
Added debug logging for CI test.
elsif2 1280482
Refactored test_download_schema to utilize mocking.
elsif2 2a60d2e
Added docstring for test_update_schema().
elsif2 e401e2c
Removed logging output.
elsif2 66ae9f5
Removed the assertion regarding report fields.
elsif2 e04dfee
Skip and log a warning message for fields not in the IDF.
elsif2 6f23883
Updated convert_http_host_and_url and added category_or_detail.
elsif2 606fc10
Merge branch 'shadowserver-dynamic-config' of https://github.com/cert…
elsif2 a0b34cb
Avoid exception when a conversion function is not available in the cu…
elsif2 61c756d
Added exception for missing schema and added intelmq user to the cron…
elsif2 a3a3aee
Merge branch 'shadowserver-dynamic-config' into develop
elsif2 307386d
Documentation update.
elsif2 ac04471
Removed old unsorted doc and updated the taxonomy functions for the s…
elsif2 04c63a4
Merge branch 'develop' into shadowserver-dynamic-config
elsif2 7a7a6a6
Merge branch 'develop' into shadowserver-dynamic-config
kamil-certat 0c0cb68
Merge branch 'develop' into shadowserver-dynamic-config
elsif2 4743ba9
Merge branch 'develop' into shadowserver-dynamic-config
aaronkaplan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changelog entry is in the wrong section (3.2.0) instead of 3.2.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can be fixed with #2447