Commit Graph

3084 Commits (main)

Author SHA1 Message Date
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
Raphaël Vinot 3a30966641 chg: Bump changelog 2023-10-25 01:03:05 +02:00
Raphaël Vinot f38c56cf6d fix: Make other fieldnames in CSV also valid... 2023-10-24 16:01:46 +02:00
Raphaël Vinot 8318bce57e fix: make fieldnames actually valid. 2023-10-24 15:46:03 +02:00
Raphaël Vinot 5d39d81152 chg: Bump version, make __version__ dynamic 2023-10-24 15:09:25 +02:00
Raphaël Vinot 4ed9781c76 chg: Bump deps, allow older jsonschema for compatibility 2023-10-24 14:29:57 +02:00
Raphaël Vinot 3bf3894b0d chg: Bump deps 2023-10-18 18:42:08 +02:00
Raphaël Vinot a1c6b0dcad fix: Remove CI for python 3.12, waiting for pydeep wheels 2023-10-12 16:45:35 +02:00
Raphaël Vinot 8b091b1de6 new: run tests on python 3.12 too. 2023-10-12 16:20:40 +02:00
Raphaël Vinot 507b8195ae chg: Make mypy happy 2023-10-04 15:13:44 +02:00
Raphaël Vinot 21c18ae0a5 chg: Bump deps 2023-10-04 11:47:51 +02:00
Raphaël Vinot 5b0b4c65e2 fix: Allow object-relation names with uppercase characters defined in the templates 2023-10-04 11:46:49 +02:00
Raphaël Vinot 309aa62210 chg: bump deps 2023-09-27 18:15:27 +02:00
Raphaël Vinot 2dff8fb9b8 chg: Disable search logs tests for now. 2023-09-24 13:59:15 +02:00
Raphaël Vinot 799ed8cfc5 chg: Disable fastmode, reenable fetching files 2023-09-23 15:08:18 +02:00
Raphaël Vinot 8172fdf49d chg: try to speedup tests by not importing galaxies, taxos, ... 2023-09-23 14:51:40 +02:00
Raphaël Vinot 6a37370689 chg: Do not clone repo from test 2023-09-22 15:09:17 +02:00
Raphaël Vinot 7c13197980 ch: Bump deps 2023-09-22 14:56:32 +02:00
Raphaël Vinot fc38eadcac fix: check if path exists in tests 2023-09-22 14:55:28 +02:00
Raphaël Vinot 249cf20f35 chg: Bump changelog 2023-09-15 10:55:39 +02:00
Raphaël Vinot 5afe3e2ca3 Revert "build(deps): bump codecov/codecov-action from 3 to 4"
This reverts commit b7bb6b7431.
2023-09-15 10:45:15 +02:00
Raphaël Vinot 51be06a7d2
Merge pull request #1057 from MISP/dependabot/github_actions/codecov/codecov-action-4
build(deps): bump codecov/codecov-action from 3 to 4
2023-09-15 10:39:05 +02:00
Raphaël Vinot e20a9c7539 chg: Bump version, deps 2023-09-15 10:35:00 +02:00
Raphaël Vinot ba0a1ac0f7 chg: Bump objects 2023-09-14 18:30:02 +02:00