External Transmission
Medium
- Category
- Data Exfiltration
- Content
69) Override restore sources (quick feed test) ```bash dotnet msbuild MySolution.sln /t:Restore /p:RestoreSources="https://api.nuget.org/v3/index.json;https://myfeed/v3/index.json" ``` 70) Disable implicit restore (full control)
- Confidence
- 50% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
