java-topology/tools/scan-results/networkx.txt
russell@unturf.com db29a08762 undefect. CWE-407 — 92 sites, 42 ecosystems
B&W print-friendly diagrams + tinkerpop-0001 + wave-3 proof sections.
Squash of 94 local commits onto remote master.
2026-03-26 19:48:18 -04:00

13 lines
No EOL
910 B
Text
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# scan=networkx host=unsb-vm-386-167416 date=2026-03-23T20:16:18Z
Cloning into 'networkx'...
# roots: /tmp/networkx/networkx/algorithms
CANDIDATE /tmp/networkx/networkx/algorithms/bipartite/matching.py:381 if child not in visited:
CANDIDATE /tmp/networkx/networkx/algorithms/components/connected.py:71 if v not in seen:
CANDIDATE /tmp/networkx/networkx/algorithms/components/connected.py:76 if v not in seen:
CANDIDATE /tmp/networkx/networkx/algorithms/components/weakly_connected.py:54 if v not in seen:
CANDIDATE /tmp/networkx/networkx/algorithms/hybrid.py:101 for w in path:
CANDIDATE /tmp/networkx/networkx/algorithms/hybrid.py:103 for w in path:
CANDIDATE /tmp/networkx/networkx/algorithms/hybrid.py:186 for w in path:
CANDIDATE /tmp/networkx/networkx/algorithms/hybrid.py:188 for w in path:
CANDIDATE /tmp/networkx/networkx/algorithms/traversal/breadth_first_search.py:118 if child not in seen: