This file is indexed.

/usr/share/maven-repo/owasp-java-html-sanitizer/owasp-java-html-sanitizer/debian/owasp-java-html-sanitizer-debian.pom is in libowasp-java-html-sanitizer-java 0.1+r88-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<?xml version="1.0" encoding="UTF-8"?>
<!-- See http://maven.apache.org/ref/3.0.3/maven-model/maven.html for details
  - of the meanings of various elements.
  - See the README in the maven directory for an explanation of the
  - strange syntactic features in this file.
  -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>owasp-java-html-sanitizer</groupId>
	<artifactId>owasp-java-html-sanitizer</artifactId>
	<version>debian</version>
	<packaging>jar</packaging>
	<properties>
		<debian.com.google.code.findbugs.jsr305.originalVersion>1.3.9</debian.com.google.code.findbugs.jsr305.originalVersion>
		<debian.com.google.guava.guava.originalVersion>r09</debian.com.google.guava.guava.originalVersion>
		<debian.mavenRules>owasp-java-html-sanitizer owasp-java-html-sanitizer jar s/.*/debian/ * *</debian.mavenRules>
		<debian.originalVersion>r88</debian.originalVersion>
		<debian.package>libowasp-java-html-sanitizer-java</debian.package>
	</properties>
	
	<!--##REPLACE##<version>+++version+++</version>##END##-->
	<name>OWASP Java HTML Sanitizer</name>
	<description>A fast and easy to configure HTML Sanitizer written in Java which
   lets you include HTML authored by third-parties in your webapplication while protecting against XSS.</description>
	<url>http://code.google.com/p/owasp-java-html-sanitizer</url>
	<organization>
		<name>OWASP</name>
		<url>http://www.owasp.org/</url>
	</organization>
	<licenses>
		<license>
			<name>New BSD License</name>
			<url>http://www.opensource.org/licenses/bsd-license.php</url>
		</license>
	</licenses>
	<dependencies>
		<dependency>
			<!-- http://repo2.maven.org/maven2/com/google/guava/guava/ -->
			<groupId>com.google.guava</groupId>
			<artifactId>guava</artifactId>
			<version>debian</version>
		</dependency>
		<dependency>
			<!-- http://findbugs.googlecode.com/svn/trunk/ -->
			<groupId>org.jsr-305</groupId>
			<artifactId>jsr305</artifactId>
			<version>0.x</version>
		</dependency>
	</dependencies>
</project>