Skip to content

🔄 Preview: Sync 2.2.2 RNs.mdx - #2786

Draft
probelabs[bot] wants to merge 492 commits into
productionfrom
JoanCamosTyk-patch-17
Draft

🔄 Preview: Sync 2.2.2 RNs.mdx#2786
probelabs[bot] wants to merge 492 commits into
productionfrom
JoanCamosTyk-patch-17

Merge main into JoanCamosTyk-patch-17

0e2976e
Select commit
Loading
Failed to load commit list.
probelabs / Visor: security succeeded Aug 27, 2026 in 29s

✅ Check Passed (Warnings Found)

security check passed. Found 2 warnings, but fail_if condition was not met.

Details

📊 Summary

  • Total Issues: 2
  • Warning Issues: 2

🔍 Failure Condition Results

Passed Conditions

  • global_fail_if: Condition passed

Issues by Category

Security (2)

  • ⚠️ developer-support/release-notes/sync.mdx:68 - An internal ticket ID (TT-17868) is exposed in a comment. Exposing internal identifiers can provide attackers with information about internal tools, processes, and priorities, which could be leveraged in social engineering or other attacks.
  • ⚠️ developer-support/release-notes/sync.mdx:79 - Links that open in a new tab or window using target="_blank" are missing the rel="noopener noreferrer" attribute. This creates a risk of tabnabbing, where the newly opened page can gain partial control over the referring page, potentially leading to phishing attacks.

Powered by Visor from Probelabs

💡 TIP: You can chat with Visor using /visor ask <your question>

Annotations

Check warning on line 68 in developer-support/release-notes/sync.mdx

See this annotation in the file changed.

@probelabs probelabs / Visor: security

security Issue

An internal ticket ID (TT-17868) is exposed in a comment. Exposing internal identifiers can provide attackers with information about internal tools, processes, and priorities, which could be leveraged in social engineering or other attacks.
Raw output
Remove internal ticket identifiers from public-facing content before merging.

Check warning on line 88 in developer-support/release-notes/sync.mdx

See this annotation in the file changed.

@probelabs probelabs / Visor: security

security Issue

Links that open in a new tab or window using `target="_blank"` are missing the `rel="noopener noreferrer"` attribute. This creates a risk of tabnabbing, where the newly opened page can gain partial control over the referring page, potentially leading to phishing attacks.
Raw output
For security and performance reasons, add `rel="noopener noreferrer"` to all `<a>` tags that include `target="_blank"`.