Nick
518e2e6a31
supress ssl warnings
2021-02-27 14:53:15 +01:00
Nick
4787be1bce
re-added error checking for defaults
2021-02-27 14:53:15 +01:00
Nick
05b50ba2f5
deleted all references to org as it's unneeded
2021-02-27 14:53:15 +01:00
Nick
85a67a60e6
re-added brackets
2021-02-27 14:53:15 +01:00
Nick
1ea59931e0
Multiple updates to proofpoint example
...
- Added additionally necessary keys to keys.py.example
- Added error check for unset keys
- Used built-in HTTP Basic Auth for requests instead of manually-created header
- Removed setting of orgc as that's pulled from the MISP key being used
-
2021-02-27 14:53:15 +01:00
Nick
ffd4677c99
removed cast of str to str
2021-02-27 14:53:15 +01:00
Nick
25e44e7d8d
Added check for invalid creds
...
Without the added check, the script will error out on line 29 since the key doesn't exist in the dict. This at least gives a reason.
2021-02-27 14:53:15 +01:00
Raphaël Vinot
e183dbc577
fix: Do not add the serial-number twice.
...
Related: #678
2021-02-27 14:53:15 +01:00
Raphaël Vinot
b9f7bd9dc1
chg: Add deprecation warning for Python < 3.8
2021-02-27 14:53:15 +01:00
Raphaël Vinot
1b675bb512
fix: Skip PE section if name is none AND size is 0.
...
Related: #678
2021-02-27 14:53:15 +01:00
Raphaël Vinot
c87c0654b9
chg: Bump deps
2021-02-27 14:53:15 +01:00
Raphaël Vinot
59bb0a7bb6
fix: urllib3.__version__ may not have a patch number
...
fix https://github.com/MISP/PyMISP/issues/698
2021-02-27 14:53:15 +01:00
Raphaël Vinot
5035911d45
chg: Bump deps
2021-02-27 14:53:15 +01:00
Tom King
ea86dd0d57
fix: Fix mispevent edit test by including default and distribution keys on a GalaxyCluster
2021-02-27 12:35:24 +00:00
Tom King
5445479960
chg: Don't parse the meta key into cluster elements on a MISPEvent, but allow users to manually perform this action
2021-02-08 11:52:08 +00:00
Tom King
a94b81ae72
Merge remote-tracking branch 'upstream/main' into feature/misp-galaxy-2
2021-02-08 11:50:38 +00:00
Raphaël Vinot
9316420dc0
chg: Bump changelog
2021-02-08 12:01:48 +01:00
Raphaël Vinot
37449226f9
chg: Bump version
2021-02-08 11:59:49 +01:00
Raphaël Vinot
7c1c12e5bd
chg: Bump deps
2021-02-08 10:38:13 +01:00
Raphaël Vinot
c87bcf15ac
chg: Bump changelog
2021-02-04 19:43:17 +01:00
Raphaël Vinot
3125af9065
chg: Bump version
2021-02-04 19:42:24 +01:00
Raphaël Vinot
39d7f0e57a
chg: Bump objects
2021-02-04 19:41:44 +01:00
Raphaël Vinot
6c9234846f
chg: add kw_params to tags
2021-02-04 19:41:26 +01:00
Raphaël Vinot
9e2b748b02
chg: Bump objects
2021-02-02 15:26:08 +01:00
Raphaël Vinot
0a051286ff
chg: Bump template ID in test case
2021-02-02 11:49:20 +01:00
Raphaël Vinot
f675e20961
chg: Bump version
2021-02-02 11:43:47 +01:00
Raphaël Vinot
15a86ea2f9
chg: Bump changelog
2021-02-02 11:41:38 +01:00
Raphaël Vinot
c91033eb8d
chg: Bump objects
2021-02-02 11:40:01 +01:00
Raphaël Vinot
d52f3a2224
chg: Fix and improve optional dependencies.
2021-02-02 11:38:18 +01:00
Raphaël Vinot
f9e294824f
chg: make brotli optional
2021-02-02 01:11:39 +01:00
Raphaël Vinot
41550bc82b
chg: Bump changelog
2021-02-01 14:27:45 +01:00
Raphaël Vinot
05bb34623f
chg: Bump version
2021-02-01 14:25:57 +01:00
Raphaël Vinot
4cf1e9afc3
fix: flake error
2021-02-01 14:16:55 +01:00
Raphaël Vinot
2584dd243b
Merge branch 'JakubOnderka-brotli' into main
2021-02-01 14:04:05 +01:00
Raphaël Vinot
29521175c6
chg: Add brotli support in the dependencies.
2021-02-01 14:00:03 +01:00
Raphaël Vinot
7e4c15ee4d
chg: Make mypy happy
2021-02-01 13:45:53 +01:00
Raphaël Vinot
3494e38987
chg: Make clear that to_json returns str
2021-02-01 13:43:39 +01:00
Raphaël Vinot
f6b943cb9a
chg: Disable correlation on malware-sample for FileObject
2021-02-01 13:43:39 +01:00
Raphaël Vinot
c59f18606c
chg: Bump objects templates
2021-02-01 13:43:39 +01:00
Raphaël Vinot
7ccce631b3
chg: Add missing autodoc
...
fix #693
2021-02-01 13:43:39 +01:00
Tom King
6d11164acf
chg: Add in delete function for a MISP Object
2021-02-01 13:43:39 +01:00
Raphaël Vinot
9b80325cc0
fix: Update testlive accordingly
2021-02-01 13:43:24 +01:00
Raphaël Vinot
c5218c1ce2
chg: Fix return of delete_event_report
2021-02-01 13:43:24 +01:00
Raphaël Vinot
78402394e5
chg: Remove critical warning if lief is not installed
...
Fix https://github.com/MISP/MISP/issues/6908
2021-02-01 13:43:01 +01:00
Raphaël Vinot
47382d01c0
fix: Better warning if lief is outdated.
2021-02-01 13:43:01 +01:00
Raphaël Vinot
1284ce1b9c
chg: Bump deps
2021-02-01 13:40:10 +01:00
Tom King
a8169a42c0
chg: Allow response of delete to be pythonify, add in nosetest
2021-02-01 13:23:19 +01:00
Tom King
c949c09225
chg: Add ability to get event reports from the Event ID
2021-02-01 13:23:19 +01:00
Tom King
7e7f463d77
fix: Call the AbstractMISP.from_dict at the end of the function to ensure the edited flag remains false
2021-02-01 13:23:19 +01:00
Tom King
f71c250402
new: Add in ability to create/update/delete MISP Event Reports
2021-02-01 13:21:03 +01:00