@eagleoutice/flowr - v2.13.15
Preparing search index...
src/linter/rules/problematic-inputs
PROBLEMATIC_INPUTS
Variable PROBLEMATIC_INPUTS
Const
PROBLEMATIC_INPUTS
:
{
createSearch
:
(
config
:
ProblematicInputsConfig
,
)
=>
FlowrSearchBuilder
<
"from-query"
,
[
]
,
ParentInformation
,
FlowrSearchElements
<
ParentInformation
,
(...)
[]
>
,
>
;
info
:
{
certainty
:
BestEffort
;
defaultConfig
:
{
consider
:
readonly
string
[]
;
pipeCommandFunctions
:
readonly
PipeCommandFunctionSpec
[]
;
}
;
description
:
"Detects uses of dynamic calls (e.g. eval, system) with non-constant inputs, and graphics-device calls (pdf, postscript) where a filename starts with '|' indicating a pipe command injection."
;
name
:
"Problematic inputs"
;
tags
:
readonly
[
Security
,
Smell
,
Readability
,
Performance
]
;
}
;
prettyPrint
:
{
full
:
(
result
:
ProblematicInputsResult
)
=>
string
;
query
:
(
result
:
ProblematicInputsResult
)
=>
string
;
}
;
processSearchResult
:
(
elements
:
FlowrSearchElements
<
ParentInformation
,
FlowrSearchElement
<
(...)
>
[]
,
>
,
config
:
ProblematicInputsConfig
,
data
:
ReadonlyFlowrAnalysisProvider
<
KnownParser
>
,
)
=>
Promise
<
{
results
:
(...)
[]
}
>
;
}
= ...
Type Declaration
Readonly
createSearch
:
(
config
:
ProblematicInputsConfig
,
)
=>
FlowrSearchBuilder
<
"from-query"
,
[
]
,
ParentInformation
,
FlowrSearchElements
<
ParentInformation
,
(...)
[]
>
,
>
Readonly
info
:
{
certainty
:
BestEffort
;
defaultConfig
:
{
consider
:
readonly
string
[]
;
pipeCommandFunctions
:
readonly
PipeCommandFunctionSpec
[]
;
}
;
description
:
"Detects uses of dynamic calls (e.g. eval, system) with non-constant inputs, and graphics-device calls (pdf, postscript) where a filename starts with '|' indicating a pipe command injection."
;
name
:
"Problematic inputs"
;
tags
:
readonly
[
Security
,
Smell
,
Readability
,
Performance
]
;
}
Readonly
prettyPrint
:
{
full
:
(
result
:
ProblematicInputsResult
)
=>
string
;
query
:
(
result
:
ProblematicInputsResult
)
=>
string
;
}
Readonly
processSearchResult
:
(
elements
:
FlowrSearchElements
<
ParentInformation
,
FlowrSearchElement
<
(...)
>
[]
,
>
,
config
:
ProblematicInputsConfig
,
data
:
ReadonlyFlowrAnalysisProvider
<
KnownParser
>
,
)
=>
Promise
<
{
results
:
(...)
[]
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.13.15
Loading...