Skip to content

Commit 7fc7b00

Browse files
authored
Merge pull request #10 from Intsights/PD-41096-add-cortex-yaml
PD-41096 Auto-add cortex.yaml
2 parents 1f02798 + 3b27b20 commit 7fc7b00

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

cortex.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
info:
3+
title: Pysubstringsearch
4+
description: Python library for fast substring/pattern search written in C++ leveraging
5+
Suffix Array Algorithm
6+
x-cortex-git:
7+
github:
8+
alias: intsightsorg
9+
repository: Intsights/PySubstringSearch
10+
x-cortex-tag: pysubstringsearch
11+
x-cortex-type: service
12+
x-cortex-domain-parents:
13+
- tag: threatintel-rd
14+
openapi: 3.0.1
15+
servers:
16+
- url: "/"

0 commit comments

Comments
 (0)