Feature/extensions/manager #408
Open
Codacy Production / Codacy Static Code Analysis
required action
Jun 11, 2024 in 0s
1 new issue (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 1
Complexity increasing per file
==============================
- data/extensions/ShowDocumentation.py 5
Clones added
============
- data/extensions/ShowDocumentation.py 1
- src/ui/EditorContextMenu.cpp 1
See the complete overview on Codacy
Annotations
Check notice on line 76 in src/extensions/ExtensionManager.cpp
codacy-production / Codacy Static Code Analysis
src/extensions/ExtensionManager.cpp#L76
Does not handle strings that are not \0-terminated; if given one it may perform an over-read (it could cause a crash if unprotected) (CWE-126).
Loading