pymisp 2.5.4__py3-none-any.whl → 2.5.7.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pymisp might be problematic. Click here for more details.

Files changed (92) hide show
  1. CHANGELOG.txt +5393 -0
  2. examples/__init__.py +0 -0
  3. examples/add_attributes_from_csv.py +74 -0
  4. examples/add_email_object.py +29 -0
  5. examples/add_fail2ban_object.py +86 -0
  6. examples/add_feed.py +25 -0
  7. examples/add_file_object.py +47 -0
  8. examples/add_filetype_object_from_csv.py +53 -0
  9. examples/add_generic_object.py +26 -0
  10. examples/add_github_user.py +65 -0
  11. examples/add_gitlab_user.py +56 -0
  12. examples/add_named_attribute.py +25 -0
  13. examples/add_organisations.py +57 -0
  14. examples/add_ssh_authorized_keys.py +29 -0
  15. examples/add_user.py +22 -0
  16. examples/add_vehicle_object.py +22 -0
  17. examples/addtag2.py +45 -0
  18. examples/asciidoc_generator.py +114 -0
  19. examples/cache_all.py +10 -0
  20. examples/copyTagsFromAttributesToEvent.py +68 -0
  21. examples/copy_list.py +93 -0
  22. examples/create_events.py +26 -0
  23. examples/cytomic_orion.py +549 -0
  24. examples/del.py +22 -0
  25. examples/delete_user.py +16 -0
  26. examples/edit_organisation.py +20 -0
  27. examples/edit_user.py +20 -0
  28. examples/falsepositive_disabletoids.py +136 -0
  29. examples/fetch_events_feed.py +15 -0
  30. examples/fetch_warninglist_hits.py +38 -0
  31. examples/freetext.py +22 -0
  32. examples/generate_file_objects.py +78 -0
  33. examples/generate_meta_feed.py +15 -0
  34. examples/get.py +37 -0
  35. examples/get_csv.py +37 -0
  36. examples/get_network_activity.py +187 -0
  37. examples/last.py +48 -0
  38. examples/load_csv.py +94 -0
  39. examples/lookup.py +28 -0
  40. examples/misp2cef.py +71 -0
  41. examples/misp2clamav.py +52 -0
  42. examples/openioc_to_misp.py +27 -0
  43. examples/proofpoint_tap.py +203 -0
  44. examples/proofpoint_vap.py +65 -0
  45. examples/search.py +48 -0
  46. examples/search_attributes_yara.py +40 -0
  47. examples/search_sighting.py +42 -0
  48. examples/server_sync_check_conn.py +32 -0
  49. examples/sharing_groups.py +15 -0
  50. examples/show_sightings.py +168 -0
  51. examples/stats_report.py +405 -0
  52. examples/sync_sighting.py +171 -0
  53. examples/tags.py +25 -0
  54. examples/test_sign.py +19 -0
  55. examples/trustar_misp.py +59 -0
  56. examples/up.py +21 -0
  57. examples/upload.py +60 -0
  58. examples/users_list.py +15 -0
  59. examples/vmray_automation.py +281 -0
  60. examples/vt_to_misp.py +182 -0
  61. examples/warninglists.py +22 -0
  62. examples/yara.py +38 -0
  63. examples/yara_dump.py +98 -0
  64. pymisp/api.py +33 -5
  65. pymisp/data/misp-objects/objects/instagram-account/definition.json +66 -0
  66. pymisp/data/misp-objects/objects/lnk/definition.json +13 -1
  67. pymisp/data/misp-objects/objects/rmm/definition.json +88 -0
  68. pymisp/data/misp-objects/objects/target-system/definition.json +2 -2
  69. pymisp/data/misp-objects/schema_objects.json +1 -1
  70. pymisp/mispevent.py +8 -0
  71. {pymisp-2.5.4.dist-info → pymisp-2.5.7.1.dist-info}/METADATA +23 -28
  72. {pymisp-2.5.4.dist-info → pymisp-2.5.7.1.dist-info}/RECORD +74 -27
  73. {pymisp-2.5.4.dist-info → pymisp-2.5.7.1.dist-info}/WHEEL +1 -1
  74. pymisp/data/misp-objects/.git +0 -1
  75. pymisp/data/misp-objects/.gitchangelog.rc +0 -289
  76. pymisp/data/misp-objects/.github/workflows/codeql.yml +0 -41
  77. pymisp/data/misp-objects/.github/workflows/nosetests.yml +0 -39
  78. pymisp/data/misp-objects/.travis.yml +0 -16
  79. pymisp/data/misp-objects/LICENSE-software-only.md +0 -661
  80. pymisp/data/misp-objects/LICENSE.md +0 -36
  81. pymisp/data/misp-objects/README.md +0 -567
  82. pymisp/data/misp-objects/docs/time-related-objects.ods +0 -0
  83. pymisp/data/misp-objects/docs/time-related-objects.pdf +0 -0
  84. pymisp/data/misp-objects/jq_all_the_things.sh +0 -29
  85. pymisp/data/misp-objects/tools/adoc_objects.py +0 -145
  86. pymisp/data/misp-objects/tools/alfred_links_to_relarelationships.py +0 -48
  87. pymisp/data/misp-objects/tools/list_of_objects.py +0 -50
  88. pymisp/data/misp-objects/tools/updated.sh +0 -6
  89. pymisp/data/misp-objects/tools/validate_opposites.sh +0 -17
  90. pymisp/data/misp-objects/unique_uuid.py +0 -16
  91. pymisp/data/misp-objects/validate_all.sh +0 -38
  92. {pymisp-2.5.4.dist-info → pymisp-2.5.7.1.dist-info}/LICENSE +0 -0
@@ -1,12 +1,11 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: pymisp
3
- Version: 2.5.4
3
+ Version: 2.5.7.1
4
4
  Summary: Python API for MISP.
5
- Home-page: https://github.com/MISP/PyMISP
6
5
  License: BSD-2-Clause
7
6
  Author: Raphaël Vinot
8
7
  Author-email: raphael.vinot@circl.lu
9
- Requires-Python: >=3.9,<4.0
8
+ Requires-Python: >=3.9.2,<4.0
10
9
  Classifier: Development Status :: 5 - Production/Stable
11
10
  Classifier: Environment :: Console
12
11
  Classifier: Intended Audience :: Information Technology
@@ -15,7 +14,6 @@ Classifier: Intended Audience :: Telecommunications Industry
15
14
  Classifier: License :: OSI Approved :: BSD License
16
15
  Classifier: Operating System :: POSIX :: Linux
17
16
  Classifier: Programming Language :: Python :: 3
18
- Classifier: Programming Language :: Python :: 3.9
19
17
  Classifier: Programming Language :: Python :: 3.10
20
18
  Classifier: Programming Language :: Python :: 3.11
21
19
  Classifier: Programming Language :: Python :: 3.12
@@ -30,29 +28,27 @@ Provides-Extra: openioc
30
28
  Provides-Extra: pdfexport
31
29
  Provides-Extra: url
32
30
  Provides-Extra: virustotal
33
- Requires-Dist: RTFDE (>=0.1.1,<0.2.0) ; extra == "email"
34
- Requires-Dist: Sphinx (>=8,<9) ; (python_version >= "3.10") and (extra == "docs")
35
- Requires-Dist: beautifulsoup4 (>=4.12.3,<5.0.0) ; extra == "openioc"
36
- Requires-Dist: deprecated (>=1.2.15,<2.0.0)
37
- Requires-Dist: docutils (>=0.21.1,<0.22.0) ; (python_version >= "3.10") and (extra == "docs")
38
- Requires-Dist: extract_msg (>=0.52,<0.53) ; extra == "email"
39
- Requires-Dist: lief (>=0.16.0,<0.17.0) ; extra == "fileobjects"
40
- Requires-Dist: oletools (>=0.60.1,<0.61.0) ; extra == "email"
41
- Requires-Dist: publicsuffixlist (>=1.0.2.20241218,<2.0.0.0)
42
- Requires-Dist: pydeep2 (>=0.5.1,<0.6.0) ; extra == "fileobjects"
43
- Requires-Dist: pyfaup (>=1.2,<2.0) ; extra == "url"
44
- Requires-Dist: python-dateutil (>=2.9.0.post0,<3.0.0)
45
- Requires-Dist: python-magic (>=0.4.27,<0.5.0) ; extra == "fileobjects"
46
- Requires-Dist: recommonmark (>=0.7.1,<0.8.0) ; (python_version >= "3.10") and (extra == "docs")
47
- Requires-Dist: reportlab (>=4.2.5,<5.0.0) ; extra == "pdfexport"
48
- Requires-Dist: requests (>=2.32.3,<3.0.0)
49
- Requires-Dist: sphinx-autodoc-typehints (>=2.5.0,<3.0.0) ; (python_version >= "3.10") and (extra == "docs")
50
- Requires-Dist: urllib3[brotli] ; extra == "brotli"
51
- Requires-Dist: validators (>=0.34.0,<0.35.0) ; extra == "virustotal"
52
- Project-URL: Bug Tracker, https://github.com/MISP/PyMISP/issues
31
+ Requires-Dist: RTFDE (>=0.1.2) ; (python_version <= "3.9") and (extra == "email")
32
+ Requires-Dist: beautifulsoup4 (>=4.13.3) ; extra == "openioc"
33
+ Requires-Dist: deprecated (>=1.2.18)
34
+ Requires-Dist: docutils (>=0.21.2) ; (python_version >= "3.11") and (extra == "docs")
35
+ Requires-Dist: extract_msg (>=0.53.1) ; extra == "email"
36
+ Requires-Dist: lief (>=0.16.3) ; extra == "fileobjects"
37
+ Requires-Dist: myst-parser (>=4.0.1) ; (python_version >= "3.11") and (extra == "docs")
38
+ Requires-Dist: oletools (>=0.60.2) ; extra == "email"
39
+ Requires-Dist: pydeep2 (>=0.5.1) ; extra == "fileobjects"
40
+ Requires-Dist: pyfaup (>=1.2) ; extra == "url"
41
+ Requires-Dist: python-dateutil (>=2.9.0.post0)
42
+ Requires-Dist: python-magic (>=0.4.27) ; extra == "fileobjects"
43
+ Requires-Dist: reportlab (>=4.3.1) ; extra == "pdfexport"
44
+ Requires-Dist: requests (>=2.32.3)
45
+ Requires-Dist: sphinx (>=8.2.1) ; (python_version >= "3.11") and (extra == "docs")
46
+ Requires-Dist: sphinx-autodoc-typehints (>=3.1.0) ; (python_version >= "3.11") and (extra == "docs")
47
+ Requires-Dist: urllib3 (>=2.3.0) ; extra == "brotli"
48
+ Requires-Dist: validators (>=0.34.0) ; extra == "virustotal"
53
49
  Project-URL: Documentation, https://pymisp.readthedocs.io
54
50
  Project-URL: Repository, https://github.com/MISP/PyMISP
55
- Project-URL: Source, https://github.com/MISP/PyMISP
51
+ Project-URL: issues, https://github.com/MISP/PyMISP/issues
56
52
  Description-Content-Type: text/markdown
57
53
 
58
54
  **IMPORTANT NOTE**: This library will require **at least** Python 3.10 starting the 1st of January 2024. If you have legacy versions of python, please use the latest PyMISP version that will be released in December 2023, and consider updating your system(s). Anything released within the last 2 years will do, starting with Ubuntu 22.04.
@@ -61,7 +57,7 @@ Description-Content-Type: text/markdown
61
57
 
62
58
  [![Documentation Status](https://readthedocs.org/projects/pymisp/badge/?version=latest)](http://pymisp.readthedocs.io/?badge=latest)
63
59
  [![Coverage Status](https://coveralls.io/repos/github/MISP/PyMISP/badge.svg?branch=main)](https://coveralls.io/github/MISP/PyMISP?branch=main)
64
- [![Python 3.8](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/release/python-380/)
60
+ [![Python 3.9](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/release/python-390/)
65
61
  [![PyPi version](https://img.shields.io/pypi/v/pymisp.svg)](https://pypi.python.org/pypi/pymisp/)
66
62
  [![Number of PyPI downloads](https://img.shields.io/pypi/dm/pymisp.svg)](https://pypi.python.org/pypi/pymisp/)
67
63
 
@@ -248,4 +244,3 @@ python -m pip install --no-index --no-deps packages/*.whl
248
244
 
249
245
  PyMISP is distributed under an [open source license](./LICENSE). A simplified 2-BSD license.
250
246
 
251
-
@@ -1,18 +1,70 @@
1
+ CHANGELOG.txt,sha256=2pi0zreoqfIInNCyU_XcDvaizt1G3VSLH9COAQ37PYY,181076
2
+ examples/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ examples/add_attributes_from_csv.py,sha256=k-9AAips6PqBZ70hRD2422wn6rRWHqNDkhpm6yIv7vw,2479
4
+ examples/add_email_object.py,sha256=y-HfUMsl-lETBISfAA0d8U6aVlwtpitRXEIPY-nKPQU,992
5
+ examples/add_fail2ban_object.py,sha256=c2LSh7AqsuvCj_53laM1MYP_i0ZkZuz0d8GbKEeQK1U,3353
6
+ examples/add_feed.py,sha256=d1y-eFgEA3afqKFA_ziOTqEoJ3XQbrZZfkw1VBr6nis,1075
7
+ examples/add_file_object.py,sha256=qIh6Tho76PBYV9Jgid3dSoMEQIagDXXPFwjiw2cohlA,1742
8
+ examples/add_filetype_object_from_csv.py,sha256=k6qnO4Hn4vGmraeDR4vdOxGRJoAxSgJD9COmZXRHCsE,1878
9
+ examples/add_generic_object.py,sha256=oqJeBhV3Q-0OPNOdSsiXXIOwbMY9abP9myYZKgrp3qs,1031
10
+ examples/add_github_user.py,sha256=tuhXlXnpf2IEHke6eg704Zg8k1EW6fb9w6rbTWi4Jtw,2898
11
+ examples/add_gitlab_user.py,sha256=UsbgZ5tOjqHtu1icsgmhTljTkapqa37GDLQ6caBLNZw,2146
12
+ examples/add_named_attribute.py,sha256=fAuuG9UebnSYvLPSw6oUOXtwxfAFzZxbLVSE8yL3jlo,855
13
+ examples/add_organisations.py,sha256=OM0gsUHFnS5YqILWhf20Y9IiHAeMKb0KZuM66G3wlsg,2085
14
+ examples/add_ssh_authorized_keys.py,sha256=vZtBG7He9Xe_60euSupd6SkUTNqmziPPF-EI8ja0n0o,1006
15
+ examples/add_user.py,sha256=y_LRAZRYQuNbfwvB-cyOYpVvTiUVlcWeO_Pv4Tsb7WU,832
16
+ examples/add_vehicle_object.py,sha256=0PxMUgAQcvVhAf2gQD75hngNiPz4PmfsbbEByQOHf_o,896
17
+ examples/addtag2.py,sha256=rUD0oeyaR40onttjGtrWbfkmQWj703OS4PPDb5e6qWg,1442
18
+ examples/asciidoc_generator.py,sha256=NoxjA-dB7Sso8VnCtY7xLNsR4OVOvAggkZnQHgDCjkI,4224
19
+ examples/cache_all.py,sha256=aR5VQorF1z2WAxBqUrOuT1hrtB8jsgb4me4WkugqA_Q,253
20
+ examples/copyTagsFromAttributesToEvent.py,sha256=_ljnpTCWrm9Z80SyGffKPsu1hOac2pyC5AvDBPRRGCQ,2034
21
+ examples/copy_list.py,sha256=vB6e9CjGt7vmcbke89fAnd7wXXLR-qBw6RWoHCtdi8k,2554
22
+ examples/create_events.py,sha256=MAgkmIa09fTSysuAOYrLtncfDdGB0rt7qb-F_4EyHqA,1128
23
+ examples/cytomic_orion.py,sha256=HvYzo1_TBJihdaJtdD8RORnEQ2V88H4ulK9TD3-fbLI,26264
24
+ examples/del.py,sha256=5Bo_2p9BzMxcdIIXbMDWcDUtjM6TAvcycLb23S9YaZU,661
25
+ examples/delete_user.py,sha256=jZRjJDbvJ1e3q6EjfYZ1rb0yOq1ltY6wloMpod0xmSQ,635
26
+ examples/edit_organisation.py,sha256=t80TBMepUmfJqCB1Bs1Wb5PW0cJtGGv0LLvX_cDrxLA,791
27
+ examples/edit_user.py,sha256=ArdGPfe5w9EEBo-QmYNVBcIDXR1wZ736iql6rbWF7xY,722
28
+ examples/falsepositive_disabletoids.py,sha256=s-QkP0xJ9G-KYq9Td9U0mXM7lZcx1RaYOK94TZiNp64,6167
29
+ examples/fetch_events_feed.py,sha256=HKNH2peH0NSjmhs554TtyXdb7xRm-xp3q14i5GuoS9Q,475
30
+ examples/fetch_warninglist_hits.py,sha256=4owQ6CkU2CmHPpq_ldP1CWC3qKc94QQ3uopf7_b2rd8,1641
31
+ examples/freetext.py,sha256=CVPApHjY-KpCpSnOxzPcD9KlHpmJKWdC_XfnBdRkuSY,633
32
+ examples/generate_file_objects.py,sha256=7VUVCnDV9vJmxto16Wy9tFaMyrwO93sEAeBd2OO4xR0,2582
33
+ examples/generate_meta_feed.py,sha256=wJ73Tb5AUenBbgZUyVXGWkrw03HC2VIw_XaZ3XcGbxE,426
34
+ examples/get.py,sha256=Kp7UgO8pKNePpHdO1v86bqSn6IDZosdlFtX1y5ZzEJ0,969
35
+ examples/get_csv.py,sha256=PEOh06abRGp5YjCxNVYFo45Ne3Yv9YeOFl6Jii_jZ4k,1643
36
+ examples/get_network_activity.py,sha256=LFzSGrBsF_A9lGd8j07SHF28oAo4hk5hnAFKaZoBsVk,6744
37
+ examples/last.py,sha256=hlyYSpG3uP4uqUGv0Le1AEat2xKfivn7PSgF9kV0tEo,1814
38
+ examples/load_csv.py,sha256=pEu9jNof8HgHcZ-Tv6wr65PttV1knNmjlUMxG-k42QA,3930
39
+ examples/lookup.py,sha256=fB7Le-AgSe8BxwxHhzJ1X9mQYd50BicTX3onjzjhDWI,713
40
+ examples/misp2cef.py,sha256=d-xRD4NDD7RzwY4sgKlMj10rPe361DR2xquRB1jDzEE,2361
41
+ examples/misp2clamav.py,sha256=lLJ7NPwgd8O_8h8DNmbHMMB3vQ6FiT1y83WG3el00c0,1488
42
+ examples/openioc_to_misp.py,sha256=BDUsN0E6bgjq6RCB96MVo5vNK5tLhjKkk8CUE_nUMqk,930
43
+ examples/proofpoint_tap.py,sha256=6i4OeGQ9XosRQZ6ZvFWv1mif0fATGCe3HjfGRH4qGm0,9337
44
+ examples/proofpoint_vap.py,sha256=u2Zn6jESg89Ay0TNQ6Jryzifmvfj68n33WQ4nEaS9QE,2715
45
+ examples/search.py,sha256=dSrg7xKcJpNq6-LIRMZS8no16DeMP-lWudY2-XxqZ78,1668
46
+ examples/search_attributes_yara.py,sha256=6JqopJBBbyPbcKRP3MvYcPQEOp20pvsTMH3_WSOXOr8,1347
47
+ examples/search_sighting.py,sha256=Z7H0BX9YlalQBrCgC_T09vubrpzFYn53uIBUiX-haJs,1274
48
+ examples/server_sync_check_conn.py,sha256=DtQz4d5_XrNWJFjmQyFS4Y6RbBESl9uT9K7YtZkn9Tw,782
49
+ examples/sharing_groups.py,sha256=aP7HFeFlTMziD-L-OOzY7Pu3yyFNniAtQQi_PBJDIj8,436
50
+ examples/show_sightings.py,sha256=6FatE_bSaL5a2TVZ95dpKBBwSGf23eu3BZNdDJdx_UA,6295
51
+ examples/stats_report.py,sha256=oKDOuFTXpfYXaPHVsCSMM2iFIAQh6n2Zm_ilgaCadXo,22882
52
+ examples/sync_sighting.py,sha256=KJWDINw3RuqUI7NT3OyhuUj5zBE8HBQUbBEab7Pulrg,5958
53
+ examples/tags.py,sha256=x7hGxANTGixjJD_VhTLrAxzRlh6j4SjSDg1w3aFjVUQ,556
54
+ examples/test_sign.py,sha256=Zl83MAZk0Ey4q2UidyXbh1J2aFDA9wFq1jLgRtpZbi8,480
55
+ examples/trustar_misp.py,sha256=OA9qspSDSAL0hyuOjAsV0iah5PZpLRAXZWXn2KomUjU,1964
56
+ examples/up.py,sha256=ZaWwTUm3YdUBdo2Qj0PQdcDzDPklFXWwOCgHwGWfBV4,617
57
+ examples/upload.py,sha256=U-s7F4LT5VQoG2tKKFI_JjNVhAgyNdPRge_N9fOpGcU,2359
58
+ examples/users_list.py,sha256=laVSrCivtXokgCuzgowLipGztzA9h2neZIt-5gtJtK0,419
59
+ examples/vmray_automation.py,sha256=FRF6IiLpVy4L91UAn_g8BlxdBSLl5BjdifQoRruqjXY,9211
60
+ examples/vt_to_misp.py,sha256=lXqaaXusDpyy8n5IR1J2U1LR43f2CRjHhFdcJwOycSE,7514
61
+ examples/warninglists.py,sha256=x8_raV2Ss0RBuSuC3ZXVHBOJXiwDmPKjWtCzgT2862E,726
62
+ examples/yara.py,sha256=OmQsKQeXH5NlwYtIfOe8wIPsWeep7BAkKSwyRkSN9AA,946
63
+ examples/yara_dump.py,sha256=wZlIUlZEbuyUcKx-Gp5NrL_Vi_ZevAVx7GmuVk_mXek,3725
1
64
  pymisp/__init__.py,sha256=NxD9URYrwmEvYsZdUDTtBqBuIsvzRjXnRr8QVPsuOGE,4004
2
65
  pymisp/abstract.py,sha256=hdf3heAGnEi3rFIxaAsCOKfO4Y1kT_UoDNpr564GiIk,15745
3
- pymisp/api.py,sha256=ocZXH-sgLy-q0g7dlxV6TZu0uKo5ZAdwEIja33ZSQ68,208104
66
+ pymisp/api.py,sha256=9JJEPD_N_q3g6wGJKleM_jv7GlYQRcy7e3GHZret2Uk,209440
4
67
  pymisp/data/describeTypes.json,sha256=hoOy6U_FDVmfk9EdaFgGfEe_GMifmRnIrW8FAJ1ylJ4,45889
5
- pymisp/data/misp-objects/.git,sha256=NZIIWPWRiUFN6wy7MhT0zLzu8WP8PKqbMxWaO0by0dY,55
6
- pymisp/data/misp-objects/.gitchangelog.rc,sha256=27iB5X06HaLaMpDdZWMkg_YWLyZRm9H1qBOsqFntuV0,10009
7
- pymisp/data/misp-objects/.github/workflows/codeql.yml,sha256=pj95huITJ_yt7rBx2U74cXcz_0i8x6KT3juIlTTXR78,834
8
- pymisp/data/misp-objects/.github/workflows/nosetests.yml,sha256=7D2o7SKN_PFkx2ANMRUfrCUjY0k6wefr4-_dT1HDKOI,757
9
- pymisp/data/misp-objects/.travis.yml,sha256=ZzmVFWiNEr_hneN0OOX4ba1M9ivJAzn6umPe4KIsOiM,215
10
- pymisp/data/misp-objects/LICENSE-software-only.md,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
11
- pymisp/data/misp-objects/LICENSE.md,sha256=f6xQZQL7dWr4tRnO_khZlVegmj7jyIJhf7pu6M0VeuE,1860
12
- pymisp/data/misp-objects/README.md,sha256=rozuXu-Em7ohTbyZoRIq4289YuguWeToZfdkcniMOFw,78887
13
- pymisp/data/misp-objects/docs/time-related-objects.ods,sha256=fFZD3OhiC5VonsSfI0YFv5uHXLvbLG2nrNo0D89jmYA,19977
14
- pymisp/data/misp-objects/docs/time-related-objects.pdf,sha256=IArPOumDuXIIliuTkEP9uCT693dginC1nUA3WGV5PDA,23583
15
- pymisp/data/misp-objects/jq_all_the_things.sh,sha256=MOSjYD01hmCRTlZ5p-GkkemX8FR85fn2_tAja7kfTYc,818
16
68
  pymisp/data/misp-objects/objects/ADS/definition.json,sha256=EtPXOaNcngjtH0ylJ0gw9UfErgkjzUWFOyzvzC6pGfM,3048
17
69
  pymisp/data/misp-objects/objects/abuseipdb/definition.json,sha256=xWtZfdAwWWTR5_J76K8chrxFViJeH9T8CQQ6aRhEk3Q,1070
18
70
  pymisp/data/misp-objects/objects/ai-chat-prompt/definition.json,sha256=0hTBTI8aVX27kmRpJXddsN57G5rdS02Npq8WHPXFDhg,1917
@@ -180,6 +232,7 @@ pymisp/data/misp-objects/objects/impersonation/definition.json,sha256=b7p1izy0NJ
180
232
  pymisp/data/misp-objects/objects/imsi-catcher/definition.json,sha256=RYO5x6Vw3IwXP9MtnKJSNcewDii6aQ2x8--Swffu8L0,2722
181
233
  pymisp/data/misp-objects/objects/incident/definition.json,sha256=VVUs7uXn_lILq0g_0RblLEMUHmv3G333PPHQAC3yZIQ,5176
182
234
  pymisp/data/misp-objects/objects/infrastructure/definition.json,sha256=D-v0SiF1E1IqO4KedngScn7zN2OtYWODs7dHUTLaoHo,2439
235
+ pymisp/data/misp-objects/objects/instagram-account/definition.json,sha256=ZvseQ55gxB6PkblyBNYhhf7-na3G2g2sFsrir1sOGDY,1714
183
236
  pymisp/data/misp-objects/objects/instant-message/definition.json,sha256=HdPexSwRjeU9gbWx6D0OB7_Ai43jEUHNTAu7k0C60Ss,3255
184
237
  pymisp/data/misp-objects/objects/instant-message-group/definition.json,sha256=0bryac43sqmBgOqhY0ZywA2lT9ryColuVHi5E8dAX0c,2245
185
238
  pymisp/data/misp-objects/objects/integrity-impact/definition.json,sha256=rc2udwvjVSbPfjHDGXVkxNgaY8SmnZobLgjTQinyV-g,3374
@@ -202,7 +255,7 @@ pymisp/data/misp-objects/objects/keybase-account/definition.json,sha256=LVt7VEHX
202
255
  pymisp/data/misp-objects/objects/language-content/definition.json,sha256=rxGPi1GeE3WR6Qi6FFtQ2WWJVQk6dZdUOI0wqVg3a_Q,4721
203
256
  pymisp/data/misp-objects/objects/leaked-document/definition.json,sha256=YfEVp3dAgQAbgTNPx3URr2YnFI4eF5NhpKX9fczS_VU,2943
204
257
  pymisp/data/misp-objects/objects/legal-entity/definition.json,sha256=FXaJayt7yD8geaX9gHK-cdhfRWUzSsJsYIqllRHNjGE,1501
205
- pymisp/data/misp-objects/objects/lnk/definition.json,sha256=H9zpBX34MpNmR0ATySt1hm1iIkSETifTI867y87hwGU,7603
258
+ pymisp/data/misp-objects/objects/lnk/definition.json,sha256=MHlmwPY22T6vVR7yLXpguT4gKnmpNi7r4YK0EHZByuI,7975
206
259
  pymisp/data/misp-objects/objects/macho/definition.json,sha256=0Hk7xpH3GmHwwGCdr_HOn03QP5MjakrPkvOIxm38FZg,1329
207
260
  pymisp/data/misp-objects/objects/macho-section/definition.json,sha256=bGYAFsYwDCdKyL0OtM2hk4L4ZInmADPNXQAMtiInapQ,2550
208
261
  pymisp/data/misp-objects/objects/mactime-timeline-analysis/definition.json,sha256=7b3Xl3GAl7ksTz8YDlhv3US7cWCvn-nYJfuh1W3ZRf8,1558
@@ -280,6 +333,7 @@ pymisp/data/misp-objects/objects/regripper-system-hive-services-drivers/definiti
280
333
  pymisp/data/misp-objects/objects/report/definition.json,sha256=VGwiq38JeXS3-aZ1qhc8LolunR2TKZ8Fa9r5VUcWK68,2130
281
334
  pymisp/data/misp-objects/objects/research-scanner/definition.json,sha256=QNnj_Z4M91pobemf3D54NcPDEnBOnt2aMQAQBRdz0MM,2409
282
335
  pymisp/data/misp-objects/objects/risk-assessment-report/definition.json,sha256=a618CJQDAarQWtSh2DN9ddL4cvbjGvXp82Gpwt_cCcw,1418
336
+ pymisp/data/misp-objects/objects/rmm/definition.json,sha256=ekdWhfz1-pk7ZUgbHOebbzKnQEKhlxM2S8HhAoykAeA,2029
283
337
  pymisp/data/misp-objects/objects/rogue-dns/definition.json,sha256=AVtTRNUGfXMVsMytl8VV44RfwrZgSLV1Zy1ubJjL46k,1272
284
338
  pymisp/data/misp-objects/objects/rtir/definition.json,sha256=_kETOirHNgTr_ONJjBOl5Lic5WjQKwX3sAuBNDXNS3A,1553
285
339
  pymisp/data/misp-objects/objects/sandbox-report/definition.json,sha256=gVIr3TJYvP2du-tGRcCz7FlonqlNNUtbrFnH2JYh66s,2691
@@ -318,7 +372,7 @@ pymisp/data/misp-objects/objects/stix2-pattern/definition.json,sha256=oCVvk1vU__
318
372
  pymisp/data/misp-objects/objects/stock/definition.json,sha256=ZCV8X9VXRQPXt6_qpNL0kUrJpyc6_COAAUY2desjMcU,5507
319
373
  pymisp/data/misp-objects/objects/submarine/definition.json,sha256=1i33QhqVNkQeMbT0Glk7LyOSZkjnfBUrX23jflIX7FE,4223
320
374
  pymisp/data/misp-objects/objects/suricata/definition.json,sha256=FQ5Is0dnVSr7ttDpBWnzI5Th9Sjx5nSh5WGYU9RZ9O0,952
321
- pymisp/data/misp-objects/objects/target-system/definition.json,sha256=_zAynYcwFwvWcHm7GzgkNV0OLnbKBTs4sKxNJjszjyg,1001
375
+ pymisp/data/misp-objects/objects/target-system/definition.json,sha256=PaM41BdcjXCYzs1oY0N-ALabDJgzQVxHqnjj70zZ_S8,1000
322
376
  pymisp/data/misp-objects/objects/task/definition.json,sha256=ugSxQkRnyMd8Jb6kMj5yJCveNyc-mJ-tCh3jiQKXXmA,3029
323
377
  pymisp/data/misp-objects/objects/tattoo/definition.json,sha256=ELfj_gHXz6Vqv1ze2y7MOiDdhj3mA-XI7y34ybdKAOc,2301
324
378
  pymisp/data/misp-objects/objects/telegram-account/definition.json,sha256=HvNHdk8jHATmso2eF0MHOCvJxA4xjrEVrwM0Hxe6SDg,1028
@@ -370,19 +424,12 @@ pymisp/data/misp-objects/objects/youtube-comment/definition.json,sha256=3cVid4QJ
370
424
  pymisp/data/misp-objects/objects/youtube-playlist/definition.json,sha256=oDlL__sYqBVOJPJllxW4wW3ElUhz6cKM0UAruPO2BTw,1576
371
425
  pymisp/data/misp-objects/objects/youtube-video/definition.json,sha256=VQsamCqE-C3OIR-DFp8Rvn-gGxQ_k8hUTnqwyLkk1o4,2581
372
426
  pymisp/data/misp-objects/relationships/definition.json,sha256=J6d5qzEklS9PHQda1qHE9eIeMQZw94sVCCGTN_mVa9Q,48218
373
- pymisp/data/misp-objects/schema_objects.json,sha256=uwRHHv4mvNkg0A9Kdeb3Y80_IUhJglsIn-gN88Kh65g,8346
427
+ pymisp/data/misp-objects/schema_objects.json,sha256=VgCkZKoE2eF0kfhNbuqTSkXwHoJGZmZxBrHEIJKxbQo,8346
374
428
  pymisp/data/misp-objects/schema_relationships.json,sha256=MCusp9GAyuHTo3lLyBrsvl5WJC-OHjXYHlEHW6fNv8M,1181
375
- pymisp/data/misp-objects/tools/adoc_objects.py,sha256=Mv9pibT7-GCkj8WjBJf8Yo8iJ23zA2I8uqOYQODX1pI,7662
376
- pymisp/data/misp-objects/tools/alfred_links_to_relarelationships.py,sha256=_RnS-Dwdi1XruN45q7jGbdRee7mRR2k7oZrgqXtW-dM,1572
377
- pymisp/data/misp-objects/tools/list_of_objects.py,sha256=BVzegOHwdjVFg9SJ3mdkqVCZT4SieyhQk_7wIe5ndHo,1783
378
- pymisp/data/misp-objects/tools/updated.sh,sha256=h_rsen5CZsJaAKBKA5UWa8GTrtZrzvgoRFyhCYR85wY,228
379
- pymisp/data/misp-objects/tools/validate_opposites.sh,sha256=C6vdFVTQyYbEdl8DDvh68H0jIyd7tSq0cWdvfqIc_oQ,401
380
- pymisp/data/misp-objects/unique_uuid.py,sha256=V8lw6AkVYu2UgNK0CRoFhZWoaZN3zMBuld-1N3BayvU,468
381
- pymisp/data/misp-objects/validate_all.sh,sha256=0wWn-qZS9Pp0voEHK2QBCUxjvlaYj_kbI0RxoBdZ1ek,822
382
429
  pymisp/data/schema-lax.json,sha256=2QICdCbtfXRJkTVjwb7xjF3ypys2wOtrUyE1ZDz_qes,8561
383
430
  pymisp/data/schema.json,sha256=79N2hObemthb_syUHksDqM4djFttsWZQDg1sTYZYxys,9178
384
431
  pymisp/exceptions.py,sha256=IgGGadv5lnLAvO7Q6AjF0vEbjoWwwDWLYwMn-8pkU_k,1965
385
- pymisp/mispevent.py,sha256=U2Tu1U80GRqKnagpkQJmz2hHjH_twq72nKN5K5VjzWk,121187
432
+ pymisp/mispevent.py,sha256=OkU-PyoKIVQ9cUyUmxD3hPnCsOW5Tn7EJcGLm81LYJQ,121354
386
433
  pymisp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
387
434
  pymisp/tools/__init__.py,sha256=_KCihYo82e8G5cHV321ak2sgbao2GyFjf4sSTMiN_IM,2233
388
435
  pymisp/tools/_psl_faup.py,sha256=JyK8RQm8DPWvNuoF4rQpiE0rBm-Az-sr38Kl46dmWcs,7034
@@ -413,7 +460,7 @@ pymisp/tools/update_objects.py,sha256=sp_XshzgtRjAU0Mqg8FgRTaokjVKLImyQ02xIcPSrH
413
460
  pymisp/tools/urlobject.py,sha256=PIucy1356zaljUm1NbeKmEpHpAUK9yiK2lAugcMp2t8,2489
414
461
  pymisp/tools/vehicleobject.py,sha256=bs7f4d47IBi2-VumssSM3HlqkH0viyHTLmIHQxe8Iz8,3687
415
462
  pymisp/tools/vtreportobject.py,sha256=NsdYzgqm47dywYeW8UnWmEDeIsf07xZreD2iJzFm2wg,3217
416
- pymisp-2.5.4.dist-info/LICENSE,sha256=1oPSVvs96qLjbJVi3mPn0yvWs-6aoIF6BNXi6pVlFmY,1615
417
- pymisp-2.5.4.dist-info/METADATA,sha256=2xiY-iIVYNriRJZJ_GVTvxPYOKOAr5MjQloPa8ApVrw,9166
418
- pymisp-2.5.4.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
419
- pymisp-2.5.4.dist-info/RECORD,,
463
+ pymisp-2.5.7.1.dist-info/LICENSE,sha256=1oPSVvs96qLjbJVi3mPn0yvWs-6aoIF6BNXi6pVlFmY,1615
464
+ pymisp-2.5.7.1.dist-info/METADATA,sha256=HDHYHKqHPkRKJVmA6fXwicqhcOCPCfTiMjZAVF0tDAI,8883
465
+ pymisp-2.5.7.1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
466
+ pymisp-2.5.7.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.1
2
+ Generator: poetry-core 2.1.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1 +0,0 @@
1
- gitdir: ../../../.git/modules/pymisp/data/misp-objects
@@ -1,289 +0,0 @@
1
- # -*- coding: utf-8; mode: python -*-
2
- ##
3
- ## Format
4
- ##
5
- ## ACTION: [AUDIENCE:] COMMIT_MSG [!TAG ...]
6
- ##
7
- ## Description
8
- ##
9
- ## ACTION is one of 'chg', 'fix', 'new'
10
- ##
11
- ## Is WHAT the change is about.
12
- ##
13
- ## 'chg' is for refactor, small improvement, cosmetic changes...
14
- ## 'fix' is for bug fixes
15
- ## 'new' is for new features, big improvement
16
- ##
17
- ## AUDIENCE is optional and one of 'dev', 'usr', 'pkg', 'test', 'doc'|'docs'
18
- ##
19
- ## Is WHO is concerned by the change.
20
- ##
21
- ## 'dev' is for developpers (API changes, refactors...)
22
- ## 'usr' is for final users (UI changes)
23
- ## 'pkg' is for packagers (packaging changes)
24
- ## 'test' is for testers (test only related changes)
25
- ## 'doc' is for doc guys (doc only changes)
26
- ##
27
- ## COMMIT_MSG is ... well ... the commit message itself.
28
- ##
29
- ## TAGs are additionnal adjective as 'refactor' 'minor' 'cosmetic'
30
- ##
31
- ## They are preceded with a '!' or a '@' (prefer the former, as the
32
- ## latter is wrongly interpreted in github.) Commonly used tags are:
33
- ##
34
- ## 'refactor' is obviously for refactoring code only
35
- ## 'minor' is for a very meaningless change (a typo, adding a comment)
36
- ## 'cosmetic' is for cosmetic driven change (re-indentation, 80-col...)
37
- ## 'wip' is for partial functionality but complete subfunctionality.
38
- ##
39
- ## Example:
40
- ##
41
- ## new: usr: support of bazaar implemented
42
- ## chg: re-indentend some lines !cosmetic
43
- ## new: dev: updated code to be compatible with last version of killer lib.
44
- ## fix: pkg: updated year of licence coverage.
45
- ## new: test: added a bunch of test around user usability of feature X.
46
- ## fix: typo in spelling my name in comment. !minor
47
- ##
48
- ## Please note that multi-line commit message are supported, and only the
49
- ## first line will be considered as the "summary" of the commit message. So
50
- ## tags, and other rules only applies to the summary. The body of the commit
51
- ## message will be displayed in the changelog without reformatting.
52
-
53
-
54
- ##
55
- ## ``ignore_regexps`` is a line of regexps
56
- ##
57
- ## Any commit having its full commit message matching any regexp listed here
58
- ## will be ignored and won't be reported in the changelog.
59
- ##
60
- ignore_regexps = [
61
- r'@minor', r'!minor',
62
- r'@cosmetic', r'!cosmetic',
63
- r'@refactor', r'!refactor',
64
- r'@wip', r'!wip',
65
- r'^([cC]hg|[fF]ix|[nN]ew)\s*:\s*[p|P]kg:',
66
- r'^([cC]hg|[fF]ix|[nN]ew)\s*:\s*[d|D]ev:',
67
- r'^(.{3,3}\s*:)?\s*[fF]irst commit.?\s*$',
68
- ]
69
-
70
-
71
- ## ``section_regexps`` is a list of 2-tuples associating a string label and a
72
- ## list of regexp
73
- ##
74
- ## Commit messages will be classified in sections thanks to this. Section
75
- ## titles are the label, and a commit is classified under this section if any
76
- ## of the regexps associated is matching.
77
- ##
78
- ## Please note that ``section_regexps`` will only classify commits and won't
79
- ## make any changes to the contents. So you'll probably want to go check
80
- ## ``subject_process`` (or ``body_process``) to do some changes to the subject,
81
- ## whenever you are tweaking this variable.
82
- ##
83
- section_regexps = [
84
- ('New', [
85
- r'^[nN]ew\s*:\s*((dev|use?r|pkg|test|doc|docs)\s*:\s*)?([^\n]*)$',
86
- ]),
87
- ('Changes', [
88
- r'^[cC]hg\s*:\s*((dev|use?r|pkg|test|doc|docs)\s*:\s*)?([^\n]*)$',
89
- ]),
90
- ('Fix', [
91
- r'^[fF]ix\s*:\s*((dev|use?r|pkg|test|doc|docs)\s*:\s*)?([^\n]*)$',
92
- ]),
93
-
94
- ('Other', None ## Match all lines
95
- ),
96
-
97
- ]
98
-
99
-
100
- ## ``body_process`` is a callable
101
- ##
102
- ## This callable will be given the original body and result will
103
- ## be used in the changelog.
104
- ##
105
- ## Available constructs are:
106
- ##
107
- ## - any python callable that take one txt argument and return txt argument.
108
- ##
109
- ## - ReSub(pattern, replacement): will apply regexp substitution.
110
- ##
111
- ## - Indent(chars=" "): will indent the text with the prefix
112
- ## Please remember that template engines gets also to modify the text and
113
- ## will usually indent themselves the text if needed.
114
- ##
115
- ## - Wrap(regexp=r"\n\n"): re-wrap text in separate paragraph to fill 80-Columns
116
- ##
117
- ## - noop: do nothing
118
- ##
119
- ## - ucfirst: ensure the first letter is uppercase.
120
- ## (usually used in the ``subject_process`` pipeline)
121
- ##
122
- ## - final_dot: ensure text finishes with a dot
123
- ## (usually used in the ``subject_process`` pipeline)
124
- ##
125
- ## - strip: remove any spaces before or after the content of the string
126
- ##
127
- ## - SetIfEmpty(msg="No commit message."): will set the text to
128
- ## whatever given ``msg`` if the current text is empty.
129
- ##
130
- ## Additionally, you can `pipe` the provided filters, for instance:
131
- #body_process = Wrap(regexp=r'\n(?=\w+\s*:)') | Indent(chars=" ")
132
- #body_process = Wrap(regexp=r'\n(?=\w+\s*:)')
133
- #body_process = noop
134
- body_process = ReSub(r'((^|\n)[A-Z]\w+(-\w+)*: .*(\n\s+.*)*)+$', r'') | strip
135
-
136
-
137
- ## ``subject_process`` is a callable
138
- ##
139
- ## This callable will be given the original subject and result will
140
- ## be used in the changelog.
141
- ##
142
- ## Available constructs are those listed in ``body_process`` doc.
143
- subject_process = (strip |
144
- ReSub(r'^([cC]hg|[fF]ix|[nN]ew)\s*:\s*((dev|use?r|pkg|test|doc|docs)\s*:\s*)?([^\n@]*)(@[a-z]+\s+)*$', r'\4') |
145
- SetIfEmpty("No commit message.") | ucfirst | final_dot)
146
-
147
-
148
- ## ``tag_filter_regexp`` is a regexp
149
- ##
150
- ## Tags that will be used for the changelog must match this regexp.
151
- ##
152
- tag_filter_regexp = r'^v[0-9]+\.[0-9]+\.[0-9]+$'
153
-
154
-
155
-
156
- ## ``unreleased_version_label`` is a string or a callable that outputs a string
157
- ##
158
- ## This label will be used as the changelog Title of the last set of changes
159
- ## between last valid tag and HEAD if any.
160
- unreleased_version_label = "%%version%% (unreleased)"
161
-
162
-
163
- ## ``output_engine`` is a callable
164
- ##
165
- ## This will change the output format of the generated changelog file
166
- ##
167
- ## Available choices are:
168
- ##
169
- ## - rest_py
170
- ##
171
- ## Legacy pure python engine, outputs ReSTructured text.
172
- ## This is the default.
173
- ##
174
- ## - mustache(<template_name>)
175
- ##
176
- ## Template name could be any of the available templates in
177
- ## ``templates/mustache/*.tpl``.
178
- ## Requires python package ``pystache``.
179
- ## Examples:
180
- ## - mustache("markdown")
181
- ## - mustache("restructuredtext")
182
- ##
183
- ## - makotemplate(<template_name>)
184
- ##
185
- ## Template name could be any of the available templates in
186
- ## ``templates/mako/*.tpl``.
187
- ## Requires python package ``mako``.
188
- ## Examples:
189
- ## - makotemplate("restructuredtext")
190
- ##
191
- #output_engine = rest_py
192
- #output_engine = mustache("restructuredtext")
193
- output_engine = mustache("markdown")
194
- #output_engine = makotemplate("restructuredtext")
195
-
196
-
197
- ## ``include_merge`` is a boolean
198
- ##
199
- ## This option tells git-log whether to include merge commits in the log.
200
- ## The default is to include them.
201
- include_merge = True
202
-
203
-
204
- ## ``log_encoding`` is a string identifier
205
- ##
206
- ## This option tells gitchangelog what encoding is outputed by ``git log``.
207
- ## The default is to be clever about it: it checks ``git config`` for
208
- ## ``i18n.logOutputEncoding``, and if not found will default to git's own
209
- ## default: ``utf-8``.
210
- #log_encoding = 'utf-8'
211
-
212
-
213
- ## ``publish`` is a callable
214
- ##
215
- ## Sets what ``gitchangelog`` should do with the output generated by
216
- ## the output engine. ``publish`` is a callable taking one argument
217
- ## that is an interator on lines from the output engine.
218
- ##
219
- ## Some helper callable are provided:
220
- ##
221
- ## Available choices are:
222
- ##
223
- ## - stdout
224
- ##
225
- ## Outputs directly to standard output
226
- ## (This is the default)
227
- ##
228
- ## - FileInsertAtFirstRegexMatch(file, pattern, idx=lamda m: m.start())
229
- ##
230
- ## Creates a callable that will parse given file for the given
231
- ## regex pattern and will insert the output in the file.
232
- ## ``idx`` is a callable that receive the matching object and
233
- ## must return a integer index point where to insert the
234
- ## the output in the file. Default is to return the position of
235
- ## the start of the matched string.
236
- ##
237
- ## - FileRegexSubst(file, pattern, replace, flags)
238
- ##
239
- ## Apply a replace inplace in the given file. Your regex pattern must
240
- ## take care of everything and might be more complex. Check the README
241
- ## for a complete copy-pastable example.
242
- ##
243
- # publish = FileInsertIntoFirstRegexMatch(
244
- # "CHANGELOG.rst",
245
- # r'/(?P<rev>[0-9]+\.[0-9]+(\.[0-9]+)?)\s+\([0-9]+-[0-9]{2}-[0-9]{2}\)\n--+\n/',
246
- # idx=lambda m: m.start(1)
247
- # )
248
- #publish = stdout
249
-
250
-
251
- ## ``revs`` is a list of callable or a list of string
252
- ##
253
- ## callable will be called to resolve as strings and allow dynamical
254
- ## computation of these. The result will be used as revisions for
255
- ## gitchangelog (as if directly stated on the command line). This allows
256
- ## to filter exaclty which commits will be read by gitchangelog.
257
- ##
258
- ## To get a full documentation on the format of these strings, please
259
- ## refer to the ``git rev-list`` arguments. There are many examples.
260
- ##
261
- ## Using callables is especially useful, for instance, if you
262
- ## are using gitchangelog to generate incrementally your changelog.
263
- ##
264
- ## Some helpers are provided, you can use them::
265
- ##
266
- ## - FileFirstRegexMatch(file, pattern): will return a callable that will
267
- ## return the first string match for the given pattern in the given file.
268
- ## If you use named sub-patterns in your regex pattern, it'll output only
269
- ## the string matching the regex pattern named "rev".
270
- ##
271
- ## - Caret(rev): will return the rev prefixed by a "^", which is a
272
- ## way to remove the given revision and all its ancestor.
273
- ##
274
- ## Please note that if you provide a rev-list on the command line, it'll
275
- ## replace this value (which will then be ignored).
276
- ##
277
- ## If empty, then ``gitchangelog`` will act as it had to generate a full
278
- ## changelog.
279
- ##
280
- ## The default is to use all commits to make the changelog.
281
- #revs = ["^1.0.3", ]
282
- #revs = [
283
- # Caret(
284
- # FileFirstRegexMatch(
285
- # "CHANGELOG.rst",
286
- # r"(?P<rev>[0-9]+\.[0-9]+(\.[0-9]+)?)\s+\([0-9]+-[0-9]{2}-[0-9]{2}\)\n--+\n")),
287
- # "HEAD"
288
- #]
289
- revs = []
@@ -1,41 +0,0 @@
1
- name: "CodeQL"
2
-
3
- on:
4
- push:
5
- branches: [ "main" ]
6
- pull_request:
7
- branches: [ "main" ]
8
- schedule:
9
- - cron: "43 15 * * 4"
10
-
11
- jobs:
12
- analyze:
13
- name: Analyze
14
- runs-on: ubuntu-latest
15
- permissions:
16
- actions: read
17
- contents: read
18
- security-events: write
19
-
20
- strategy:
21
- fail-fast: false
22
- matrix:
23
- language: [ python ]
24
-
25
- steps:
26
- - name: Checkout
27
- uses: actions/checkout@v3
28
-
29
- - name: Initialize CodeQL
30
- uses: github/codeql-action/init@v2
31
- with:
32
- languages: ${{ matrix.language }}
33
- queries: +security-and-quality
34
-
35
- - name: Autobuild
36
- uses: github/codeql-action/autobuild@v2
37
-
38
- - name: Perform CodeQL Analysis
39
- uses: github/codeql-action/analyze@v2
40
- with:
41
- category: "/language:${{ matrix.language }}"
@@ -1,39 +0,0 @@
1
- name: Python application
2
-
3
- on:
4
- push:
5
- branches: [ main ]
6
- pull_request:
7
- branches: [ main ]
8
-
9
- jobs:
10
- build:
11
-
12
- runs-on: ubuntu-latest
13
- strategy:
14
- matrix:
15
- python-version: ['3.8', '3.9', '3.10']
16
-
17
- steps:
18
-
19
- - uses: actions/checkout@v2
20
-
21
- - name: Set up Python ${{matrix.python-version}}
22
- uses: actions/setup-python@v2
23
- with:
24
- python-version: ${{matrix.python-version}}
25
-
26
- - name: Initialize submodules
27
- run: git submodule update --init --recursive
28
-
29
- - name: Install system dependencies
30
- run: |
31
- sudo apt install jq moreutils
32
-
33
- - name: Install Python dependencies
34
- run: |
35
- python -m pip install --upgrade jsonschema
36
-
37
- - name: Test
38
- run: |
39
- ./validate_all.sh
@@ -1,16 +0,0 @@
1
- language: python
2
-
3
- cache: pip
4
-
5
- python:
6
- - "3.6"
7
-
8
- sudo: required
9
-
10
- install:
11
- - sudo apt-get update -qq
12
- - sudo apt-get install -y -qq jq moreutils
13
- - pip install jsonschema
14
-
15
- script:
16
- - ./validate_all.sh