Siteshwar Vashisht
Siteshwar Vashisht
@tanghus My pull request #49 fixes it. EDIT: Actually the way method for counting unread tweets works, unread count will be always set to 0 as soon as you start...
4 looks good.
nemo-qml-plugin-thumbnailer plugin doesn't support creating thumbnails of remote images. Either we need to add support for using remote images in this plugin or find any other workaround.
A more recent report is available at https://svashisht.fedorapeople.org/f41-03-Jul-2024/ But it contains high number of false positives due to cppcheck warning about limiting analysis of branches. It should be fixed in...
> Thanks for sharing! > > Looking at: > > Error: GCC_ANALYZER_WARNING ([CWE-688](https://cwe.mitre.org/data/definitions/688.html)): [[#def7]](https://svashisht.fedorapeople.org/openscanhub/mass-scans/f43-25-Apr-2025/cockpit-336.2-1.fc43/scan-results.html#def7) cockpit-336.2/src/common/cockpitwebserver.c:817:18: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected > > Looking at the issue it might...
> Is the GCC analyzer operating a different assumptions? ``` Error: GCC_ANALYZER_WARNING (CWE-775): cockpit-336.2/src/session/session-utils.c:364:11: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open("/var/log/btmp", 524288)’ cockpit-336.2/src/session/session-utils.c:326:8: acquire_resource: opened here cockpit-336.2/src/session/session-utils.c:327:6: branch_false: following ‘false’ branch......
So, it looks like all findings from GCC may be false positives. Is there any plan to fix the shellcheck warnings? The first 3 seems legit, but harmless. Rest of...
https://github.com/openscanhub/known-false-positives
RPM build is failing with: ``` error: Installed (but unpackaged) file(s) found: /usr/lib/python3.12/site-packages/tests/__init__.py /usr/lib/python3.12/site-packages/tests/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/tests/__pycache__/__init__.cpython-312.pyc RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib/python3.12/site-packages/tests/__init__.py /usr/lib/python3.12/site-packages/tests/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/tests/__pycache__/__init__.cpython-312.pyc ``` Please exclude `/usr/lib/python3.12/site-packages/tests/`...
My knowledge of python unit tests is pretty limited, but this pull request seems to bring a significant improvement in the test coverage. We should try to merge it unless...