Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:MISP/MISP into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
iglocska committed Dec 14, 2023
2 parents d1c0953 + 34533df commit 9db0ced
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion PyMISP
2 changes: 1 addition & 1 deletion app/Controller/AppController.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class AppController extends Controller
public $helpers = array('OrgImg', 'FontAwesome', 'UserName');

private $__queryVersion = '157';
public $pyMispVersion = '2.4.179';
public $pyMispVersion = '2.4.182';
public $phpmin = '7.2';
public $phprec = '7.4';
public $phptoonew = '8.0';
Expand Down
Binary file modified app/files/geo-open/GeoOpen-Country.mmdb
Binary file not shown.
2 changes: 1 addition & 1 deletion app/files/misp-galaxy
2 changes: 1 addition & 1 deletion app/files/warninglists
Submodule warninglists updated 48 files
+16 −4 lists/amazon-aws/list.json
+51 −51 lists/cisco_top1000/list.json
+533 −533 lists/cisco_top10k/list.json
+1,103 −1,103 lists/cisco_top20k/list.json
+252 −252 lists/cisco_top5k/list.json
+1 −1 lists/cloudflare/list.json
+1 −1 lists/covid-19-cyber-threat-coalition-whitelist/list.json
+1 −1 lists/covid-19-krassi-whitelist/list.json
+1 −1 lists/crl-hostname/list.json
+124 −122 lists/crl-ip/list.json
+1 −1 lists/digitalside/list.json
+1 −1 lists/disposable-email/list.json
+4 −1 lists/findip-host/list.json
+1 −1 lists/google-chrome-crux-1million/list.json
+2 −2 lists/google-gcp/list.json
+1 −1 lists/google-gmail-sending-ips/list.json
+1 −1 lists/googlebot/list.json
+2 −1 lists/microsoft-azure-appid/list.json
+3 −1 lists/microsoft-azure-china/list.json
+1 −1 lists/microsoft-azure-germany/list.json
+7 −1 lists/microsoft-azure-us-gov/list.json
+61 −45 lists/microsoft-azure/list.json
+1 −1 lists/microsoft-office365-cn/list.json
+1 −1 lists/microsoft-office365-ip/list.json
+1 −2 lists/microsoft-office365/list.json
+69 −69 lists/moz-top500/list.json
+1 −1 lists/mozilla-CA/list.json
+55 −13 lists/mozilla-IntermediateCA/list.json
+3 −10 lists/openai-gptbot/list.json
+1 −1 lists/phone_numbers/list.json
+1 −1 lists/public-dns-hostname/list.json
+2 −5 lists/public-dns-v4/list.json
+1 −4 lists/public-dns-v6/list.json
+1 −2 lists/second-level-tlds/list.json
+37 −50 lists/smtp-receiving-ips/list.json
+72 −103 lists/smtp-sending-ips/list.json
+1 −1 lists/stackpath/list.json
+1 −1 lists/tenable-cloud-ipv4/list.json
+1 −1 lists/tenable-cloud-ipv6/list.json
+1 −2 lists/tlds/list.json
+72,281 −72,281 lists/tranco/list.json
+418 −418 lists/tranco10k/list.json
+1 −1 lists/umbrella-blockpage-hostname/list.json
+1 −1 lists/umbrella-blockpage-v4/list.json
+1 −1 lists/umbrella-blockpage-v6/list.json
+1 −1 lists/university_domains/list.json
+787 −787 lists/vpn-ipv4/list.json
+1 −1 lists/wikimedia/list.json
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ misp-lib-stix2>=3.0.1.1
mixbox>=1.0.5
plyara>=2.1.1
pydeep2>=0.5.1
pymisp==2.4.179
pymisp==2.4.182
python-magic>=0.4.27
pyzmq>=25.1.1
redis>=5.0.1
Expand Down

0 comments on commit 9db0ced

Please sign in to comment.