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

feat: Chat supports batch import of JSON and XLSX #338

Merged
merged 15 commits into from
Dec 25, 2023

Merge branch 'openimsdk:main' into main

d9983fd
Select commit
Loading
Failed to load commit list.
Merged

feat: Chat supports batch import of JSON and XLSX #338

Merge branch 'openimsdk:main' into main
d9983fd
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Dec 22, 2023 in 4s

2 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 526 in internal/api/admin.go

See this annotation in the file changed.

Code scanning / CodeQL

Incorrect conversion between integer types High

Incorrect conversion of an integer with architecture-dependent bit size from
strconv.Atoi
to a lower bit size type int32 without an upper bound check.

Check failure on line 99 in pkg/common/xlsx/utils.go

See this annotation in the file changed.

Code scanning / CodeQL

Incorrect conversion between integer types High

Incorrect conversion of an unsigned 64-bit integer from
strconv.ParseUint
to a lower bit size type uint without an upper bound check.