File: lang.xml

package info (click to toggle)
openscap 1.0.9-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 129,588 kB
  • ctags: 26,325
  • sloc: xml: 611,156; ansic: 90,367; sh: 26,693; makefile: 2,463; python: 804; perl: 445; cpp: 123
file content (35 lines) | stat: -rw-r--r-- 1,298 bytes parent folder | download | duplicates (5)
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
<?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-specification>