Hello community, here is the log from the commit of package python-pymisp for openSUSE:Factory checked in at 2020-04-10 23:53:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pymisp (Old) and /work/SRC/openSUSE:Factory/.python-pymisp.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pymisp" Fri Apr 10 23:53:37 2020 rev:24 rq:792919 version:2.4.124 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pymisp/python-pymisp.changes 2020-03-25 23:46:29.768056400 +0100 +++ /work/SRC/openSUSE:Factory/.python-pymisp.new.3248/python-pymisp.changes 2020-04-10 23:54:18.792745450 +0200 @@ -1,0 +2,27 @@ +Fri Apr 3 08:24:04 UTC 2020 - Sebastian Wagner <[email protected]> + +- update to version 2.4.124: + - Changes + - Bump version. [Raphaël Vinot] + - Bump dependencies. [Raphaël Vinot] + - Bump misp-objects. [Raphaël Vinot] + - Add option to aggregare by country. [Raphaël Vinot] + - [CSSE COVID] Publish the event immediately. [Raphaël Vinot] + - Add changelog and readme in the package. [Raphaël Vinot] + - Bump version in pyproject. [Raphaël Vinot] + - Fix + - Strip every string in AbstractMISP. [Raphaël Vinot] + fix #546 + - Incorrect expectation of attribute value to be a str - take 2. + [Raphaël Vinot] + Related #553 + - Incorrect expectation of attribute value to be a str. [Raphaël Vinot] + Fix #553 + - Other + - Dos2unix examples/stats_report.py. [Sebastian Wagner] + - Cytomic Orion API access. [Koen Van Impe] + - Add organisations from CSV. [Koen Van Impe] + - Minor updates to vmray_automation for travis. [Koen Van Impe] + - VMRay Automation with ExpandedPyMISP. [Koen Van Impe] + +------------------------------------------------------------------- Old: ---- python-pymisp-2.4.123.tar.gz New: ---- python-pymisp-2.4.124.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pymisp.spec ++++++ --- /var/tmp/diff_new_pack.oQRicr/_old 2020-04-10 23:54:19.644746074 +0200 +++ /var/tmp/diff_new_pack.oQRicr/_new 2020-04-10 23:54:19.648746077 +0200 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pymisp -Version: 2.4.123 +Version: 2.4.124 Release: 0 Summary: Python API for MISP License: BSD-2-Clause @@ -27,7 +27,7 @@ URL: https://github.com/MISP/PyMISP Source0: https://github.com/MISP/PyMISP/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz # github tarball misses the misp-objects subproject data -Source1: https://github.com/MISP/misp-objects/archive/7ef9a2ba56efc6553a720d6df27c9ee547e24242.tar.gz#/misp-objects.tar.gz +Source1: https://github.com/MISP/misp-objects/archive/3a87dfd0832a576d53d7665bd93451dec7bc59f1.tar.gz#/misp-objects.tar.gz # pypi tarball missing some files: https://github.com/MISP/PyMISP/issues/554 #Source: https://files.pythonhosted.org/packages/source/p/pymisp/pymisp-%%{version}.tar.gz BuildRequires: %{python_module setuptools} ++++++ misp-objects.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/misp-objects-7ef9a2ba56efc6553a720d6df27c9ee547e24242/objects/attack-pattern/definition.json new/misp-objects-3a87dfd0832a576d53d7665bd93451dec7bc59f1/objects/attack-pattern/definition.json --- old/misp-objects-7ef9a2ba56efc6553a720d6df27c9ee547e24242/objects/attack-pattern/definition.json 2020-03-10 09:40:50.000000000 +0100 +++ new/misp-objects-3a87dfd0832a576d53d7665bd93451dec7bc59f1/objects/attack-pattern/definition.json 2020-03-29 07:44:12.000000000 +0200 @@ -35,6 +35,12 @@ "ui-priority": 0, "multiple": true, "misp-attribute": "weakness" + }, + "references": { + "description": "External references", + "ui-priority": 0, + "multiple": true, + "misp-attribute": "link" } }, "version": 1, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/misp-objects-7ef9a2ba56efc6553a720d6df27c9ee547e24242/objects/covid19-csse-daily-report/definition.json new/misp-objects-3a87dfd0832a576d53d7665bd93451dec7bc59f1/objects/covid19-csse-daily-report/definition.json --- old/misp-objects-7ef9a2ba56efc6553a720d6df27c9ee547e24242/objects/covid19-csse-daily-report/definition.json 2020-03-10 09:40:50.000000000 +0100 +++ new/misp-objects-3a87dfd0832a576d53d7665bd93451dec7bc59f1/objects/covid19-csse-daily-report/definition.json 2020-03-29 07:44:12.000000000 +0200 @@ -4,6 +4,18 @@ "update" ], "attributes": { + "fips": { + "description": "Federal Information Processing Standard county code (US Only)", + "ui-priority": 0, + "misp-attribute": "counter", + "disable_correlation": true + }, + "county": { + "description": "US County (US Only)", + "ui-priority": 0, + "misp-attribute": "counter", + "disable_correlation": true + }, "province-state": { "description": "province name; US/Canada/Australia/ - city name, state/province name; Others - name of the event (e.g., \"Diamond Princess\" cruise ship); other countries - blank.", "ui-priority": 1, @@ -22,6 +34,18 @@ "misp-attribute": "datetime", "disable_correlation": true }, + "latitude": { + "description": "Approximate latitude of the entry", + "ui-priority": 0, + "misp-attribute": "float", + "disable_correlation": true + }, + "longitude": { + "description": "Approximate longitude of the entry", + "ui-priority": 0, + "misp-attribute": "float", + "disable_correlation": true + }, "confirmed": { "description": "the number of confirmed cases. For Hubei Province: from Feb 13 (GMT +8), we report both clinically diagnosed and lab-confirmed cases. For lab-confirmed cases only (Before Feb 17), please refer to https://github.com/CSSEGISandData/COVID-19/tree/master/who_covid_19_situation_reports.", "misp-attribute": "counter", @@ -39,9 +63,15 @@ "misp-attribute": "counter", "disable_correlation": true, "ui-priority": 1 + }, + "active": { + "description": "the number of active cases.", + "misp-attribute": "counter", + "disable_correlation": true, + "ui-priority": 1 } }, - "version": 1, + "version": 2, "description": "CSSE COVID-19 Daily report", "meta-category": "health", "uuid": "9458bf83-2e29-4ff3-9996-0564f2d954c8", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/misp-objects-7ef9a2ba56efc6553a720d6df27c9ee547e24242/objects/narrative/definition.json new/misp-objects-3a87dfd0832a576d53d7665bd93451dec7bc59f1/objects/narrative/definition.json --- old/misp-objects-7ef9a2ba56efc6553a720d6df27c9ee547e24242/objects/narrative/definition.json 1970-01-01 01:00:00.000000000 +0100 +++ new/misp-objects-3a87dfd0832a576d53d7665bd93451dec7bc59f1/objects/narrative/definition.json 2020-03-29 07:44:12.000000000 +0200 @@ -0,0 +1,93 @@ +{ + "requiredOneOf": [ + "attachment", + "archive", + "narrative-description", + "narrative-summary" + ], + "attributes": { + "5Ds-of-propaganda": { + "description": "5 D's of propaganda are tactics of rebuttal used to defend against criticism and adversarial narratives.", + "ui-priority": 1, + "misp-attribute": "text", + "disable_correlation": true, + "multiple": true, + "values_list": [ + "dismiss", + "distort", + "distract", + "dismay", + "divide" + ] + }, + "attachment": { + "description": "Documents related to the narrative.", + "ui-priority": 1, + "misp-attribute": "attachment" + }, + "narrative-description": { + "description": "A description of the narrative.", + "disable_correlation": true, + "ui-priority": 1, + "misp-attribute": "text" + }, + "narrative-summary": { + "description": "A summary of the narrative.", + "ui-priority": 1, + "misp-attribute": "text" + }, + "external-references": { + "description": "Link to external references.", + "disable_correlation": true, + "ui-priority": 1, + "misp-attribute": "link" + }, + "link": { + "description": "Original link to the narrative source (Supposed harmless)", + "ui-priority": 1, + "misp-attribute": "link" + }, + "url": { + "description": "Original link to the narrative source (Supposed malicious)", + "ui-priority": 1, + "misp-attribute": "url" + }, + "archive": { + "description": "Archive of the original narrative source (Internet Archive, Archive.is, etc).", + "disable_correlation": true, + "ui-priority": 1, + "multiple": true, + "misp-attribute": "link" + }, + "objective": { + "description": "Objective of the narrative.", + "ui-priority": 1, + "misp-attribute": "text", + "disable_correlation": true, + "multiple": true, + "sane_default": [ + "Disinformation", + "Advertising", + "Parody", + "Other" + ] + }, + "last-seen": { + "description": "When the narrative has been accessible or seen for the last time.", + "disable_correlation": true, + "ui-priority": 0, + "misp-attribute": "datetime" + }, + "first-seen": { + "description": "When the narrative has been accessible or seen for the first time.", + "disable_correlation": true, + "ui-priority": 0, + "misp-attribute": "datetime" + } + }, + "version": 2, + "description": "Object describing a narrative.", + "meta-category": "misc", + "uuid": "83bea299-514a-4719-a84b-f6fd0997fac1", + "name": "narrative" +} ++++++ python-pymisp-2.4.123.tar.gz -> python-pymisp-2.4.124.tar.gz ++++++ ++++ 2309 lines of diff (skipped)
