Skip to content

Commit

Permalink
[flashpoint] Change flashpoint misp endpoint from http to https (#2656)
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfByttner authored Sep 14, 2024
1 parent e2e10ce commit 8b1699c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external-import/flashpoint/src/mispfeed.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def __init__(
threading.Thread.__init__(self)
self.helper = helper
self.misp_feed_url = (
"http://api.flashpoint.io/technical-intelligence/v1/misp-feed"
"https://api.flashpoint.io/technical-intelligence/v1/misp-feed"
)
self.misp_feed_ssl_verify = True
self.misp_api_key = flashpoint_import_api_key
Expand Down

0 comments on commit 8b1699c

Please sign in to comment.