Skip to content

Commit

Permalink
adjusted the documentation + little tweaks to the GUI + added new iss…
Browse files Browse the repository at this point in the history
…ue templates
  • Loading branch information
mlodic committed Jan 5, 2023
1 parent 78114d2 commit c7f8b7b
Show file tree
Hide file tree
Showing 7 changed files with 100 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new_analyzer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: New Analyzer
about: A new analyzer to integrate with intel owl
about: A new analyzer to integrate with IntelOwl
title: "[Analyzer]"
labels: new_analyzer
assignees: ''
Expand Down
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/new_connector.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: New Connector
about: A new connector to integrate with IntelOwl
title: "[Connector]"
labels: new_connector
assignees: ''

---

## Name

## Link

## Type of connector
** what kind of data this connector would push to the integrated service **


## Why should we use it


## Possible implementation
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/new_ingestor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: New Ingestor
about: A new ingestor to integrate with IntelOwl
title: "[Ingestor]"
labels: new_ingestor
assignees: ''

---

## Name

## Link


## Why should we use it


## Possible implementation
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/new_scanner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: New Scanner
about: A new scanner to integrate with IntelOwl
title: "[Scanner]"
labels: new_scanner
assignees: ''

---

## Name

## Link

## Type of scanner
**this can be observable, file, and docker**


## Why should we use it


## Possible implementation
67 changes: 37 additions & 30 deletions docs/source/Usage.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/src/components/plugins/PluginsContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const routes = [
location: "playbooks",
Title: () => (
<span>
<TiFlowChildren />
<TiBook />
&nbsp;Playbooks
</span>
),
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/scan/ScanForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const observableType2PropsMap = {
},
generic: {
placeholder: "email, phone no., city, country, registry etc.",
pattern: ".*",
pattern: ".+",
},
};

Expand Down

0 comments on commit c7f8b7b

Please sign in to comment.