Open-source atomic malware analysis

Analyze another

fastlane/lib/fastlane/lane_manager.rb

UNKNOWN
Verdict: BENIGN
Mal-ecule
K(Te)H₂(CmOs)
Size 4.8 KB download
First seen 6 days ago
Analyzed 6 days ago
Ecosystem go

Referenced by 1 sample

lane_manager.rb ruby
1 require_relative 'lane_manager_base.rb'
2
3 module Fastlane
4 class LaneManager < LaneManagerBase
5 # @param platform The 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, this 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 that'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 for 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: https://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

Micro-behaviors

Metadata

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

Labeling

Label unknown