Skip to content

Commit 92dd97d

Browse files
Merge pull request #13629 from MicrosoftDocs/ghogen-patch-97
Mention cloud drive as well
2 parents 6f23839 + 6c0b61a commit 92dd97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/errors/msb3821.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.subservice: msbuild
1818
---
1919
# MSB3821: Couldn't process file 'path' due to its being in the Internet or Restricted zone or having the mark of the web on the file
2020

21-
This error occurs when MSBuild attempts to process a file downloaded from the web with security restrictions.
21+
This error occurs when MSBuild attempts to process a file downloaded from the web (or a cloud drive) with security restrictions.
2222

2323
When you download web assets such as HTML pages to a Windows device using a browser, the browser inserts a marker called the *mark of the web*, which records the security zone of the site from which the page originated. This is intended to protect from potentially malicious pages and enforce the security level on the original site, even after a page from the site is downloaded. This security check is required due to this security issue: [Visual Studio Remote Code Execution Vulnerability CVE-2018-8172](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2018-8172).
2424

0 commit comments

Comments
 (0)