fastlane/lib/fastlane/lane_manager.rb UNKNOWN
Verdict: BENIGN
▴
Local reference
Suspicious dependency
Inferred
Content
Traits
Provenance
1
require_relative 'lane_manager_base.rb'
2
3
module Fastlane
4
class LaneManager < LaneManagerBase
5
# @param platform T he name of the platform to execute
Contains common English function words
6
# @param lane_name The name of the lane to execute
7
# @p …
8:27
… nformation
9
# @param A custom Fastfile path, t his is used by fastlane.ci
10
def self . cruise_lane ( platform , lane , parameters = nil , env = nil , fa …
25:82
… to list all platforms then
26
27
# Make sure t hat's not a lane without a platform
Contains common English function words
28
unless ff . runner . available_lanes . include? ( lane )
29
…
34:54
… ot or want to auto complete the available lanes f or a platform
35
# e.g. `fastlane ios` should list all available iOS actions
36
if ff . is …
88:52
… e any lanes to run just yet . Check out how to get started here : h ttps : // github . com / fastlane / fastlane 🚀")
References a public code-forge URL
89
end
90
91
rows = []
92
available . each_with_index do | lane , index |
93
rows << [ index + 1 , lane . last . pretty …
Well-known
notable severity, 99% confident.
tool/development
fastlane official source repository
1 match
88:52
… e any lanes to run just yet . Check out how to get started here : https : // github . com / fastlane / fastlane 🚀")
89
end
90
91
rows = []
92
available . each_with_index do | lane , index |
93
rows << [ index + 1 , lane . last . pretty …
Micro-behaviors
notable severity, 90% confident.
communications/http/url
References a public code-forge URL
1 match
88:52
… e any lanes to run just yet . Check out how to get started here : https : // github . com / fastlane / fastlane 🚀")
89
end
90
91
rows = []
92
available . each_with_index do | lane , index |
93
rows << [ index + 1 , lane . last . pretty …
notable severity, 90% confident.
os/module
Ruby loads a relative source module
1 match
0
require_relative 'lane_manager_base.rb'
module Fastlane
class LaneManager < LaneManagerBase
# @param platform The name of the platform to execute
# @param lane_name The name of the lane to execute
# @p
baseline severity, 75% confident.
communications/http
HTTP URL string literal
1 match
88:52
… e any lanes to run just yet . Check out how to get started here : h ttps : // github . com / fastlane / fastlane 🚀")
89
end
90
91
rows = []
92
available . each_with_index do | lane , index |
93
rows << [ index + 1 , lane . last . pretty …
Metadata
baseline severity, 80% confident.
file/profile
Contains common English function words
7 matches
77:8
… param platform : is probably nil , but user might have called `fastlane android` , a nd only wants to list those actions
78
def self . choose_lane ( ff , platform )
79
available = []
80
81
…
8:27
… nformation
9
# @param A custom Fastfile path, t his is used by fastlane.ci
10
def self . cruise_lane ( platform , lane , parameters = nil , env = nil , fa …
34:54
… ot or want to auto complete the available lanes f or a platform
35
# e.g. `fastlane ios` should list all available iOS actions
36
if ff . is …
54:70
… operly finish running fastlane
55
# Tested w ith `xcake`, which throws a `Xcake::Informative` object
56
57
print_lane_context
58
print_e …
25:82
… to list all platforms then
26
27
# Make sure t hat's not a lane without a platform
28
unless ff . runner . available_lanes . include? ( lane )
29
…
1
require_relative 'lane_manager_base.rb'
2
3
module Fastlane
4
class LaneManager < LaneManagerBase
5
# @param platform T he name of the platform to execute
6
# @param lane_name The name of the lane to execute
7
# @p …
component severity, 90% confident.
file
File has 30 or more lines
1 match
0
require_relative 'lane_manager_base.rb'
module Fastlane
class LaneManager < LaneManagerBase
# @param platform The name of the platform to execute
# @param lane_name The name of the lane to execute
# @p
Identity
SHA-256
84f1cff36a0534bd6a96da6ac05e2c8eaed4e5e534bd454acdf080756d275a7f
Filename
fastlane/lib/fastlane/lane_manager.rb
Origin
Source
x
Feed
pkg.go.dev
Ecosystem
go
Timeline
First seen
23 Aug 2026 13:48 UTC
First analyzed
23 Aug 2026 13:48 UTC
Last analyzed
23 Aug 2026 14:08 UTC
Last updated
23 Aug 2026 14:09 UTC