undf: stamp new defects, registry 576 assigned
This commit is contained in:
parent
cdf127dd05
commit
f3bc1553f8
13 changed files with 22 additions and 14 deletions
|
|
@ -566,5 +566,13 @@
|
|||
"dry-0001": "UNDF-2026-000000314",
|
||||
"dry-0002": "UNDF-2026-000000316",
|
||||
"spring-0002": "UNDF-2026-000000317",
|
||||
"tinkerpop-0001": "UNDF-2026-000000014"
|
||||
"tinkerpop-0001": "UNDF-2026-000000014",
|
||||
"druid-0001": "UNDF-2026-000000107",
|
||||
"graphhopper-0001": "UNDF-2026-000000108",
|
||||
"graphhopper-0002": "UNDF-2026-000000109",
|
||||
"janusgraph-0001": "UNDF-2026-000000110",
|
||||
"kylin-0001": "UNDF-2026-000000111",
|
||||
"kylin-0002": "UNDF-2026-000000318",
|
||||
"pinot-0001": "UNDF-2026-000000330",
|
||||
"victoria-metrics-0001": "UNDF-2026-000000334"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
# UNDF: UNDF-2026-000000381
|
||||
# UNDF: (pending)
|
||||
# doris-0001: EquivalenceClass.getEquivalenceSetList — O(N²) List.contains dedup
|
||||
# doris-0003: EquivalenceClass.getEquivalenceSetList — O(N²) List.contains dedup
|
||||
|
||||
## CWE-407 — Algorithmic Complexity
|
||||
|
||||
| Field | Value |
|
||||
|-------|-------|
|
||||
| ID | doris-0001 |
|
||||
| ID | doris-0003 |
|
||||
| Severity | MEDIUM |
|
||||
| Ecosystem | doris |
|
||||
| Package | fe-core |
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000383
|
||||
# UNDF: UNDF-2026-000000107
|
||||
# druid-0001: ScanQuery columns List.contains in orderBy validation loop
|
||||
|
||||
## Severity
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000407
|
||||
# UNDF: UNDF-2026-000000108
|
||||
# graphhopper-0001: AlternativeRouteCH — IntArrayList.contains() O(P) inside edge loop
|
||||
|
||||
## File
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000408
|
||||
# UNDF: UNDF-2026-000000109
|
||||
# graphhopper-0002: AlternativeRouteEdgeCH — IntArrayList.contains() O(P) inside edge loop
|
||||
|
||||
## File
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000430
|
||||
# UNDF: UNDF-2026-000000110
|
||||
# janusgraph-0001: MultiCondition extends ArrayList — O(C²) condition deduplication in query builder
|
||||
|
||||
## Severity
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000447
|
||||
# UNDF: UNDF-2026-000000111
|
||||
# kylin-0001: JdbcJobScheduler — List<String>.contains in stream filter → O(J²)
|
||||
|
||||
## Classification
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000447
|
||||
# UNDF: UNDF-2026-000000111
|
||||
# kylin-0001: NDataflowManager.updateDataflowDetailsLayouts — O(L²) ArrayList.contains in layout update loop
|
||||
|
||||
## CWE-407 — Algorithmic Complexity
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000014
|
||||
# UNDF: UNDF-2026-000000318
|
||||
# kylin-0002: AclPermissionUtil.transformAuthorities — O(A²) ArrayList dedup loop
|
||||
|
||||
## CWE-407 — Algorithmic Complexity
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000500
|
||||
# UNDF: UNDF-2026-000000330
|
||||
# pinot-0001: SegmentProcessorUtils sortOrder List.contains per field in schema loop
|
||||
|
||||
## Severity
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000314
|
||||
# UNDF: UNDF-2026-000000014
|
||||
--- a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/Path.java
|
||||
+++ b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/Path.java
|
||||
@@ -203,13 +203,11 @@ public interface Path extends Cloneable, Iterable<Object> {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000330
|
||||
# UNDF: UNDF-2026-000000334
|
||||
# victoria-metrics-0001 — `streamaggr`: O(L×K) `slices.Contains` inside `Push()` hot loop
|
||||
|
||||
## Status
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000330
|
||||
# UNDF: UNDF-2026-000000334
|
||||
diff --git a/lib/streamaggr/streamaggr.go b/lib/streamaggr/streamaggr.go
|
||||
--- a/lib/streamaggr/streamaggr.go
|
||||
+++ b/lib/streamaggr/streamaggr.go
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue