From edc7512023e550538497dd47d45a06aca7e35963 Mon Sep 17 00:00:00 2001 From: yssrku Date: Wed, 9 Oct 2024 17:01:56 +0900 Subject: [PATCH] Release as 8.0.4-p1 --- README.md | 9 +++++++++ package.json | 8 ++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f038c2a..5933ddd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # IoC extractor +This is a fork of https://github.com/ninoseki/ioc-extractor with the following changes +* sorting is removed +* IPv4 and IPv6 address also accepts optional CIDR mask (can be disable by setting `enableOptionalMask: false`) +* new `only` option for extractIOC to only extract certain types of IoCs + +I'm too lazy to make this configurable and send PR, so here we are. + +*** + [![npm version](https://badge.fury.io/js/ioc-extractor.svg)](https://badge.fury.io/js/ioc-extractor) ![Node.js CI](https://github.com/ninoseki/ioc-extractor/workflows/Node.js%20CI/badge.svg) [![CodeFactor](https://www.codefactor.io/repository/github/ninoseki/ioc-extractor/badge)](https://www.codefactor.io/repository/github/ninoseki/ioc-extractor) diff --git a/package.json b/package.json index 0da6b4a..b34edee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "ioc-extractor", - "version": "8.0.4", - "description": "IoC (Indicator of Compromise) extractor", + "name": "ioc-extractor-without-sort", + "version": "8.0.4-p1", + "description": "ioc-extractor fork that keeps indicator order from the input document + other patches", "type": "module", "exports": { ".": { @@ -58,7 +58,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/ninoseki/ioc-extractor.git" + "url": "https://github.com/yssrku/ioc-extractor-without-sort.git" }, "author": "Manabu Niseki", "license": "MIT",