mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Added modeling of underscore.string string to string functions.
This commit is contained in:
6
javascript/ql/lib/ext/underscore.string.model.yml
Normal file
6
javascript/ql/lib/ext/underscore.string.model.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
extensions:
|
||||
- addsTo:
|
||||
pack: codeql/javascript-all
|
||||
extensible: summaryModel
|
||||
data:
|
||||
- ["'underscore.string'", "Member[slugify,capitalize,decapitalize,clean,cleanDiacritics,swapCase,escapeHTML,unescapeHTML,wrap,dedent,reverse,pred,succ,titleize,camelize,classify,underscored,dasherize,humanize,trim,ltrim,rtrim,truncate,sprintf,strRight,strRightBack,strLeft,strLeftBack,stripTags,unquote,map]", "Argument[0]", "ReturnValue", "taint"]
|
||||
Reference in New Issue
Block a user