Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Official low-level client for Intel 471's Titan API. It aims at providing common
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.20.0
- Package version: 1.20.0.14
- Package version: 1.20.0.15
- Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen

## Requirements.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

Official low-level client for Intel 471's Titan API. It aims at providing common ground for all the endpoints in Python.

The version of the OpenAPI document: 1.20.0.14
The version of the OpenAPI document: 1.20.0.15
Generated by: https://openapi-generator.tech
"""

from pkg_resources import parse_requirements
from setuptools import setup, find_packages # noqa: H301

NAME = "Titan Client"
VERSION = "1.20.0.14"
VERSION = "1.20.0.15"
# To install the library, run the following
#
# python setup.py install
Expand Down
13 changes: 8 additions & 5 deletions test/fixtures/cves_stix.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "bundle--ff3abb6c-7d55-4367-bb06-d80470bf5b5f",
"id": "bundle--e9f991c3-fe75-43a9-9762-a0c703198ff0",
"objects": [
{
"created": "2025-06-09T13:47:35.429129Z",
"created": "2025-11-06T14:44:03.72233Z",
"created_by_ref": "identity--ba6a107e-4a66-5fd3-833c-43318ba163fd",
"description": "CVE-2021-11111 is an out-of-bound write vulnerability.\n\nWeaponization or productization not observed\n\nAcme addressed the vulnerability\n\n### Properties\n\n```yaml\nactivity_location:\n location_opensource: true\n location_private: false\n location_underground: true\nexploit_status:\n available: true\n productized: false\n weaponized: true\ninterest_level:\n disclosed_publicly: true\n exploit_sought: false\n researched_publicly: true\npatch_status: available\n```",
"external_references": [
Expand All @@ -25,7 +25,7 @@
"Intel 471 - GIR 1.0.1",
"Intel 471 - GIR 1.0.2"
],
"modified": "2025-06-09T13:47:35.429129Z",
"modified": "2025-11-06T14:44:03.72233Z",
"name": "CVE-2021-11111",
"object_marking_refs": [
"marking-definition--f88d31f6-486f-44da-b317-01333bde0b82"
Expand All @@ -43,10 +43,13 @@
"vendor": "Acme"
},
{
"created": "2025-06-09T13:47:35.429704Z",
"created": "2025-11-06T14:44:03.722559Z",
"created_by_ref": "identity--ba6a107e-4a66-5fd3-833c-43318ba163fd",
"id": "relationship--1358bccd-4ccf-5e2a-aafe-340649962df0",
"modified": "2025-06-09T13:47:35.429704Z",
"modified": "2025-11-06T14:44:03.722559Z",
"object_marking_refs": [
"marking-definition--f88d31f6-486f-44da-b317-01333bde0b82"
],
"relationship_type": "has",
"source_ref": "software--1f2e88bf-0277-5c4a-bd98-2282c1bfdb23",
"spec_version": "2.1",
Expand Down
Loading