pullrequests Search Results · language:Dune language:Python language:Java language:Python language:Python language:Java
Filter by
87.6M results
Change the sections of edcr report output.
Removed infinite loop and logging of sensitive information.
Problem (root cause B)
SolarAccuracyTracker.async_save() has zero call sites anywhere in the codebase. The tracker is owned by the coordinator,
not the LearningOrchestrator, so async_save_all() (which ...
This is backport of https://github.com/openjdk/jdk17u-dev/pull/4475 where the changes against it were inspired by
https://github.com/openjdk/jdk11u-dev/pull/3203:
+ * @library ../../../../java/security/testlibrary/ ...
Problem
The chunk-mapping construction loops over packed sequences reading scalars from GPU tensors element by element:
for i in range(num_sequences):
start = int(cu_seqlens[i].item()) # ...
Changes / Features implemented
Stock BasicAuthentication returned 401 indefinitely on wrong credentials, so HTTP Basic auth on the API could be
brute-forced at full network speed — no lockout, rate limiting, ...
🤖 AI Security Remediation
🚨 Human approval required — please review before merging.
📊 Analysis
- Severity: HIGH
- Confidence: 85%
- Auto-fix allowed: False
📝 Summary
The application uses subprocess.call ...
ai-remediation
needs-human-review
severity-high