File: lang.xml

package info (click to toggle)
openscap 1.4.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 125,040 kB
  • sloc: xml: 527,109; ansic: 91,390; sh: 19,789; python: 2,515; perl: 444; makefile: 49
file content (44 lines) | stat: -rw-r--r-- 1,630 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0"  encoding="UTF-8"?>
<cpe:platform-specification xmlns:cpe="http://cpe.mitre.org/language/2.0">

	<cpe:platform id="123">
		<cpe:title xml:lang="en">Microsoft Windows XP with Adobe Reader</cpe:title>
		<cpe:logical-test operator="AND" negate="FALSE">
			<cpe:fact-ref name="cpe:/o:microsoft:windows_xp" />
			<cpe:fact-ref name="cpe:/a:adobe:reader" />
		</cpe:logical-test>
	</cpe:platform>

	<cpe:platform id="456">
		<cpe:title>Sun Solaris 5.8 or 5.9 or 5.10</cpe:title>
		<cpe:title>ľščťžýýáíéúôä</cpe:title>
		<cpe:logical-test operator="OR" negate="FALSE">
			<cpe:fact-ref name="cpe:/o:sun:solaris:5.8" />
			<cpe:fact-ref name="cpe:/o:sun:solaris:5.9" />
			<cpe:fact-ref name="cpe:/o:sun:solaris:5.10" />
		</cpe:logical-test>
	</cpe:platform>

	<cpe:platform id="789">
	        <cpe:title>Microsoft Windows XP with Office 2003 or 2007</cpe:title>
		<cpe:remark>Foolish Remark</cpe:remark>
		<cpe:logical-test operator="AND" negate="FALSE">
			<cpe:fact-ref name="cpe:/o:microsoft:windows_xp" />
			<cpe:logical-test operator="OR" negate="FALSE">
			  <cpe:fact-ref name="cpe:/a:microsoft:office:2003" />
			  <cpe:fact-ref name="cpe:/a:microsoft:office:2007" />
			</cpe:logical-test>
		</cpe:logical-test>
	</cpe:platform>

	<cpe:platform id="1011">
	<cpe:title>NOT Microsoft Windows XP and Sun Solaris 5.8</cpe:title>
		<cpe:remark>Foolish Remark</cpe:remark>
		<cpe:logical-test operator="AND" negate="TRUE">
			<cpe:fact-ref name="cpe:/o:microsoft:windows_xp" />
			<cpe:fact-ref name="cpe:/o:sun:solaris:5.8" />
		</cpe:logical-test>
	</cpe:platform>

</cpe:platform-specification>