Skip to content

Fixed targets.get_scope_{web,host} current target enumeration

Compare
Choose a tag to compare
@bamhm182 bamhm182 released this 16 Apr 07:26
· 3 commits to main since this release

v0.4.2 contained an error which prohibited targets.get_scope_{web,host} from determining the currently connected target if no information is provided. This functionality worked as expected if targets.get_scope() was called instead, and the logic from that function was applied to the two problematic functions so they all operate in the same fashion.