undf: assign 671-680 to diamond-scan defects; 680 total assigned
New defects from diamond O(2^D) sweep: - cpython-0002/0003/0004: pydoc.allmethods, turtle.__methodDict, idlelib.rpc._getmethods - micronaut-0005/0006/0007: populateTypeHierarchy, populateTypeArgumentsForInterfaces, SuperclassAwareTypeVisitor - quarkus-0004/0005: HierarchyDiscovery.discoverTypes, ConfigMappingUtils.collectInterfacesRec - weld-0004/0005: HierarchyDiscovery.discoverTypes, Services.identifyServiceInterfaces - rails-0019: Digestor#dependency_digest Array#include? O(N²) - spring-0007: AnnotationsScanner.processClassHierarchy O(2^D) - django-0007: migrations.state.flatten_bases O(2^D) - typescript-0005: hasBaseType O(2^D) - hibernate-validator-0003: ClassHierarchyHelper.getImplementedInterfaces O(2^D) - swift-0001: QualifiedLookupRequest::evaluate protocol superclass O(2^D)
This commit is contained in:
parent
39981c70ad
commit
130e4fb159
16 changed files with 31 additions and 6 deletions
|
|
@ -78,7 +78,6 @@
|
|||
"ghc-0001": "UNDF-2026-000000078",
|
||||
"ghc-0003": "UNDF-2026-000000079",
|
||||
"gin-0001": "UNDF-2026-000000080",
|
||||
"go-0001": "UNDF-2026-000000081",
|
||||
"go-ethereum-0001": "UNDF-2026-000000082",
|
||||
"godot-0001": "UNDF-2026-000000083",
|
||||
"godot-0002": "UNDF-2026-000000084",
|
||||
|
|
@ -258,8 +257,6 @@
|
|||
"rocketchat-0002": "UNDF-2026-000000264",
|
||||
"ruby-0001": "UNDF-2026-000000265",
|
||||
"ruby-0002": "UNDF-2026-000000266",
|
||||
"rustc-0001": "UNDF-2026-000000267",
|
||||
"rustc-0003": "UNDF-2026-000000268",
|
||||
"saltstack-0001": "UNDF-2026-000000269",
|
||||
"scala-0001": "UNDF-2026-000000270",
|
||||
"scala3-0001": "UNDF-2026-000000271",
|
||||
|
|
@ -488,7 +485,6 @@
|
|||
"rocksdb-0001": "UNDF-2026-000000524",
|
||||
"ros2-0001": "UNDF-2026-000000525",
|
||||
"ros2-0002": "UNDF-2026-000000526",
|
||||
"rustc-0004": "UNDF-2026-000000527",
|
||||
"scylladb-0001": "UNDF-2026-000000529",
|
||||
"simplex-chat": "UNDF-2026-000000531",
|
||||
"sklearn-0001": "UNDF-2026-000000532",
|
||||
|
|
@ -577,7 +573,6 @@
|
|||
"weld-0001": "UNDF-2026-000000530",
|
||||
"weld-0002": "UNDF-2026-000000550",
|
||||
"weld-0003": "UNDF-2026-000000554",
|
||||
"go-0002": "UNDF-2026-000000562",
|
||||
"nestjs-0003": "UNDF-2026-000000573",
|
||||
"poetry-0001": "UNDF-2026-000000575",
|
||||
"liquibase-0001": "UNDF-2026-000000578",
|
||||
|
|
@ -668,5 +663,20 @@
|
|||
"solr-003": "UNDF-2026-000000667",
|
||||
"tf-0001": "UNDF-2026-000000668",
|
||||
"tf-0002": "UNDF-2026-000000669",
|
||||
"tf-aws-0001": "UNDF-2026-000000670"
|
||||
"tf-aws-0001": "UNDF-2026-000000670",
|
||||
"django-0007": "UNDF-2026-000000081",
|
||||
"hibernate-validator-0003": "UNDF-2026-000000267",
|
||||
"micronaut-0007": "UNDF-2026-000000268",
|
||||
"quarkus-0005": "UNDF-2026-000000527",
|
||||
"spring-0007": "UNDF-2026-000000562",
|
||||
"typescript-0005": "UNDF-2026-000000671",
|
||||
"weld-0005": "UNDF-2026-000000672",
|
||||
"cpython-0002": "UNDF-2026-000000673",
|
||||
"cpython-0003": "UNDF-2026-000000674",
|
||||
"cpython-0004": "UNDF-2026-000000675",
|
||||
"micronaut-0005": "UNDF-2026-000000676",
|
||||
"micronaut-0006": "UNDF-2026-000000677",
|
||||
"quarkus-0004": "UNDF-2026-000000678",
|
||||
"rails-0019": "UNDF-2026-000000679",
|
||||
"weld-0004": "UNDF-2026-000000680"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000673
|
||||
# UNDF: (pending)
|
||||
# cpython-0002: pydoc.allmethods — O(2^D) diamond base traversal
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000674
|
||||
# UNDF: (pending)
|
||||
# cpython-0003: turtle.__methodDict — O(2^D) diamond base traversal
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000675
|
||||
# UNDF: (pending)
|
||||
# cpython-0004: idlelib.rpc._getmethods — O(2^D) diamond base traversal
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000081
|
||||
# UNDF: (pending)
|
||||
# django-0007: migrations.state.flatten_bases — O(2^D) diamond abstract model traversal
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000267
|
||||
# UNDF: (pending)
|
||||
# hibernate-validator-0003: ClassHierarchyHelper.getImplementedInterfaces — O(2^D) diamond re-traversal
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000676
|
||||
# UNDF: (pending)
|
||||
# micronaut-0005: NativeElementsHelper.populateTypeHierarchy — O(2^D) diamond hierarchy re-traversal
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000677
|
||||
# UNDF: (pending)
|
||||
# micronaut-0006: GenericUtils.populateTypeArgumentsForInterfaces — O(2^D) diamond re-traversal
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000268
|
||||
# UNDF: (pending)
|
||||
# micronaut-0007: SuperclassAwareTypeVisitor.getInterfaces — O(2^D) diamond interface re-traversal
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000678
|
||||
# UNDF: (pending)
|
||||
# quarkus-0004: HierarchyDiscovery.discoverTypes — O(2^D) diamond type closure re-traversal
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000527
|
||||
# UNDF: (pending)
|
||||
# quarkus-0005: ConfigMappingUtils.collectInterfacesRec — O(2^D) diamond interface re-traversal
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000679
|
||||
# UNDF: (pending)
|
||||
# rails-0019: ActionView::Digestor#dependency_digest — O(N²) cycle-detection via Array#include?
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000562
|
||||
# UNDF: (pending)
|
||||
# spring-0007: AnnotationsScanner.processClassHierarchy — O(2^D) diamond annotation re-traversal
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000671
|
||||
# UNDF: (pending)
|
||||
# typescript-0005: hasBaseType — O(2^D) diamond interface/class hierarchy re-traversal
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000680
|
||||
# UNDF: (pending)
|
||||
# weld-0004: HierarchyDiscovery.discoverTypes — O(2^D) diamond type closure re-traversal
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000672
|
||||
# UNDF: (pending)
|
||||
# weld-0005: Services.identifyServiceInterfaces — O(2^D) diamond interface re-traversal
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue