Commit Graph

3007 Commits (be0b551d8ba0823760abc482c12613bb2982601f)

Author SHA1 Message Date
Raphaël Vinot be0b551d8b chg: Bump deps 2024-01-19 11:05:31 +01:00
Raphaël Vinot d8850c59ea
Merge pull request #1134 from JakubOnderka/orjson
orjson and small fixes and optimizations
2024-01-17 13:43:21 +01:00
Raphaël Vinot 1deaa459a0
Merge pull request #1132 from MISP/dependabot/pip/jinja2-3.1.3
build(deps): bump jinja2 from 3.1.2 to 3.1.3
2024-01-17 13:43:06 +01:00
Raphaël Vinot a298245fd2 fix: Python < 3.10 support on typing, for good. 2024-01-17 13:40:10 +01:00
Raphaël Vinot f11681af52 fix: Python < 3.10 support on typing 2024-01-17 13:38:00 +01:00
Raphaël Vinot 989731cbbe chg: New annotations in tests 2024-01-17 13:34:56 +01:00
Raphaël Vinot 0562c63cec chg: Initial changes to use new annotations 2024-01-17 13:28:51 +01:00
Jakub Onderka 292948aa58 chg: [internal] Simplify code 2024-01-16 21:57:30 +01:00
Jakub Onderka 8c23a2def7 chg: [internal] User faster method to convert bytes to str 2024-01-16 21:56:34 +01:00
Raphaël Vinot ac0421a7b1 chg: Bump deps 2024-01-11 21:43:47 +01:00
dependabot[bot] 80a0b3e8a8
build(deps): bump jinja2 from 3.1.2 to 3.1.3
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-11 19:51:02 +00:00
Raphaël Vinot d329a5e095 new: relationship_type in tag
Fix https://github.com/MISP/MISP/issues/9483
2024-01-10 14:08:48 +01:00
Raphaël Vinot b8af5a3964 fix: Rollback tests on python 3.12 as lief is not supported yet. 2024-01-10 11:53:41 +01:00
Raphaël Vinot dba0c88154 fix: Add missing wheel 2024-01-10 11:48:47 +01:00
Raphaël Vinot a255ed4170 chg: Bump deps, try to install with python 3.12 2024-01-10 11:42:29 +01:00
Raphaël Vinot fb8da4a28b fix: make publish_timestamp a string in tests 2024-01-09 13:07:38 +01:00
Raphaël Vinot 1d24c1b3ce chg: make the publish_timestamp a string, as per specs 2024-01-09 12:40:09 +01:00
Jakub Onderka af741ce3b8
Merge pull request #1126 from JakubOnderka/orjson
Add support for orjson
2024-01-08 14:20:32 +01:00
Jakub Onderka 85ac94cc1c fix: [internal] README typos 2024-01-07 18:34:20 +01:00
Jakub Onderka 8f747c0f9e chg: [internal] Update poetry.lock 2024-01-07 18:34:20 +01:00
Jakub Onderka fca0b233cd new: [internal] Add support for orjson
orjson is much faster library for decoding and encoding JSON formats
2024-01-07 18:34:20 +01:00
Raphaël Vinot dd628a7fe1 chg: Bump changelog 2024-01-04 14:10:04 +01:00
Raphaël Vinot b77493abd1 chg: Bump objects 2024-01-04 13:42:56 +01:00
Raphaël Vinot 81f5d596a7 chg: Bump version 2024-01-04 13:38:59 +01:00
Raphaël Vinot 6f6784ba88 chg: remove jsonschema from dependencies 2024-01-04 13:37:24 +01:00
Raphaël Vinot 260caf41d6 chg: encrypt malicious js 2023-12-23 14:20:57 +01:00
Raphaël Vinot afa980951f new: Documentation to install PyMISP on offline machine 2023-12-19 14:35:44 +01:00
Raphaël Vinot e8ecb3fe1a
Merge pull request #1119 from malvidin/https_adapter
Add HTTPS Adapter
2023-12-15 13:03:28 +01:00
Steven 00df6e23fb
Fix api ssl verify typing 2023-12-15 11:19:28 +01:00
Steven 51433ff08a
Add HTTPS Adapter
Add the ability to provide a custom HTTPS adapter to the PyMISP class. With M2Crypto and m2requests, this can enable mutual TLS with hardware tokens.
2023-12-15 10:38:01 +01:00
Raphaël Vinot 190f829236 chg: Bump changelog 2023-12-14 12:51:48 +01:00
Raphaël Vinot f092dfd23c chg: Bump version 2023-12-14 12:51:15 +01:00
Raphaël Vinot c1f860dc47 chg: Bump objects 2023-12-14 12:51:15 +01:00
Raphaël Vinot d96af4ad65 chg: Bump deps 2023-12-14 12:51:15 +01:00
Raphaël Vinot da1f22f011
Merge pull request #1117 from MISP/dependabot/github_actions/github/codeql-action-3
build(deps): bump github/codeql-action from 2 to 3
2023-12-13 22:05:37 +01:00
dependabot[bot] 9383866147
build(deps): bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-13 16:48:10 +00:00
Raphaël Vinot d5bab9ca8d chg: Bump deps 2023-12-12 00:57:31 +01:00
Raphaël Vinot 58a94ed99b
Merge pull request #1113 from MISP/dependabot/github_actions/actions/setup-python-5
build(deps): bump actions/setup-python from 4 to 5
2023-12-06 22:47:08 +01:00
dependabot[bot] 2c6e1e6ea1
build(deps): bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
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>
2023-12-06 16:10:15 +00:00
Raphaël Vinot a0f47a4160 chg: Bump deps 2023-12-05 00:47:44 +01:00
Raphaël Vinot e17fb48ab2 chg: Bump deps 2023-11-29 12:38:21 +01:00
Raphaël Vinot c921017cf7 fix: Avoid exception when the malware file name contains a "|" 2023-11-29 12:35:24 +01:00
Raphaël Vinot cc6391233c chg: Bump version, changelog 2023-11-23 13:44:13 +01:00
Raphaël Vinot 199532113a fix: eml and msg are in sync again. 2023-11-17 13:57:02 +01:00
Raphaël Vinot 2dcb5f1efa fix: Update calls to getStringStream to the public method 2023-11-17 13:21:18 +01:00
Raphaël Vinot 4270e97cce chg: Bump deps 2023-11-17 12:52:05 +01:00
Raphaël Vinot 64d9f35266 chg: Bump deps 2023-11-14 12:26:23 +01:00
Raphaël Vinot 09f55f5167 fix: Avoid confusing error when an auth key is limited to an IP
Fix #1099
2023-11-14 12:26:23 +01:00
Christian Studer cb5f68a932
chg: [misp-objects] Bumped latest version 2023-11-09 16:13:45 +01:00
Christian Studer f7ca4af380 Merge branch 'main' of github.com:misp/pymisp 2023-11-09 16:12:29 +01:00