Skip to content

Update documentation snapshot (new lint security checks) #98

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/checks/DefaultCleartextTraffic.md.html
Original file line number Diff line number Diff line change
@@ -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
@@ -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
@@ -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).
10 changes: 5 additions & 5 deletions docs/checks/DefaultTrustedUserCerts.md.html
Original file line number Diff line number Diff line change
@@ -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
@@ -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
@@ -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).
10 changes: 5 additions & 5 deletions docs/checks/DisabledAllSafeBrowsing.md.html
Original file line number Diff line number Diff line change
@@ -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
@@ -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
@@ -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).
10 changes: 5 additions & 5 deletions docs/checks/ExposedRootPath.md.html
Original file line number Diff line number Diff line change
@@ -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
@@ -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
@@ -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).
10 changes: 5 additions & 5 deletions docs/checks/InsecureDnsSdkLevel.md.html
Original file line number Diff line number Diff line change
@@ -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
@@ -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
@@ -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).
10 changes: 5 additions & 5 deletions docs/checks/InsecurePermissionProtectionLevel.md.html
Original file line number Diff line number Diff line change
@@ -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
@@ -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
@@ -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).
Loading