| 组织ID: |
io.shiftleft |
| 项目ID: |
semanticcpg |
| 版本: |
0.9.142 |
| 最后修改时间: |
2019-12-03 04:22:25 |
| 包类型: |
jar |
| 标题: |
Apache-2.0 |
| 描述: |
semanticcpg |
| 相关URL: |
https://github.com/ShiftLeftSecurity/codepropertygraph/ |
| 大小: |
88.65KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.shiftleft</groupId>
<artifactId>semanticcpg</artifactId>
<version>0.9.142</version>
</dependency>
|
| Gradle引入代码: |
io.shiftleft:semanticcpg:0.9.142
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>io.shiftleft</groupId>
<artifactId>semanticcpg</artifactId>
<packaging>jar</packaging>
<description>semanticcpg</description>
<url>https://github.com/ShiftLeftSecurity/codepropertygraph/</url>
<version>0.9.142</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>semanticcpg</name>
<organization>
<name>io.shiftleft</name>
<url>https://github.com/ShiftLeftSecurity/codepropertygraph/</url>
</organization>
<scm>
<url>https://github.com/ShiftLeftSecurity/codepropertygraph</url>
<connection>scm:git@github.com:ShiftLeftSecurity/codepropertygraph.git</connection>
</scm>
<developers>
<developer>
<id>fabsx00</id>
<name>Fabian Yamaguchi</name>
<email>fabs@shiftleft.io</email>
<url>https://github.com/fabsx00</url>
</developer>
<developer>
<id>ml86</id>
<name>Markus Lottmann</name>
<email>markus@shiftleft.io</email>
<url>https://github.com/ml86</url>
</developer>
<developer>
<id>mpollmeier</id>
<name>Michael Pollmeier</name>
<email>michael@michaelpollmeier.com</email>
<url>http://www.michaelpollmeier.com/</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.7</version>
</dependency>
<dependency>
<groupId>io.shiftleft</groupId>
<artifactId>query-primitives</artifactId>
<version>0.9.142</version>
</dependency>
<dependency>
<groupId>io.shiftleft</groupId>
<artifactId>enhancements</artifactId>
<version>0.9.142</version>
</dependency>
<dependency>
<groupId>com.github.scopt</groupId>
<artifactId>scopt_2.12</artifactId>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.8</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.0.3</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
io.shiftleft.argdefloader.ArgumentDefs$.class
io.shiftleft.passes.namespacecreator.NamespaceCreator.class
io.shiftleft.passes.receiveredges.ReceiverEdgePass.class
io.shiftleft.layers.enhancedbase.EnhancedBaseCreator.class
io.shiftleft.passes.linking.linker.Linker.class
io.shiftleft.cpgloading.CpgLoader$.class
io.shiftleft.passes.linking.memberaccesslinker.MemberAccessLinker.class
io.shiftleft.passes.linking.capturinglinker.CapturingLinker.class
io.shiftleft.argdefloader.ArgumentDefLoader.class
io.shiftleft.passes.languagespecific.fuzzyc.TypeDeclStubCreator.class
io.shiftleft.passes.reachingdef.DataFlowFrameworkHelper.class
io.shiftleft.argdefloader.ArgumentDefs.class
io.shiftleft.passes.methoddecorations.MethodDecoratorPass.class
io.shiftleft.passes.containsedges.ContainsEdgePass.class
io.shiftleft.argdefloader.ArgumentDef$.class
io.shiftleft.passes.methoddecorations.MethodDecoratorPass$.class
io.shiftleft.passes.reachingdef.ReachingDefPass.class
io.shiftleft.argdefloader.ArgumentDef.class
io.shiftleft.passes.propagateedges.PropagateEdgePass.class
io.shiftleft.cpgloading.CpgLoader.class
io.shiftleft.passes.languagespecific.fuzzyc.MethodStubCreator.class
|
| 依赖Jar: |
scala-library-2.12.7.jar
/org.scala-lang/scala-library/2.12.7
查看scala-library所有版本文件
query-primitives-0.9.142.jar
/io.shiftleft/query-primitives/0.9.142
查看query-primitives所有版本文件
enhancements-0.9.142.jar
/io.shiftleft/enhancements/0.9.142
查看enhancements所有版本文件
scopt_2.12-3.7.0.jar
/com.github.scopt/scopt_2.12/3.7.0
查看scopt_2.12所有版本文件
commons-lang3-3.8.jar
/org.apache.commons/commons-lang3/3.8
查看commons-lang3所有版本文件
scalatest_2.12-3.0.3.jar
/org.scalatest/scalatest_2.12/3.0.3
查看scalatest_2.12所有版本文件
|