Skip to content

Rename Project#import_url to #unsafe_import_url

Problem

Project#import_url may contain sensitive information such as user credentials.

Proposal

We should rename the method to something like #unsafe_import_url to make it more obvious to developers that they should use #safe_import_url instead.

Edited by Martin Wortschack