feat: Chat supports batch import of JSON and XLSX #338
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.
Annotations
Check failure on line 526 in internal/api/admin.go
Code scanning / CodeQL
Incorrect conversion between integer types High
to a lower bit size type int32 without an upper bound check.
Check failure on line 99 in pkg/common/xlsx/utils.go
Code scanning / CodeQL
Incorrect conversion between integer types High
to a lower bit size type uint without an upper bound check.
Loading