You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(entrypoints): bound dependency array scan to avoid false positives on unterminated arrays (#27)
An unclosed dependencies = [ in a truncated/corrupt pyproject.toml
previously scanned to end of file and harvested quoted strings from
later TOML tables as fake dependencies. Bound the scan to the next
table header and return None when the array never closes, matching
pre-fix behaviour of detecting nothing from a malformed file.
0 commit comments