Skip to content

Merge remote-tracking branch 'origin/main' into arrow_fetch

02f29b1
Select commit
Loading
Failed to load commit list.
Merged

FEAT: Add arrow fetch support #354

Merge remote-tracking branch 'origin/main' into arrow_fetch
02f29b1
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / devskim succeeded Apr 2, 2026 in 1s

6 new alerts

New alerts in code changed by this pull request

  • 6 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 4180 in mssql_python/pybind/ddbc_bindings.cpp

See this annotation in the file changed.

Code scanning / devskim

There are a number of conditions in which memcpy can introduce a vulnerability (mismatched buffer sizes, null pointers, etc.). More secure alternitives perform additional validation of the source and destination buffer Note

Problematic C function detected (memcpy)

Check notice on line 4245 in mssql_python/pybind/ddbc_bindings.cpp

See this annotation in the file changed.

Code scanning / devskim

There are a number of conditions in which memcpy can introduce a vulnerability (mismatched buffer sizes, null pointers, etc.). More secure alternitives perform additional validation of the source and destination buffer Note

Problematic C function detected (memcpy)

Check notice on line 4296 in mssql_python/pybind/ddbc_bindings.cpp

See this annotation in the file changed.

Code scanning / devskim

There are a number of conditions in which memcpy can introduce a vulnerability (mismatched buffer sizes, null pointers, etc.). More secure alternitives perform additional validation of the source and destination buffer Note

Problematic C function detected (memcpy)

Check notice on line 4659 in mssql_python/pybind/ddbc_bindings.cpp

See this annotation in the file changed.

Code scanning / devskim

There are a number of conditions in which memcpy can introduce a vulnerability (mismatched buffer sizes, null pointers, etc.). More secure alternitives perform additional validation of the source and destination buffer Note

Problematic C function detected (memcpy)

Check notice on line 4673 in mssql_python/pybind/ddbc_bindings.cpp

See this annotation in the file changed.

Code scanning / devskim

There are a number of conditions in which memcpy can introduce a vulnerability (mismatched buffer sizes, null pointers, etc.). More secure alternitives perform additional validation of the source and destination buffer Note

Problematic C function detected (memcpy)

Check notice on line 4700 in mssql_python/pybind/ddbc_bindings.cpp

See this annotation in the file changed.

Code scanning / devskim

There are a number of conditions in which memcpy can introduce a vulnerability (mismatched buffer sizes, null pointers, etc.). More secure alternitives perform additional validation of the source and destination buffer Note

Problematic C function detected (memcpy)