-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question]: AzureRmWebAppDeployment - sudden failures: Malicious Entry error #19186
Comments
Not that the verbose logs shine any more light, but adding them for completion:
|
So, further background on this. We have a task in the yaml build pipeline that collects all of the licenses for packages used in the project, which creates a NOTICE.txt file with a summary. The task also has a feature that collects all licenses files detected and stores them in the /Licenses directory. Something appears to be marking some of these text files as malicious when being uploaded to Azure App Service. But we can find little to no information on what process is potentially scanning this file and marking it thus. When I upload the file to VirusTotal, not a single scanner flags it. So, what unique feature in the Azure App Service Deployment task is doing this? It's just a text file, and turning on verbose logging didn't reveal any useful details. If something gets flagged malicious that's obviously not, it should be reported why and how we can address it. Temporarily we'll disable the step that outputs the license files in a central location, but we'd like to keep this feature for compliance reasons. |
Hi all, we are actively investigating this and will post updates at https://status.dev.azure.com/_admin/event/437430728 |
@ericmattingly I noticed the version was rolled back this morning - and our release pipelines are now back to working. If this happens again when the new version is released, I'll open a new ticket. Thank you. |
Task name
AzureRmWebAppDeployment
Task version
4.230.1
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
windows-2022
Question
We're facing a sudden issue with deployments where our health-checks license files appear to be throwing a "Malicious Entry" error:
2023-10-31T16:27:15.7274519Z ##[error]Error: Malicious entry: Licenses\AspNetCore.HealthChecks.Uris_7.0.0.txt
This error first reported on our HeathChecks.KeyVaults pacakge - so I removed that and tried a new build, and now it's throwing on the URI's package.
Our deployments are down but we'd like to keep in the health checks, but may need some guidance as we're hitting a wall with troubleshooting.
We used a previous artifact that was successful on AzureRmWebAppDeployment 4.229.0 - but when I kicked off the deployment again, it used version 4.230.1 and failed.
The text was updated successfully, but these errors were encountered: