Merge pull request #7765 from blacklanternsecurity/master

Added technology: Microsoft .NET ClickOnce
main
Elbert Alias 1 year ago committed by GitHub
commit 07b2bd5b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4440,5 +4440,19 @@
"oss": true,
"scriptSrc": "(?:/([\\d\\.-]+))?/crypto-js(?:\\.min)?\\.js\\;version:\\1",
"website": "https://github.com/brix/crypto-js"
},
"ClickOnce": {
"cats": [
47
],
"description": "ClickOnce is a Microsoft .NET deployment technology that enables the creation of self-updating Windows-based applications that can be installed and run with minimal user interaction.",
"icon": "default.svg",
"dom": {
"a[href='https://go.microsoft.com/fwlink/?LinkId=154571']": {
"text": "ClickOnce and .NET Framework Resources"
}
},
"css": "\\.ClickOnceInfoText",
"website": "https://learn.microsoft.com/en-us/visualstudio/deployment/clickonce-security-and-deployment"
}
}
Loading…
Cancel
Save