Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escaped hashes in CFM files cause PLUGIN_ERROR #240

Closed
mpaluchowski opened this issue Feb 20, 2017 · 1 comment
Closed

Escaped hashes in CFM files cause PLUGIN_ERROR #240

mpaluchowski opened this issue Feb 20, 2017 · 1 comment

Comments

@mpaluchowski
Copy link
Contributor

The following file, named test.cfm (so with a cfm extension) causes a PLUGIN_ERROR when scanning.

<cfscript>
  defaultFontColor = "##444444";
  tableBackground = "##EDF6FD";
</cfscript>

Also, the console will output:

$ java -jar CFLint-1.0.0-all.jar -file test.cfm -xml
null
null
@ryaneberly
Copy link
Contributor

fixed in cfparser 2.4.2-SNAPSHOT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants