Skip to content

Commit

Permalink
update readme to spcify supported development versions+some links upd…
Browse files Browse the repository at this point in the history
…ate (#738)
  • Loading branch information
mdazam1942 committed Nov 22, 2021
1 parent 2125375 commit 9f14355
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions OVERVIEW.md
Expand Up @@ -506,9 +506,9 @@ The `execute` command tests all steps of the translation-transmission flow:

### Debug

You can add the `--debug` option at the end of your CLI command to see more logs.
You can add the `--debug` option to your CLI command to see more logs.

`stix-shifter execute <TRANSMISSION MODULE NAME> <TRANSLATION MODULE NAME> '<STIX IDENTITY OBJECT>' '<CONNECTION OBJECT>' '<CONFIGURATION OBJECT>' '<STIX PATTERN>' --debug`
`stix-shifter --debug execute <TRANSMISSION MODULE NAME> <TRANSLATION MODULE NAME> '<STIX IDENTITY OBJECT>' '<CONNECTION OBJECT>' '<CONFIGURATION OBJECT>' '<STIX PATTERN>'`

### Change max returned results

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -78,11 +78,11 @@ print(response)

We are thrilled you are considering contributing! We welcome all contributors.

Please read our [guidelines for contributing](https://github.com/opencybersecurityalliance/stix-shifter/blob/master/CONTRIBUTING.md).
Please read our [guidelines for contributing](https://github.com/opencybersecurityalliance/stix-shifter/blob/develop/CONTRIBUTING.md).

## Guide for creating new connectors

If you want to create a new connector for STIX-shifter, see the [developer guide](https://github.com/opencybersecurityalliance/stix-shifter/blob/master/adapter-guide/develop-stix-adapter.md)
If you want to create a new connector for STIX-shifter, see the [developer guide](https://github.com/opencybersecurityalliance/stix-shifter/blob/develop/adapter-guide/develop-stix-adapter.md)

## Licensing

Expand Down
2 changes: 1 addition & 1 deletion adapter-guide/develop-stix-adapter.md
Expand Up @@ -24,7 +24,7 @@ By implementing a new connector, _Developer A_ allows _Product A_ to fit into th

## Prerequisites

- Your development environment must use Python 3.6.
- Your development environment must use any of the follow Python versions: 3.6, 3.7, 3.8 and 3.9.
- You must have access to the target data source. In the sample scenario, you must have access to Product A data source.
- You must be familiar with Product A's query language and APIs.
- You must be familiar or understand the following concepts:
Expand Down

0 comments on commit 9f14355

Please sign in to comment.