Commit Graph

2808 Commits (42b002f638d95aab26b3bb3a0d23779bdf7ccf6a)

Author SHA1 Message Date
Raphaël Vinot e36247f103 chg: Bump deps 2022-11-07 15:03:44 +01:00
Raphaël Vinot 98bb5ebd49 chg: Bump changelog 2022-11-02 10:24:25 +01:00
Raphaël Vinot 3c2b93649d chg: Bump lief (CVEs), version. 2022-11-02 10:19:01 +01:00
Raphaël Vinot 81bd6fdd26 chg: Bump deps 2022-10-27 14:00:31 +02:00
Alexandre Dulaunoy b8182c42d6
chg: [misp-objects] updated to the latest version 2022-10-27 09:42:40 +02:00
Alexandre Dulaunoy 0aa1f49b5f
Revert "chg: [tests] fix the list name test following latest warning-list"
This reverts commit be3715595b.
2022-10-24 18:40:58 +02:00
Alexandre Dulaunoy be3715595b
chg: [tests] fix the list name test following latest warning-list
updates
2022-10-24 11:44:08 +02:00
Julien Mongenet 2eef5968f9
Creation fo "add_attributes_from_csv.py"
The file aims to ingest a formated CSV file containing attributes for MISP ingestion.
2022-10-10 22:32:24 +02:00
Raphaël Vinot c3e6bcea9e chg: Bump deps 2022-10-04 19:52:01 +02:00
Raphaël Vinot 97fe962be7
Merge pull request #860 from tomking2/feature/taxonomy_required
Add in ability to set a taxonomies required status
2022-10-03 01:02:57 +02:00
Raphaël Vinot dfd024a895
Merge pull request #865 from MISP/dependabot/github_actions/actions/setup-python-4
build(deps): bump actions/setup-python from 2 to 4
2022-10-03 01:00:00 +02:00
Raphaël Vinot 10faaa2ead
Merge pull request #864 from MISP/dependabot/github_actions/actions/checkout-3
build(deps): bump actions/checkout from 2 to 3
2022-10-03 00:59:45 +02:00
Raphaël Vinot 41b07dfa07
Merge pull request #863 from MISP/dependabot/github_actions/codecov/codecov-action-3
build(deps): bump codecov/codecov-action from 1 to 3
2022-10-03 00:59:26 +02:00
dependabot[bot] e507fc7a3b
build(deps): bump actions/setup-python from 2 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-02 22:58:54 +00:00
dependabot[bot] 7099fa3cbd
build(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-02 22:58:51 +00:00
dependabot[bot] 412659edbe
build(deps): bump codecov/codecov-action from 1 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-02 22:58:49 +00:00
Raphaël Vinot 0e14efeecf chg: Add dependabot 2022-10-03 00:58:25 +02:00
Raphaël Vinot 6ccc6b4f48
Create codeql-analysis.yml 2022-10-03 00:57:59 +02:00
Raphaël Vinot c2b8e25628 chg: Bump changelog 2022-10-03 00:54:37 +02:00
Raphaël Vinot aecfad1168 chg: Bump deps and version
Fix LIEF vuln.
2022-10-03 00:52:36 +02:00
Raphaël Vinot 20ce207d18 chg: Bump deps, objects 2022-09-30 10:49:30 +02:00
Tom King b438c27b5e new: Add in ability to set a taxonomies required status 2022-09-14 10:29:38 +01:00
Raphaël Vinot 795cc11881 fix: Change DNS warning list test 2022-09-09 16:25:03 +02:00
Raphaël Vinot b1896d43f2 fix: Missing place to update version 2022-09-09 14:10:35 +02:00
Raphaël Vinot a897b8d62c chg: Bump changelog 2022-09-09 13:59:51 +02:00
Raphaël Vinot 5b1ad0ec66 chg: Bump version 2022-09-09 13:58:32 +02:00
Raphaël Vinot c1dbd8b0dc chg: Bump deps 2022-09-09 11:49:14 +02:00
Raphaël Vinot c47e235a4e
Merge pull request #858 from tomking2/feature/index_sort_limit
Sort/desc for sorting results and limit/page for pagination
2022-09-09 11:16:26 +02:00
Raphaël Vinot e2f9a7c6f9 new: Pass arbitrary headers to a PyMISP request. 2022-09-08 10:54:54 +02:00
Tom King eb33a9deb9 chg: Add in sort/desc for sorting results and limit/page for pagination 2022-09-06 16:29:22 +01:00
Raphaël Vinot 289ce47d64 new: Allow to force the timestamps in to_dict/to_json, even if a change was made 2022-08-15 18:35:53 +02:00
Raphaël Vinot 3ca8717e6c chg: Improve documentation for add_attribute 2022-08-10 10:48:07 +02:00
Raphaël Vinot 6ff3dfbbfd chg: Bump changelog 2022-08-09 21:34:09 +02:00
Raphaël Vinot 3a387fe397 chg: Bump deps 2022-08-09 21:29:54 +02:00
Raphaël Vinot a5f9ac996c fix: make keepalive configuration linux only
Bump deps
2022-08-09 21:27:47 +02:00
Raphaël Vinot 962b296f0c chg: Bump deps 2022-08-05 11:18:01 +02:00
Raphaël Vinot e77da00340 fix: delete sharing group after deleting the event 2022-08-05 10:29:38 +02:00
Raphaël Vinot 1f243dd7d0 fix: Give more time to MISP to publish the events before searching 2022-08-05 10:18:14 +02:00
Raphaël Vinot 0859c3d3ce chg: Bump version, deps 2022-08-04 18:03:42 +02:00
Raphaël Vinot 5a0080289f fix: Improper json check on non-json responses
Fix #854
2022-08-03 11:38:24 +02:00
Raphaël Vinot 3ceba3feb1 fix: Mark all attributes in a soft deleted object as soft deleted too.
Bump misp-objects, deps.
2022-08-03 11:10:35 +02:00
Raphaël Vinot 58976dc35c fix: make flake8 happy 2022-07-28 15:12:40 +02:00
Raphaël Vinot b85444a7ad chg: Improve warning on invalid template, bump deps 2022-07-28 15:10:42 +02:00
Raphaël Vinot 06ca1abfe2
Merge pull request #850 from Derekt2/patch-1
Update 500 errors to exclude logging authorization header
2022-07-25 16:33:21 +02:00
Derekt2 b36d1ba89f
Update api.py 2022-07-25 09:13:28 -05:00
Raphaël Vinot b251d70164 fix: Properly convert MSG to EML 2022-07-21 16:31:03 +02:00
Raphaël Vinot bd0e5e6b00
Merge pull request #849 from h-phil/main
api.py: fix typo in logging message for PyMISP recommended version
2022-07-21 14:40:35 +02:00
Philipp Hauswirth 4e4e82d0c9 fix typo in logging message 2022-07-21 13:40:37 +02:00
Raphaël Vinot 3882ade918 chg: Bump deps 2022-07-21 11:18:00 +02:00
Raphaël Vinot 56a70265a0 new: Enable TCP keepalive
Related: https://github.com/MISP/PyMISP/issues/848
2022-07-21 11:18:00 +02:00