forked from DNNCommunity/DNN.SecurityAnalyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SecurityAnalyzer.dnn
109 lines (107 loc) · 4.19 KB
/
SecurityAnalyzer.dnn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="SecurityAnalyzer" type="Module" version="01.00.01">
<friendlyName>SecurityAnalyzer</friendlyName>
<description>SecurityAnalyzer module</description>
<iconFile>~/Icons/Sigma/Extensions_32x32_standard.png</iconFile>
<owner>
<name>DNN Software</name>
<organization>DNN Software</organization>
<url>http://www.dnnsoftware.com</url>
<email>[email protected]</email>
</owner>
<license src="License.txt"></license>
<releaseNotes src="ReleaseNotes.txt"></releaseNotes>
<azureCompatible>true</azureCompatible>
<dependencies>
<dependency type="CoreVersion">06.02.00</dependency>
</dependencies>
<components>
<component type="Cleanup" fileName="01.00.00.txt" version="01.00.00" />
<component type="Script">
<scripts>
<basePath>DesktopModules\DNNCorp\SecurityAnalyzer</basePath>
<script type="Install">
<path>Providers\DataProviders\SqlDataProvider</path>
<name>01.00.00.SqlDataProvider</name>
<version>01.00.00</version>
</script>
<script type="UnInstall">
<path>Providers\DataProviders\SqlDataProvider</path>
<name>Uninstall.SqlDataProvider</name>
<version>01.00.00</version>
</script>
</scripts>
</component>
<component type="Module">
<desktopModule>
<moduleName>SecurityAnalyzer</moduleName>
<foldername>DNNCorp/SecurityAnalyzer</foldername>
<supportedFeatures />
<businessControllerClass>DNN.Modules.SecurityAnalyzer.Components.FeatureController</businessControllerClass>
<supportedFeatures>
<supportedFeature type="Upgradeable" />
</supportedFeatures>
<moduleDefinitions>
<moduleDefinition>
<friendlyName>SecurityAnalyzer</friendlyName>
<defaultCacheTime>0</defaultCacheTime>
<moduleControls>
<moduleControl>
<controlKey />
<controlSrc>DesktopModules/DNNCorp/SecurityAnalyzer/View.ascx</controlSrc>
<supportsPartialRendering>False</supportsPartialRendering>
<controlTitle />
<controlType>Host</controlType>
<iconFile />
<helpUrl />
<viewOrder>0</viewOrder>
</moduleControl>
</moduleControls>
</moduleDefinition>
</moduleDefinitions>
</desktopModule>
<eventMessage>
<processorType>DotNetNuke.Entities.Modules.EventMessageProcessor, DotNetNuke</processorType>
<processorCommand>UpgradeModule</processorCommand>
<attributes>
<businessControllerClass>DNN.Modules.SecurityAnalyzer.Components.FeatureController</businessControllerClass>
<desktopModuleID>[DESKTOPMODULEID]</desktopModuleID>
<upgradeVersionsList>01.00.00</upgradeVersionsList>
</attributes>
</eventMessage>
</component>
<component type="File">
<files>
<basePath>DesktopModules\DNNCorp\SecurityAnalyzer</basePath>
<file>
<name>License.txt</name>
</file>
<file>
<name>ReleaseNotes.txt</name>
</file>
<file>
<name>SecurityAnalyzer.dnn</name>
</file>
</files>
</component>
<component type="Assembly">
<assemblies>
<assembly>
<name>DNN.Modules.SecurityAnalyzer.dll</name>
<path>bin</path>
</assembly>
</assemblies>
</component>
<component type="ResourceFile">
<resourceFiles>
<basePath>DesktopModules/DNNCorp/SecurityAnalyzer</basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
</resourceFiles>
</component>
</components>
</package>
</packages>
</dotnetnuke>