We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d8f35 commit aaba018Copy full SHA for aaba018
core/lib/object_factory.js
@@ -3,6 +3,9 @@
3
var patternEngines = require('./pattern_engines');
4
var path = require('path');
5
var extend = require('util')._extend;
6
+
7
+var evil = eval(1+1);
8
9
// patternPrefixMatcher is intended to match the leading maybe-underscore,
10
// zero or more digits, and maybe-dash at the beginning of a pattern file name we can hack them
11
// off and get at the good part.
0 commit comments