Fences

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.

Лицензия

Лицензия

Категории

Категории

Безопасность
Группа

Группа

com.google.security
Идентификатор

Идентификатор

fences
Последняя версия

Последняя версия

1.9-beta
Дата

Дата

Тип

Тип

pom
Описание

Описание

Fences
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.
Ссылка на сайт

Ссылка на сайт

https://github.com/mikesamuel/fences-maven-enforcer-rule
Организация-разработчик

Организация-разработчик

Google ISE
Система контроля версий

Система контроля версий

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

Скачать fences

Имя Файла Размер
fences-1.9-beta.pom 14 KB
Обзор

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • common
  • rule

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.

Версии библиотеки

Версия
1.9-beta
1.8-beta
1.7-beta