Skip to content

Commit

Permalink
Update documentation snapshot (new lint security checks)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnorbye committed Sep 29, 2024
1 parent c09d6de commit 79d0e2f
Show file tree
Hide file tree
Showing 26 changed files with 687 additions and 105 deletions.
10 changes: 5 additions & 5 deletions docs/checks/DefaultCleartextTraffic.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
Editing
: This check runs on the fly in the IDE editor
See
: http://goo.gle/DefaultCleartextTraffic
: https://goo.gle/DefaultCleartextTraffic
Implementation
: [Source Code](https://github.com/google/android-security-lints/tree/main/checks/src/main/java/com/example/lint/checks/MissingNetworkSecurityConfigDetector.kt)
Tests
Expand Down Expand Up @@ -85,17 +85,17 @@

```
// build.gradle.kts
lintChecks("com.android.security.lint:lint:1.0.1")
lintChecks("com.android.security.lint:lint:1.0.2")

// build.gradle
lintChecks 'com.android.security.lint:lint:1.0.1'
lintChecks 'com.android.security.lint:lint:1.0.2'

// build.gradle.kts with version catalogs:
lintChecks(libs.com.android.security.lint.lint)

# libs.versions.toml
[versions]
com-android-security-lint-lint = "1.0.1"
com-android-security-lint-lint = "1.0.2"
[libraries]
# For clarity and text wrapping purposes the following declaration is
# shown split up across lines, but in TOML it needs to be on a single
Expand All @@ -107,7 +107,7 @@
}
```

1.0.1 is the version this documentation was generated from;
1.0.2 is the version this documentation was generated from;
there may be newer versions available.

[Additional details about com.android.security.lint:lint](com_android_security_lint_lint.md.html).
Expand Down
10 changes: 5 additions & 5 deletions docs/checks/DefaultTrustedUserCerts.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
Editing
: This check runs on the fly in the IDE editor
See
: http://goo.gle/DefaultTrustedUserCerts
: https://goo.gle/DefaultTrustedUserCerts
Implementation
: [Source Code](https://github.com/google/android-security-lints/tree/main/checks/src/main/java/com/example/lint/checks/MissingNetworkSecurityConfigDetector.kt)
Tests
Expand Down Expand Up @@ -87,17 +87,17 @@

```
// build.gradle.kts
lintChecks("com.android.security.lint:lint:1.0.1")
lintChecks("com.android.security.lint:lint:1.0.2")

// build.gradle
lintChecks 'com.android.security.lint:lint:1.0.1'
lintChecks 'com.android.security.lint:lint:1.0.2'

// build.gradle.kts with version catalogs:
lintChecks(libs.com.android.security.lint.lint)

# libs.versions.toml
[versions]
com-android-security-lint-lint = "1.0.1"
com-android-security-lint-lint = "1.0.2"
[libraries]
# For clarity and text wrapping purposes the following declaration is
# shown split up across lines, but in TOML it needs to be on a single
Expand All @@ -109,7 +109,7 @@
}
```

1.0.1 is the version this documentation was generated from;
1.0.2 is the version this documentation was generated from;
there may be newer versions available.

[Additional details about com.android.security.lint:lint](com_android_security_lint_lint.md.html).
Expand Down
10 changes: 5 additions & 5 deletions docs/checks/DisabledAllSafeBrowsing.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
Editing
: This check runs on the fly in the IDE editor
See
: http://goo.gle/DisabledAllSafeBrowsing
: https://goo.gle/DisabledAllSafeBrowsing
Implementation
: [Source Code](https://github.com/google/android-security-lints/tree/main/checks/src/main/java/com/example/lint/checks/SafeBrowsingDetector.kt)
Tests
Expand Down Expand Up @@ -89,17 +89,17 @@

```
// build.gradle.kts
lintChecks("com.android.security.lint:lint:1.0.1")
lintChecks("com.android.security.lint:lint:1.0.2")

// build.gradle
lintChecks 'com.android.security.lint:lint:1.0.1'
lintChecks 'com.android.security.lint:lint:1.0.2'

// build.gradle.kts with version catalogs:
lintChecks(libs.com.android.security.lint.lint)

# libs.versions.toml
[versions]
com-android-security-lint-lint = "1.0.1"
com-android-security-lint-lint = "1.0.2"
[libraries]
# For clarity and text wrapping purposes the following declaration is
# shown split up across lines, but in TOML it needs to be on a single
Expand All @@ -111,7 +111,7 @@
}
```

1.0.1 is the version this documentation was generated from;
1.0.2 is the version this documentation was generated from;
there may be newer versions available.

[Additional details about com.android.security.lint:lint](com_android_security_lint_lint.md.html).
Expand Down
10 changes: 5 additions & 5 deletions docs/checks/ExposedRootPath.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
Editing
: This check runs on the fly in the IDE editor
See
: http://goo.gle/ExposedRootPath
: https://goo.gle/ExposedRootPath
Implementation
: [Source Code](https://github.com/google/android-security-lints/tree/main/checks/src/main/java/com/example/lint/checks/MisconfiguredFileProviderDetector.kt)
Tests
Expand Down Expand Up @@ -87,17 +87,17 @@

```
// build.gradle.kts
lintChecks("com.android.security.lint:lint:1.0.1")
lintChecks("com.android.security.lint:lint:1.0.2")

// build.gradle
lintChecks 'com.android.security.lint:lint:1.0.1'
lintChecks 'com.android.security.lint:lint:1.0.2'

// build.gradle.kts with version catalogs:
lintChecks(libs.com.android.security.lint.lint)

# libs.versions.toml
[versions]
com-android-security-lint-lint = "1.0.1"
com-android-security-lint-lint = "1.0.2"
[libraries]
# For clarity and text wrapping purposes the following declaration is
# shown split up across lines, but in TOML it needs to be on a single
Expand All @@ -109,7 +109,7 @@
}
```

1.0.1 is the version this documentation was generated from;
1.0.2 is the version this documentation was generated from;
there may be newer versions available.

[Additional details about com.android.security.lint:lint](com_android_security_lint_lint.md.html).
Expand Down
10 changes: 5 additions & 5 deletions docs/checks/InsecureDnsSdkLevel.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
Editing
: This check runs on the fly in the IDE editor
See
: http://goo.gle/InsecureDnsSdkLevel
: https://goo.gle/InsecureDnsSdkLevel
Implementation
: [Source Code](https://github.com/google/android-security-lints/tree/main/checks/src/main/java/com/example/lint/checks/DnsConfigDetector.kt)
Tests
Expand Down Expand Up @@ -87,17 +87,17 @@

```
// build.gradle.kts
lintChecks("com.android.security.lint:lint:1.0.1")
lintChecks("com.android.security.lint:lint:1.0.2")

// build.gradle
lintChecks 'com.android.security.lint:lint:1.0.1'
lintChecks 'com.android.security.lint:lint:1.0.2'

// build.gradle.kts with version catalogs:
lintChecks(libs.com.android.security.lint.lint)

# libs.versions.toml
[versions]
com-android-security-lint-lint = "1.0.1"
com-android-security-lint-lint = "1.0.2"
[libraries]
# For clarity and text wrapping purposes the following declaration is
# shown split up across lines, but in TOML it needs to be on a single
Expand All @@ -109,7 +109,7 @@
}
```

1.0.1 is the version this documentation was generated from;
1.0.2 is the version this documentation was generated from;
there may be newer versions available.

[Additional details about com.android.security.lint:lint](com_android_security_lint_lint.md.html).
Expand Down
10 changes: 5 additions & 5 deletions docs/checks/InsecurePermissionProtectionLevel.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
Editing
: This check runs on the fly in the IDE editor
See
: http://goo.gle/InsecurePermissionProtectionLevel
: https://goo.gle/InsecurePermissionProtectionLevel
Implementation
: [Source Code](https://github.com/google/android-security-lints/tree/main/checks/src/main/java/com/example/lint/checks/PermissionDetector.kt)
Tests
Expand Down Expand Up @@ -90,17 +90,17 @@

```
// build.gradle.kts
lintChecks("com.android.security.lint:lint:1.0.1")
lintChecks("com.android.security.lint:lint:1.0.2")

// build.gradle
lintChecks 'com.android.security.lint:lint:1.0.1'
lintChecks 'com.android.security.lint:lint:1.0.2'

// build.gradle.kts with version catalogs:
lintChecks(libs.com.android.security.lint.lint)

# libs.versions.toml
[versions]
com-android-security-lint-lint = "1.0.1"
com-android-security-lint-lint = "1.0.2"
[libraries]
# For clarity and text wrapping purposes the following declaration is
# shown split up across lines, but in TOML it needs to be on a single
Expand All @@ -112,7 +112,7 @@
}
```

1.0.1 is the version this documentation was generated from;
1.0.2 is the version this documentation was generated from;
there may be newer versions available.

[Additional details about com.android.security.lint:lint](com_android_security_lint_lint.md.html).
Expand Down
Loading

0 comments on commit 79d0e2f

Please sign in to comment.