DevOPS SonarCloud: Symbolic analysis was interrupted because of an unexpected error

Hello @francisbachabi81,

Thank you for bringing this error to our attention. I have managed to reproduce this error if none of our taint analysis rules are enabled for a particular quality profile. Could you confirm that none of the following rules are enabled in your JS/TS quality profile?

S2076
S2078
S2083
S2091
S2631
S3649
S5131
S5135
S5144
S5145
S5146
S5147
S5167
S5334
S5335
S5696
S5883
S6096
S6105

Also, could you send me the following part of the logs? I would be interested in the number of analyzed UCFGs and the number of entry points for the JsSecuritySensor.

INFO: Sensor JsSecuritySensor [security]
<...>
INFO: Analyzing <Number of UCFGS> ucfgs to detect vulnerabilities.
INFO: Taint analysis starting. Entrypoints: <Number of Entrypoints>
INFO: Running symbolic analysis for 'JS'

Thank you,

Gyula