-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1176 from stratosphereips/alya/remove_feed_from_c…
…ache_if_not_in_given_config Remove feed from cache if not in given config
- Loading branch information
Showing
4 changed files
with
61 additions
and
7 deletions.
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# SPDX-FileCopyrightText: 2021 Sebastian Garcia <[email protected]> | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
class Constants: | ||
LOADED_TI_FILES = "loaded TI files" | ||
LOADED_TI_FILES = "loaded_TI_files_number" | ||
TI_FILES_INFO = "TI_files_info" | ||
GIVE_TI = "give_threat_intelligence" | ||
# all keys starting with IoC_* are used for storing IoCs read from | ||
|
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