Fences Common

Augments Java's access control by checking that a Maven Project and all its dependencies conform to a policy that specifies which classes/packages can link to which others.

License

License

Categories

Categories

Security
GroupId

GroupId

com.google.security
ArtifactId

ArtifactId

fences-common
Last Version

Last Version

1.9-beta
Release Date

Release Date

Type

Type

jar
Description

Description

Fences Common
Augments Java's access control by checking that a Maven Project and all its dependencies conform to a policy that specifies which classes/packages can link to which others.
Project URL

Project URL

https://github.com/mikesamuel/fences-maven-enforcer-rule
Project Organization

Project Organization

Google ISE

Download fences-common

How to add to project

<!-- https://jarcasting.com/artifacts/com.google.security/fences-common/ -->
<dependency>
    <groupId>com.google.security</groupId>
    <artifactId>fences-common</artifactId>
    <version>1.9-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.security/fences-common/
implementation 'com.google.security:fences-common:1.9-beta'
// https://jarcasting.com/artifacts/com.google.security/fences-common/
implementation ("com.google.security:fences-common:1.9-beta")
'com.google.security:fences-common:jar:1.9-beta'
<dependency org="com.google.security" name="fences-common" rev="1.9-beta">
  <artifact name="fences-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.security', module='fences-common', version='1.9-beta')
)
libraryDependencies += "com.google.security" % "fences-common" % "1.9-beta"
[com.google.security/fences-common "1.9-beta"]

Dependencies

compile (12)

Group / Artifact Type Version
org.apache.maven : maven-artifact jar 2.0.9
org.apache.maven : maven-model jar 2.0.9
org.apache.maven : maven-plugin-api jar 2.0.9
org.apache.maven : maven-project jar 2.0.9
org.codehaus.plexus : plexus-container-default jar 1.6
org.codehaus.plexus : plexus-classworlds jar 2.5.2
org.codehaus.plexus : plexus-interpolation jar 1.22
org.codehaus.plexus : plexus-utils jar 1.5.1
com.google.guava : guava jar 19.0
org.ow2.asm : asm jar 5.1
com.sleepycat : je jar 5.0.73
org.apache.maven.shared : maven-dependency-tree jar 2.2

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Fences Maven Enforcer Rule

Augments Java's access control by checking that a Maven Project and all its dependencies conform to a policy that specifies which classes/pacakges can link to which others.

  • FAQ.
  • Background explains who should use this and for what.
  • Getting Started explains how to integrate into your Maven <project>.
  • Caveats explains what this can and can't do and some of the organizational security assumptions that went into its design.
  • Configuration explains how to express a policy.
  • Policies explains how a policy is evaluated.
  • Alternatives relates this to other tools in the same space.

Versions

Version
1.9-beta
1.8-beta
1.7-beta