Skip to content

Updated Timestamp Logic in BaseSyncJob#623

Open
Sahithya1357 wants to merge 9 commits intomainfrom
tipcommon-latest
Open

Updated Timestamp Logic in BaseSyncJob#623
Sahithya1357 wants to merge 9 commits intomainfrom
tipcommon-latest

Conversation

@Sahithya1357
Copy link
Contributor

New Job template for sync jobs

Description

This template supports the sync jobs required to synchronize tags, status, comments, severity, and assignee information between SecOps cases and product items.

@Sahithya1357 Sahithya1357 requested a review from a team as a code owner March 17, 2026 07:37
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request streamlines the timestamp management within the BaseSyncJob to improve the accuracy and simplicity of tracking the latest synchronization point for various SecOps case and product item data. It also includes routine version updates for core packages and their dependencies, ensuring the project utilizes recent tooling.

Highlights

  • Timestamp Logic Refinement: The logic for determining the current_run_latest_timestamp_ms in BaseSyncJob has been simplified by removing the skipped_cases attribute and its associated conditional logic. The timestamp is now consistently set to the latest modification time of processed items.
  • Dependency Updates: The ruff dependency in packages/integration_testing/uv.lock has been updated to a newer version (>=0.15.2).
  • Package Version Bumps: The versions for integration-testing and TIPCommon packages have been incremented from 2.3.3 to 2.3.4 across their respective pyproject.toml and uv.lock files.
  • Data Sorting: Added a sorting step for sorted_modified_ids by modification time before processing cases to ensure chronological order.
  • Constant Removal: The DECREMENT_CASE_UPDATED_TIME_BY_MS constant, previously used to adjust timestamps, has been removed as it is no longer needed with the updated logic.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • packages/integration_testing/pyproject.toml
    • Updated project version from 2.3.3 to 2.3.4.
  • packages/integration_testing/uv.lock
    • Updated project version from 2.3.3 to 2.3.4.
    • Updated 'ruff' dependency from >=0.11.13 to >=0.15.2.
  • packages/tipcommon/TIPCommon/pyproject.toml
    • Updated project version from 2.3.3 to 2.3.4.
  • packages/tipcommon/TIPCommon/src/TIPCommon/base/job/base_sync_job.py
    • Removed 'skipped_cases' attribute from the class initialization.
    • Added sorting for 'sorted_modified_ids' by modification time.
    • Removed logic that appended cases to 'skipped_cases' when alert limits were exceeded.
    • Simplified the calculation of 'current_run_latest_timestamp_ms' by removing conditional logic related to 'skipped_cases'.
  • packages/tipcommon/TIPCommon/src/TIPCommon/consts.py
    • Removed the 'DECREMENT_CASE_UPDATED_TIME_BY_MS' constant.
  • packages/tipcommon/TIPCommon/uv.lock
    • Updated project version from 2.3.3 to 2.3.4.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the timestamp logic in BaseSyncJob by removing the concept of skipped_cases and simplifying how the next run's timestamp is determined. While this simplifies the code, I've found a critical issue with the new timestamp logic that could lead to missed cases during synchronization. I've also identified a minor redundancy. My feedback includes suggestions to fix the critical bug and improve code efficiency.

haggit-eliyahu and others added 7 commits March 23, 2026 13:50
* add documentation link for actions data model

* resolve gemini notes
* remove formatting in build process

* upgrade version
* Add AI descriptions for all actions

* Increase version and add rn

* remove file added by mistake

* Fix wrong RN versions
)

* migrate IpInfo integration to third party

* fix verify ssl parameter
* Add folder-specific ruff toml files

* adjust toml files and fix comments

* Fix comments
@Arabindaksha-Mishra Arabindaksha-Mishra requested a review from a team as a code owner March 23, 2026 13:51
@github-actions
Copy link

Marketplace Validation Failed

Click to view the full report

Validation Report

🧩 Integrations
Pre-Build Stage

perimeter_x

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

zoom

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

grey_noise

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

microsoft_graph_security_tools

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

silverfort

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

whois_xml_api

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

group_ib_ti

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

air_table

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

stairwell

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

connectors

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

data_dog

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

hibob

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

cybersixgill_actionable_alerts

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

duo

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

send_grid

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

censys

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

enrichment

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

aws_ec2

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

wiz

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

cybersixgill_darkfeed_enrichment

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

cybersixgill_dve_enrichment

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

anyrun_sandbox

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

country_flags

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

git_sync

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

goqr

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

insights

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

arcanna_ai

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

sample_integration

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

pager_duty

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

cybersixgill_darkfeed

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

philips_hue

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

image_utilities

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

template_engine

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

chronicle_support_tools

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

spycloud

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

asana

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

phish_tank

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

vanilla_forums

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

google_drive

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

abuse_ipdb

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

orca_security

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

netenrich_connect

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

full_contact

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

luminar_iocs_and_leaked_credentials

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

clarotyxdome

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

xm_cyber

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

netappransomwareresilience

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

be_secure

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

nucleon_cyber

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

telegram

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

webhook

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

cyware_intel_exchange

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

vectra_rux

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

file_utilities

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

ip_info

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

torq

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

google_docs

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

anyrun_ti_lookup

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

flashpoint

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

vectra_qux

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

workflow_tools

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

marketo

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

azure_devops

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

infoblox_nios

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

functions

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

superna_zero_trust

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

team_cymru_scout

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

domain_tools

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

lacework

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

anyrun_ti_feeds

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

imgbb

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

lists

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

google_sheets

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

vorlon

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

doppel_vision

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

logzio

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

cylusone

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

docker_hub

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

eclectic_iq

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

pulsedive

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

cybersixgill_dve_feed

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

thinkst_canary

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

bitdefender_gravity_zone

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

jamf

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

spell_checker

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

recorded_future_intelligence

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

google_safe_browsing

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

houdin_io

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

bandura_cyber

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

ipqs_fraud_and_risk_scoring

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

infoblox_threat_defense_with_ddi

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

darktrace

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

rubrik_security_cloud

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

tools

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

email_utilities

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

silentpush

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

@github-actions
Copy link

Marketplace Validation Failed

Click to view the full report

Validation Report

🧩 Integrations
Pre-Build Stage

webhook

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

abuse_ipdb

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

cybersixgill_dve_enrichment

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

cybersixgill_actionable_alerts

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

wiz

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

grey_noise

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

philips_hue

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

microsoft_graph_security_tools

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

data_dog

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

google_drive

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

anyrun_ti_feeds

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

silverfort

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

thinkst_canary

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

be_secure

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

sample_integration

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

netappransomwareresilience

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

telegram

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

duo

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

doppel_vision

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

cybersixgill_darkfeed_enrichment

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

insights

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

houdin_io

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

netenrich_connect

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

git_sync

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

lacework

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

google_docs

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

template_engine

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

imgbb

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

google_safe_browsing

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

pulsedive

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

cybersixgill_dve_feed

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

superna_zero_trust

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

azure_devops

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

workflow_tools

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

spycloud

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

lists

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

enrichment

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

aws_ec2

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

spell_checker

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

full_contact

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

file_utilities

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

torq

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

clarotyxdome

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

bitdefender_gravity_zone

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

rubrik_security_cloud

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

stairwell

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

zoom

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

xm_cyber

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

connectors

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

bandura_cyber

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

marketo

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

cyware_intel_exchange

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

cylusone

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

anyrun_ti_lookup

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

chronicle_support_tools

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

image_utilities

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

hibob

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

nucleon_cyber

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

functions

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

flashpoint

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

ipqs_fraud_and_risk_scoring

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

team_cymru_scout

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

group_ib_ti

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

domain_tools

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

pager_duty

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

phish_tank

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

vanilla_forums

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

docker_hub

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

logzio

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

eclectic_iq

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

ip_info

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

infoblox_nios

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

recorded_future_intelligence

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

vorlon

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

cybersixgill_darkfeed

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

air_table

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

asana

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

email_utilities

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

luminar_iocs_and_leaked_credentials

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

anyrun_sandbox

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

darktrace

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

perimeter_x

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

whois_xml_api

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

goqr

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

arcanna_ai

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

orca_security

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

google_sheets

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

country_flags

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

send_grid

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

censys

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

infoblox_threat_defense_with_ddi

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

jamf

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

vectra_rux

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

vectra_qux

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

silentpush

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

tools

Validation Name Details
⚠️ Integration Version Bump The project.toml Version must be incremented by exactly 1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants