Skip to content

Conversation

ag-ramachandran
Copy link
Collaborator

No description provided.

raise LogStash::ConfigurationError.new('proxy_aad_only can be used only when proxy is configured.')
end

if @database =~ FIELD_REF

Check failure

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data

This [regular expression](1) that depends on a [library input](2) may run slow on strings starting with '%{{' and with many repetitions of '%{{'.
raise LogStash::ConfigurationError.new('database config value should not be dynamic.')
end

if @table =~ FIELD_REF

Check failure

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data

This [regular expression](1) that depends on a [library input](2) may run slow on strings starting with '%{{' and with many repetitions of '%{{'.
raise LogStash::ConfigurationError.new('table config value should not be dynamic.')
end

if @json_mapping =~ FIELD_REF

Check failure

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data

This [regular expression](1) that depends on a [library input](2) may run slow on strings starting with '%{{' and with many repetitions of '%{{'.
Copy link

Unit Test Results

  1 files  ±0    1 suites  ±0   2s ⏱️ -1s
23 tests +1  23 ✔️ +1  0 💤 ±0  0 ❌ ±0 

Results for commit 59b387b. ± Comparison against base commit da1a448.

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

Successfully merging this pull request may close these issues.

1 participant