Skip to content

Commit

Permalink
ReversingLabs-TitaniumCloud v2: Other - Update version of ReversingLa…
Browse files Browse the repository at this point in the history
…bs SDK and dependency libraries due to known vulnerabilities (#20)

* Added initial pipeline

* Bump version of RL SDK and dependencies

* Sorting and Linting

* Added new config for linting and formatting

* Isort

* Linting

* Change directly on develop

* Black format

* Flake8 isort

* Trigger pipeline on Splunk side

* Added linting config same as splunk github actions from phantomcyber

* Remove duplicate urllib.parse import
  • Loading branch information
DinkoReversingLabs authored Nov 25, 2024
1 parent fe72ef4 commit e859fa6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
7 changes: 7 additions & 0 deletions release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
**Unreleased**
* Updated ReversingLabs SDK library version:
* Updated library version from reversinglabs_sdk_py3-2.5.4-py3-none-any.whl to reversinglabs_sdk_py3-2.7.0-py3-none-any.whl
* Updated dependencies libraries
* from certifi-2022.12.7-py3-none-any.whl to certifi-2024.2.2-py3-none-any.whl
* from idna-3.4-py3-none-any.whl to idna-3.7-py3-none-any.whl
* from requests-2.28.1-py3-none-any.whl to requests-2.32.2-py3-none-any.whl
* from urllib3-1.26.13-py2.py3-none-any.whl to urllib3-2.2.1-py3-none-any.whl
2 changes: 1 addition & 1 deletion reversinglabs_ticloudv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5382,4 +5382,4 @@
}
]
}
}
}
1 change: 0 additions & 1 deletion reversinglabs_ticloudv2_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import os
import re
from urllib.parse import urlparse
from urllib.parse import urlparse

# Phantom App imports
import phantom.app as phantom
Expand Down
Binary file not shown.

0 comments on commit e859fa6

Please sign in to comment.