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

Feature/extensions/manager #408

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Remove 'Genio Extension' from the public templates

9975282
Select commit
Loading
Failed to load commit list.
Open

Feature/extensions/manager #408

Remove 'Genio Extension' from the public templates
9975282
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jun 11, 2024 in 0s

1 new issue (0 max.) of at least minor severity.

Codacy 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

See this annotation in the file changed.

@codacy-production 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).