Skip to content

Merge branch 'main' into feat/fix_integration_config_updating

1e0f6d2
Select commit
Loading
Failed to load commit list.
Merged

Fixed unsafe dictionary accesses in the update_integration_instance_config_value #39

Merge branch 'main' into feat/fix_integration_config_updating
1e0f6d2
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 25, 2025 in 3s

No new alerts in code changed by this pull request

Annotations

Check warning on line 740 in jupiterone/client.py

See this annotation in the file changed.

Code scanning / CodeQL

Constant in conditional expression or statement Warning

Testing a constant will always give the same result.

Check warning on line 740 in jupiterone/client.py

See this annotation in the file changed.

Code scanning / CodeQL

Comparison of constants Warning

Comparison of constants; use 'True' or 'False' instead.