long-agent 12a5be9826 fix: suppress gosec G115/G118 false positive warnings
- G115 (integer overflow): Added nosec comments for safe type conversions
  where values are bounded by design (e.g., rng.Intn(255) returns 0-254)
- G118 (context.Background): Added nosec for intentional async goroutines
  that use WithTimeout for bounded execution after request completes

Note: G101 (hardcoded credentials) warnings are low-confidence false
positives - OAuth fields use getEnv() to read from environment.
2026-04-08 22:50:42 +08:00
2026-04-07 19:00:51 +08:00
2026-04-07 19:00:51 +08:00
2026-04-02 03:01:14 +00:00
Description
No description provided
Readme 6 MiB
Languages
Go 71.2%
TypeScript 20%
PowerShell 3.2%
JavaScript 2.7%
Shell 1.5%
Other 1.3%