Commit Graph

2662 Commits (req_py37)

Author SHA1 Message Date
Raphaël Vinot d676df8966 chg: Bump new minimal python version to 3.7 2022-02-06 15:39:22 +01:00
Raphaël Vinot 04b29d931a chg: Bump deps 2022-02-04 13:39:08 +01:00
Alexandre Dulaunoy 767b4bc81c
Merge pull request #823 from Felix83000/patch-1
Create add_filetype_object_from_csv.py
2022-02-04 10:53:14 +01:00
Alexandre Dulaunoy e5ac59578b
chg: [misp-objects] updated to the latest version 2022-02-04 10:45:04 +01:00
Félix Herrenschmidt 15a3c67235
Create add_filetype_object_from_csv.py 2022-02-03 16:56:50 +01:00
Alexandre Dulaunoy cdf2ee08c1
chg: [FIPS] no clean way to support OpenSSL hashlib interface for FIPS 2022-01-27 15:56:16 +01:00
Alexandre Dulaunoy 14bf1f8189
chg: [FIPS] falling back on older version of Python not having usedforsecurity 2022-01-27 15:47:37 +01:00
Alexandre Dulaunoy 1efc735fb3
fix: [mispevent] cannot type 2022-01-27 15:34:18 +01:00
Alexandre Dulaunoy 6e018a4582
chg: [FIPS] in some cases, the `usedforsecurity` is not used. So fail if
the FIPS compliance is required and then the `usedforsecurity` is
disabled
2022-01-27 15:29:15 +01:00
Alexandre Dulaunoy 02bc129341
chg: [feeds] FIPS: when MD5 hashes are generated for fast-lookup it's not for security.
hashlib provides an option to tell if the hash is used for security or
not. By default, it's set to True. For the feed cache generation, it's
not. Then usedforsecurity=False

Ref: https://csrc.nist.gov/csrc/media/publications/fips/140/2/final/documents/fips1402annexa.pdf
2022-01-27 15:20:57 +01:00
Raphaël Vinot 103137411d chg: Bump deps 2022-01-22 01:46:03 +01:00
Alexandre Dulaunoy 4ce445721d
Merge pull request #819 from imidoriya/main
Add feed option for local tag exclusion
2022-01-19 22:48:15 +01:00
deku c8d633f15b Add feed option for local tag exclusion #817 2022-01-19 21:30:30 +00:00
Raphaël Vinot 0dd2203c52
Merge pull request #818 from JakubOnderka/pydeep2
Pydeep2
2022-01-16 22:52:18 +01:00
Jakub Onderka 062983707d new: [dep] Use pydeep2 instead of pydeep 2022-01-16 20:41:05 +01:00
Raphaël Vinot 75cb39e0ca fix: Make mypy happy 2022-01-13 08:32:30 +01:00
Raphaël Vinot a3634742b3 chg: Bump deps, objects 2022-01-13 08:18:38 +01:00
Raphaël Vinot d991e53f9a chg: Bump changelog 2021-12-22 11:10:13 +01:00
Raphaël Vinot ae3c358dca chg: Bump version 2021-12-22 11:08:46 +01:00
Raphaël Vinot 43296cce45 chg: Bump deps, object templates 2021-12-22 11:07:38 +01:00
Raphaël Vinot e803d1358d chg: Bump objects templates 2021-12-20 13:18:30 +01:00
Raphaël Vinot 5e1e2b532f chg: Bump misp-objects 2021-12-20 12:05:32 +01:00
Raphaël Vinot 6d6072b709 chg: lief doesn't supports python 3.10 2021-12-20 12:04:03 +01:00
Raphaël Vinot a2c3a842d7 chg: Debug poetry install, freezes on the GHA 2021-12-20 11:44:46 +01:00
Raphaël Vinot 4e3b705b0d chg: Bump deps, use pytest 2021-12-20 11:18:43 +01:00
Raphaël Vinot bc37a03174 fix: Update live tests to support proper format of SGs 2021-11-30 11:41:53 +01:00
Christophe Vandeplas afedd8d90b fix: [sharinggroups] Fixes wrong model for SharingGroupOrg 2021-11-30 10:43:44 +01:00
Raphaël Vinot 167438ba13
Merge pull request #809 from cvandeplas/feature-feedgenerator-sharinggroups
chg: [feed-generator] support for distribution and sharing groups
2021-11-29 07:46:06 -08:00
Christophe Vandeplas 38105f68b0 fix: [feed-generator] code style fixes 2021-11-29 16:35:12 +01:00
Christophe Vandeplas dd5b448760 fix: [feed-generator] keeping function compatibility 2021-11-29 16:26:57 +01:00
Christophe Vandeplas 79f4107b7f fix: [feed-generator] fix missing except type 2021-11-29 16:16:54 +01:00
Christophe Vandeplas a9970d3078 chg: [feed-generator] support for distribution and sharing groups 2021-11-29 15:54:34 +01:00
Raphaël Vinot 8b66d5f753 chg: Bump changelog 2021-11-19 01:53:13 -08:00
Raphaël Vinot a6fd8ca4b2 chg: Bump version 2021-11-19 01:52:14 -08:00
Raphaël Vinot 474794992b chg: Bump misp-objects 2021-11-17 11:50:01 -08:00
Alexandre Dulaunoy 72fb17c350
Merge pull request #806 from MISP/feature-feedgenerator-exclude-malwares
Feature feedgenerator exclude malwares
2021-11-17 15:08:41 +01:00
Sami Mokaddem 57de6de139
chg: [feed-generator] Make the feature to exlude attribute type more generic 2021-11-17 12:38:25 +01:00
Sami Mokaddem 820eb77cff
fix: [feed-generator] Revert back the event initial search to use the index endpoint instead of RestSearch
Relying on RestSearch was offering more flexibility than index in terms of filtering options,
however, it might introduce a significant overhead potentially leading to timeout.
2021-11-17 12:35:26 +01:00
Sami Mokaddem 93cff2e50e
chg: [feed-generator] Added exclude malware samples option 2021-11-05 11:37:10 +01:00
Raphaël Vinot cac1bc34e4 chg: Bump deps, chardet is required by pyfaup 2021-11-02 16:17:14 -07:00
Alexandre Dulaunoy f0e46891db
Merge pull request #804 from samitainio/patch-1
new: Add Blind Carbon Copy (bcc) headers
2021-11-01 15:16:04 +01:00
Sami Tainio 25fb7b5a28
chg: Removed a whitespace 2021-11-01 13:41:51 +02:00
Sami Tainio 8772c1fa5e
new: Add Blind Carbon Copy (bcc) headers 2021-11-01 13:35:39 +02:00
Raphaël Vinot f85ccb3e19
Merge pull request #802 from MISP/JakubOnderka-patch-2
fix: PyMISP.get_user_setting method
2021-10-28 16:34:43 -04:00
Raphaël Vinot 7c35c13510 Merge branch 'nyx0-main' 2021-10-28 16:33:54 -04:00
Raphaël Vinot a16aa03872 chg: Keep strict and generate attributes when needed 2021-10-28 16:29:27 -04:00
Raphaël Vinot 7e9490e12e chg: Slight changes regarding timezones 2021-10-28 16:21:08 -04:00
Raphaël Vinot ecc95f582a chg: Bump deps 2021-10-28 16:21:08 -04:00
Raphaël Vinot 2bc689e3c7 chg: Slight changes regarding timezones 2021-10-28 16:11:46 -04:00
Raphaël Vinot 70000175e7 chg: Bump deps 2021-10-28 16:11:19 -04:00