Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates to latest #2

Merged
merged 26 commits into from
Jul 27, 2023

Added delete_watchlist_item method (#682)

d854d9e
Select commit
Loading
Failed to load commit list.
Merged

updates to latest #2

Added delete_watchlist_item method (#682)
d854d9e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jul 27, 2023 in 5s

3 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 214 in tests/data/drivers/test_azure_kusto_driver.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
https://test.kusto.windows.net
may be at an arbitrary position in the sanitized URL.

Check failure on line 329 in tests/data/drivers/test_azure_kusto_driver.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
https://test.kusto.windows.net
may be at an arbitrary position in the sanitized URL.

Check failure on line 343 in tests/data/drivers/test_azure_kusto_driver.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
https://random.kusto.windows.net
may be at an arbitrary position in the sanitized URL.