-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Status: CompletedNothing further to be done with this issue. Awaiting to be closed.Nothing further to be done with this issue. Awaiting to be closed.Type: MaintenanceUpdating phrasing or wording to make things clearer or removing ambiguity.Updating phrasing or wording to make things clearer or removing ambiguity.
Milestone
Description
Describe the bug
In early versions of subfinder the providers were defined within the config file. At some point they were moved to another file providers.yaml, and some glue logic was added to guarantee a smooth migration. Such code might no longer be needed since many versions were deployed, consider removing it:
subfinder/v2/pkg/runner/options.go
Line 82 in 0d90c63
if fileutil.FileExists(defaultConfigLocation) && !fileutil.FileExists(defaultProviderConfigLocation) { subfinder/v2/pkg/runner/options.go
Line 230 in 0d90c63
func migrateToProviderConfig(defaultConfigLocation, defaultProviderLocation string) error {
Metadata
Metadata
Assignees
Labels
Status: CompletedNothing further to be done with this issue. Awaiting to be closed.Nothing further to be done with this issue. Awaiting to be closed.Type: MaintenanceUpdating phrasing or wording to make things clearer or removing ambiguity.Updating phrasing or wording to make things clearer or removing ambiguity.