Socket
Socket
Sign inDemoInstall

cfpathcheck

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cfpathcheck

Check CFML files for correct paths in cfinclude/cfimport tags


Version published
Weekly downloads
208
increased by271.43%
Maintainers
1
Weekly downloads
 
Created
Source

cfpathcheck

Static analysis for cfml template import and include paths

npm version Downloads/month Build Status XO code style Code Climate DepShield Badge Known Vulnerabilities

Installation

(sudo) npm install -g cfpathcheck

  • Unix/Linux/Mac OS X: Note that sudo is required unless you have set your npm environment up not to need it
  • Windows: Note that sudo doesn't exist ;o)

Usage

cfpathcheck PATH [-r REPORTER -o OUTFILE]

Options

  • PATH: The path to a single .cfm file, or to a directory containing .cfm files.
  • REPORTER: use checkstyle to output checkstyle-compatible xml to stdout.
  • OUTFILE: The path to the output file, for integration with (e.g.) Jenkins or other CI servers.

Release history

Keywords

FAQs

Package last updated on 07 Feb 2023

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