A fast, modern download manager for HTTP, BitTorrent, Magnet, and ed2k. Cross-platform, built with Golang and Flutter.
34 matches across 5 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | cmd/web/flags_test.go | 1014 | // Step 1: Simulate loadCliArgs() with default values |
| LOW | cmd/web/flags_test.go | 1025 | // Step 2: loadConfigFile with non-existent file |
| LOW | cmd/web/flags_test.go | 1028 | // Step 3: loadEnvVars with empty environment |
| LOW | cmd/web/flags_test.go | 1031 | // Step 4: overrideWithCliArgs (no flags set in test environment) |
| LOW | cmd/web/flags_test.go | 1034 | // Step 5: setDefaults |
| LOW | internal/protocol/http/fetcher_test.go | 1278 | // Step 1: Try to resolve with bad URL - should fail with error |
| LOW | internal/protocol/http/fetcher_test.go | 1284 | // Step 2: Create a new fetcher and resolve with bad URL but don't wait |
| LOW | internal/protocol/http/fetcher_test.go | 1299 | // Step 3: Patch to change URL (simulating URL change scenario) |
| LOW | internal/protocol/http/fetcher_test.go | 1311 | // Step 4: Start download and verify success |
| LOW | internal/protocol/http/fetcher_test.go | 1536 | // Step 1: Resolve with old_token - should succeed (first request accepts old_token) |
| LOW | internal/protocol/http/fetcher_test.go | 1556 | // Step 2: Start download - should fail because old_token is now expired |
| LOW | internal/protocol/http/fetcher_test.go | 1569 | // Step 3: Patch with new valid cookie |
| LOW | internal/protocol/http/fetcher_test.go | 1587 | // Step 4: Restart download - should succeed with new cookie |
| LOW | pkg/util/path.go | 202 | // Step 1: Replace invalid characters |
| LOW | pkg/util/path.go | 207 | // Step 2: Truncate if needed |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | ui/flutter/pubspec.yaml | 1 | name: gopeed |
| LOW | ui/flutter/analysis_options.yaml | 1 | # This file configures the analyzer, which statically analyzes Dart code to |
| LOW | ui/flutter/analysis_options.yaml | 21 | # or a specific dart file by using the `// ignore: name_of_lint` and |
| LOW | ui/flutter/ios/Runner/Runner-Bridging-Header.h | 1 | #import "GeneratedPluginRegistrant.h" |
| LOW | ui/flutter/lib/app/modules/home/views/home_view.dart | 121 | // barAnimation: BarAnimation.blink, |
| LOW | ui/flutter/lib/app/modules/home/views/home_view.dart | 141 | // onTap: (index) { |
| LOW | …lutter/lib/app/modules/setting/views/setting_view.dart | 1821 | // child: Column( |
| LOW | ui/flutter/lib/icon/gopeed_icons.dart | 1 | /// Flutter icons Gopeed |
| LOW | ui/flutter/windows/runner/utils.h | 1 | #ifndef RUNNER_UTILS_H_ |
| LOW | ui/flutter/windows/runner/win32_window.cpp | 1 | #include "win32_window.h" |
| LOW | ui/flutter/windows/runner/resource.h | 1 | //{{NO_DEPENDENCIES}} |
| LOW | .github/FUNDING.yml | 1 | # These are supported funding model platforms |
| LOW | .github/ISSUE_TEMPLATE.md | 1 | <!-- |
| LOW | .github/workflows/scripts/flutter_local_font.dart | 1 | // Localize external Google Fonts (fonts.gstatic.com) references in Flutter Web build output. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | ui/flutter/pubspec.yaml | 113 | # The following section is specific to Flutter packages. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | ui/flutter/pubspec.yaml | 116 | # included with your application, so that you can use the icons in |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | pkg/download/engine/engine_test.go | 148 | async function testResponseBodyGetReader() { |
| LOW | pkg/download/engine/engine_test.go | 170 | async function testStreamingFetchResponseBody() { |
| LOW | pkg/download/engine/inject/stream/stream.js | 558 | function isIgnorableGBlobObjectURLError(error) { |