mirror of
https://github.com/mvt-project/mvt.git
synced 2026-02-18 03:12:46 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a707c288a | ||
|
|
4c906ad52e | ||
|
|
a2f8030cce |
@@ -6,7 +6,7 @@
|
||||
import requests
|
||||
from packaging import version
|
||||
|
||||
MVT_VERSION = "1.4.2"
|
||||
MVT_VERSION = "1.4.3"
|
||||
|
||||
|
||||
def check_for_updates():
|
||||
|
||||
@@ -298,5 +298,5 @@ def check_iocs(ctx, iocs, list_modules, module, folder):
|
||||
# Command: download-iocs
|
||||
#==============================================================================
|
||||
@cli.command("download-iocs", help="Download public STIX2 indicators")
|
||||
def download_indicators():
|
||||
def download_iocs():
|
||||
download_indicators_files(log)
|
||||
|
||||
@@ -234,6 +234,8 @@ IPHONE_IOS_VERSIONS = [
|
||||
{"build": "19A404", "version": "15.0.2"},
|
||||
{"build": "19B74", "version": "15.1"},
|
||||
{"build": "19B81", "version": "15.1.1"},
|
||||
{"build": "19C56", "version": "15.2"},
|
||||
{"build": "19C63", "version": "15.2.1"},
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user