From 725e59105e621002a658ea2ab2853226281d6db8 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Mon, 18 Jun 2018 19:13:52 +0900 Subject: [PATCH 1/2] =?UTF-8?q?-=20Set=20my=20misp-objects=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index d0e9062..8f7dbe3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "pymisp/data/misp-objects"] path = pymisp/data/misp-objects - url = https://github.com/MISP/misp-objects + url = https://github.com/SteveClement/misp-objects From 036139ef25c23532b2ce4fa0173628bb3069ad3b Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Thu, 21 Feb 2019 10:39:12 +0530 Subject: [PATCH 2/2] new: [badge] Added pypi and python version badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 68a087d..b598d84 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ README [![Documentation Status](https://readthedocs.org/projects/pymisp/badge/?version=latest)](http://pymisp.readthedocs.io/?badge=latest) [![Build Status](https://travis-ci.org/MISP/PyMISP.svg?branch=master)](https://travis-ci.org/MISP/PyMISP) [![Coverage Status](https://coveralls.io/repos/github/MISP/PyMISP/badge.svg?branch=master)](https://coveralls.io/github/MISP/PyMISP?branch=master) +[![Python 3.6](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/release/python-360/) +[![PyPi version](https://img.shields.io/pypi/v/pymisp.svg)](https://pypi.python.org/pypi/pymisp/) # PyMISP - Python Library to access MISP