New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cocoapods-whitelist

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cocoapods-whitelist

  • 0.6.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

cocoapods-allowlist

Validate Podspec's dependencies against a allowlist of pods.

Installation

$ gem install cocoapods-allowlist

Usage

  • As a command
$ pod allowlist [--podspec=PODSPEC] [--config=ALLOWLIST_FILE_OR_URL] [--outfile=PATH] [--fail-on-error]
  • As plugin, add into the Podfile of your tests app
  plugin 'cocoapods-allowlist'

If not Podspec is passed by parameter, the command search into the current and parent directory.

You can specify a custom allowlist. By default use a allowlist hosted in GitHub

By default exit with status 0, unless you add the parameter --fail-on-error

Development

Install dependencies

bundle install

Run test

rake

Publish in RubyGems

  1. Build
gem build cocoapods-allowlist.gemspec
  1. Publish
gem push cocoapods-allowlist-{version}.gem

FAQs

Package last updated on 10 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc