TLS-Crawler
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.rub.nds.tls.crawler</groupId>
<artifactId>TLS-Crawler</artifactId>
<version>2.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>de.rub.nds.tls.crawler</groupId>
<artifactId>TLS-Crawler</artifactId>
<version>2.0.1</version>
<name>TLS-Crawler</name>
<description>Bill of Materials POM for the entire protocol attacker ecosystem used to keep dependencies in sync.</description>
<url>https://github.com/tls-attacker/TLS-Crawler</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>jsomorovsky</id>
<name>Juraj Somorovsky</name>
<email>juraj.somorovsky@upb.de</email>
<url>https://github.com/jurajsomorovsky/</url>
<organization>UPB</organization>
<organizationUrl>https://cs.uni-paderborn.de/en/syssec/</organizationUrl>
<roles>
<role>Architect</role>
<role>Developer</role>
</roles>
</developer>
<developer>
<id>ic0ns</id>
<name>Robert Merget</name>
<email>robert.merget@rub.de</email>
<url>https://github.com/ic0ns/</url>
<organization>NDS</organization>
<organizationUrl>https://informatik.rub.de/nds/</organizationUrl>
<roles>
<role>Team lead</role>
</roles>
</developer>
<developer>
<id>mmaehren</id>
<name>Marcel Maehren</name>
<email>marcel.maehren@rub.de</email>
<url>https://github.com/mmaehren/</url>
<organization>NDS</organization>
<organizationUrl>https://informatik.rub.de/nds/</organizationUrl>
<roles>
<role>Developer</role>
</roles>
</developer>
<developer>
<id>NErinola</id>
<name>Nurullah Erinola</name>
<email>nurullah.erinola@rub.de</email>
<url>https://github.com/NErinola/</url>
<organization>NDS</organization>
<organizationUrl>https://informatik.rub.de/nds/</organizationUrl>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/tls-attacker/TLS-Crawler.git</connection>
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/TLS-Crawler-Development.git</developerConnection>
<tag>v2.0.1</tag>
<url>https://github.com/tls-attacker/TLS-Crawler</url>
</scm>
<dependencies>
<dependency>
<groupId>de.rub.nds</groupId>
<artifactId>crawler-core</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.rub.nds</groupId>
<artifactId>scanner-core</artifactId>
<version>6.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.rub.nds.tls.scanner</groupId>
<artifactId>tls-scanner-core</artifactId>
<version>7.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.rub.nds.tls.scanner</groupId>
<artifactId>tls-server-scanner</artifactId>
<version>7.0.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>