The Security Hotspots discovery endpoint (/sonarlint/api/status) should disclose solution-related information in the description field only to trusted servers, a.k.a servers for which SonarLint already has connection settings and credentials. The response to untrusted servers should only contain the name/version of the IDE.
@jblievremont FYI at the moment SLVS doesn't store connection settings at a global level - we have no record of which servers were previously used. This would require more implementation on our side.
The Security Hotspots discovery endpoint (
/sonarlint/api/status
) should disclose solution-related information in the description field only to trusted servers, a.k.a servers for which SonarLint already has connection settings and credentials. The response to untrusted servers should only contain the name/version of the IDE.