Repository Analysis

uNetworking/uWebSockets

Simple, secure & standards compliant web server for the most demanding of applications

0.8 Likely human-written View on GitHub
0.8
Adjusted Score
0.8
Raw Score
100%
Time Factor
2026-05-28
Last Push
18,867
Stars
C++
Language
14,742
Lines of Code
98
Files
10
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 10

Pattern Findings

10 matches across 2 categories. Click a row to expand file-level details.

Over-Commented Block6 hits · 6 pts
SeverityFileLineSnippet
LOWlibEpollBenchmarker/epoll_benchmarker.cpp1#include <stdio.h>
LOWexamples/SecureGzipFileServer.cpp1#include <iostream>
LOWexamples/helpers/AsyncFileStreamer.h41 auto remaining_data = asyncFileReader->getFileSize() - res->getWriteOffset();
LOWbenchmarks/load_test.c1#define _DEFAULT_SOURCE
LOWsrc/HttpParser.h21// todo: HttpParser is in need of a few clean-ups and refactorings
LOWsrc/TopicTree.h21#include <map>
Verbosity Indicators4 hits · 6 pts
SeverityFileLineSnippet
LOWsrc/HttpContext.h199 /* First of all we need to check if this socket was deleted due to upgrade */
LOWsrc/HttpContext.h297 /* We need to check if we should close this socket here now */
LOWsrc/HttpResponse.h137 /* We need to check if we should close this socket here now */
LOWsrc/HttpResponse.h206 /* We need to check if we should close this socket here now */