Skip to content

Commit

Permalink
Merge pull request #35 from splunk-soar-connectors/next
Browse files Browse the repository at this point in the history
Merging next to main for release 4.4.3
  • Loading branch information
phantom-jacob authored Dec 4, 2024
2 parents 349f6f2 + 9db4d37 commit 67d6b04
Show file tree
Hide file tree
Showing 10 changed files with 161 additions and 394 deletions.
1 change: 1 addition & 0 deletions .compile_app.ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tasks.py
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pkg_build
*.tgz
venv
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# Contributing
For more information about contributing to Splunk SOAR Apps please take a look at our app [Contribution Guide](https://github.com/splunk-soar-connectors/.github/blob/main/.github/CONTRIBUTING.md)!


## Developing

Run
```shell
pip install -r dev-requirements.txt
```

Then type in `invoke --list` to see the list of available tasks.

To package the app run.

```shell
invoke package
```
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Recorded Future For Splunk SOAR

Publisher: Recorded Future, Inc
Connector Version: 4.4.2
Connector Version: 4.4.3
Product Vendor: Recorded Future, Inc
Product Name: Recorded Future App for Phantom
Product Version Supported (regex): ".\*"
Minimum Product Version: 6.2.1
Minimum Product Version: 6.3.0

Enhance your security posture with Recorded Future for Splunk SOAR.
Key Capabilities:
Expand Down
2 changes: 2 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
pudb==2019.2
invoke
black
6 changes: 3 additions & 3 deletions recordedfuture.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"publisher": "Recorded Future, Inc",
"type": "reputation",
"main_module": "recordedfuture_connector.py",
"app_version": "4.4.2",
"app_version": "4.4.3",
"utctime_updated": "2024-07-08T11:40:50.000000Z",
"package_name": "phantom_recordedfuture",
"product_name": "Recorded Future App for Phantom",
"product_vendor": "Recorded Future, Inc",
"product_version_regex": ".*",
"min_phantom_version": "6.2.1",
"min_phantom_version": "6.3.0",
"python_version": "3",
"fips_compliant": true,
"latest_tested_versions": [
Expand Down Expand Up @@ -9983,4 +9983,4 @@
"pip39_dependencies": {
"wheel": []
}
}
}
Loading

0 comments on commit 67d6b04

Please sign in to comment.