Skip to content

build 1.6.7 version pip package#386

Open
MaggieQi wants to merge 97 commits into
buildpackagefrom
main
Open

build 1.6.7 version pip package#386
MaggieQi wants to merge 97 commits into
buildpackagefrom
main

Fix quantizer for UInt8 type (#418)

8705451
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Apr 2, 2026 in 2s

19 new alerts including 19 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 19 high

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 61 in AnnService/inc/Core/Common/BKTree.h

See this annotation in the file changed.

Code scanning / CodeQL

Multiplication result converted to larger type High

Multiplication result may overflow 'int' before it is converted to 'size_t'.

Check failure on line 835 in AnnService/inc/Core/Common/BKTree.h

See this annotation in the file changed.

Code scanning / CodeQL

Comparison of narrow type with wide type in loop condition High

Comparison between
i
of type char and
m_iTreeNumber
of wider type int.

Check failure on line 595 in AnnService/inc/Core/SPANN/ExtraDynamicSearcher.h

See this annotation in the file changed.

Code scanning / CodeQL

Multiplication result converted to larger type High

Multiplication result may overflow 'int' before it is converted to 'size_type'.

Check failure on line 810 in AnnService/inc/Core/SPANN/ExtraDynamicSearcher.h

See this annotation in the file changed.

Code scanning / CodeQL

Multiplication result converted to larger type High

Multiplication result may overflow 'int' before it is converted to 'size_type'.

Check failure on line 846 in AnnService/inc/Core/SPANN/ExtraDynamicSearcher.h

See this annotation in the file changed.

Code scanning / CodeQL

Multiplication result converted to larger type High

Multiplication result may overflow 'int' before it is converted to 'size_type'.

Check failure on line 1006 in AnnService/inc/Core/SPANN/ExtraDynamicSearcher.h

See this annotation in the file changed.

Code scanning / CodeQL

Multiplication result converted to larger type High

Multiplication result may overflow 'int' before it is converted to 'size_type'.

Check failure on line 1085 in AnnService/inc/Core/SPANN/ExtraDynamicSearcher.h

See this annotation in the file changed.

Code scanning / CodeQL

Multiplication result converted to larger type High

Multiplication result may overflow 'int' before it is converted to 'size_type'.

Check failure on line 1205 in AnnService/inc/Core/SPANN/ExtraDynamicSearcher.h

See this annotation in the file changed.

Code scanning / CodeQL

Multiplication result converted to larger type High

Multiplication result may overflow 'int' before it is converted to 'size_type'.

Check failure on line 1678 in AnnService/inc/Core/SPANN/ExtraDynamicSearcher.h

See this annotation in the file changed.

Code scanning / CodeQL

Multiplication result converted to larger type High

Multiplication result may overflow 'int' before it is converted to 'size_type'.

Check failure on line 2416 in AnnService/inc/Core/SPANN/ExtraDynamicSearcher.h

See this annotation in the file changed.

Code scanning / CodeQL

Multiplication result converted to larger type High

Multiplication result may overflow 'int' before it is converted to 'size_type'.

Check failure on line 555 in AnnService/inc/Core/SPANN/ExtraStaticSearcher.h

See this annotation in the file changed.

Code scanning / CodeQL

Multiplication result converted to larger type High

Multiplication result may overflow 'int' before it is converted to 'size_t'.
Multiplication result may overflow 'int' before it is converted to 'unsigned long'.

Check failure on line 1113 in AnnService/inc/Core/SPANN/ExtraStaticSearcher.h

See this annotation in the file changed.

Code scanning / CodeQL

Multiplication result converted to larger type High

Multiplication result may overflow 'int' before it is converted to 'size_t'.
Multiplication result may overflow 'int' before it is converted to 'unsigned long'.

Check failure on line 1258 in AnnService/inc/Core/SPANN/ExtraStaticSearcher.h

See this annotation in the file changed.

Code scanning / CodeQL

Multiplication result converted to larger type High

Multiplication result may overflow 'int' before it is converted to 'size_t'.

Check failure on line 1333 in AnnService/inc/Core/SPANN/ExtraStaticSearcher.h

See this annotation in the file changed.

Code scanning / CodeQL

Multiplication result converted to larger type High

Multiplication result may overflow 'int' before it is converted to 'uint64_t'.

Check failure on line 1716 in AnnService/inc/Core/SPANN/ExtraStaticSearcher.h

See this annotation in the file changed.

Code scanning / CodeQL

Multiplication result converted to larger type High

Multiplication result may overflow 'int' before it is converted to 'size_t'.

Check failure on line 200 in AnnService/inc/Core/SPANN/IExtraSearcher.h

See this annotation in the file changed.

Code scanning / CodeQL

Multiplication result converted to larger type High

Multiplication result may overflow 'int' before it is converted to 'size_type'.

Check failure on line 129 in AnnService/inc/Quantizer/Training.h

See this annotation in the file changed.

Code scanning / CodeQL

Multiplication result converted to larger type High

Multiplication result may overflow 'int' before it is converted to 'unsigned long'.

Check failure on line 124 in AnnService/inc/SPFresh/SPFresh.h

See this annotation in the file changed.

Code scanning / CodeQL

Multiplication result converted to larger type High

Multiplication result may overflow 'int' before it is converted to 'long'.

Check failure on line 185 in AnnService/src/BalancedDataPartition/main.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Multiplication result converted to larger type High

Multiplication result may overflow 'int' before it is converted to 'size_type'.