gitsafehub
github.com/linkvt/knative-docs ↗

linkvt/knative-docs

scanned 2026-08-10 · git d548528
2 of 6 checks flagged a security issue
🔴 Needs attention
Only 3 of 6 checks finished — treat this as provisional. Re-check ↻

Informational scan, not a security audit. How this is computed.

Leaked secrets10Vulnerable dependencies539Known OSS vulnerabilitiesRisky code patternsMalicious dependenciesProject health

Security checks

Leaked secrets — Gitleaks 10 found · 7 serious

API keys, passwords or tokens committed into the repo.

  • Serious kubernetes-secret-yaml Possible Kubernetes Secret detected, posing a risk of leaking credentials/tokens from your deployments
    code-samples/eventing/bookstore-sample-app/solution/db-service/100-create-secret.yaml:2
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Serious kubernetes-secret-yaml Possible Kubernetes Secret detected, posing a risk of leaking credentials/tokens from your deployments
    code-samples/eventing/bookstore-sample-app/start/db-service/100-create-secret.yaml:2
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Serious slack-webhook-url Discovered a Slack Webhook, which could lead to unauthorized message posting and data leakage in Slack channels.
    code-samples/eventing/bookstore-sample-app/start/slack-sink/application.properties:19
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Serious slack-webhook-url Discovered a Slack Webhook, which could lead to unauthorized message posting and data leakage in Slack channels.
    docs/versioned/bookstore/page-7/slack-sink-learning-knative-eventing-and-apache-camel-K-integration.md:109
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Serious slack-webhook-url Discovered a Slack Webhook, which could lead to unauthorized message posting and data leakage in Slack channels.
    docs/versioned/bookstore/page-7/slack-sink-learning-knative-eventing-and-apache-camel-K-integration.md:124
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Serious jwt Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data.
    docs/versioned/eventing/features/sender-identity.md:168
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Serious jwt Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data.
    docs/versioned/eventing/features/sender-identity.md:227
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    code-samples/community/serving/helloworld-elixir/config/config.exs:11
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    code-samples/eventing/bookstore-sample-app/solution/db-service/100-create-secret.yaml:9
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    code-samples/eventing/bookstore-sample-app/start/db-service/100-create-secret.yaml:9
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.

via Gitleaks v8.21.2 · MIT

Vulnerable dependencies — Trivy 539 found · 42 serious

Packages you depend on that have known security holes (CVEs).

  • Serious CVE-2019-14379 jackson-databind: default typing mishandling leading to remote code execution
    code-samples/community/serving/helloworld-java-micronaut/pom.xml
    A package you depend on has a known security hole (CVE-2019-14379). Fix: Update that package to its patched version.
  • Serious CVE-2019-14540 jackson-databind: Serialization gadgets in com.zaxxer.hikari.HikariConfig
    code-samples/community/serving/helloworld-java-micronaut/pom.xml
    A package you depend on has a known security hole (CVE-2019-14540). Fix: Update that package to its patched version.
  • Serious CVE-2019-16335 jackson-databind: Serialization gadgets in com.zaxxer.hikari.HikariDataSource
    code-samples/community/serving/helloworld-java-micronaut/pom.xml
    A package you depend on has a known security hole (CVE-2019-16335). Fix: Update that package to its patched version.
  • Serious CVE-2019-16942 jackson-databind: Serialization gadgets in org.apache.commons.dbcp.datasources.*
    code-samples/community/serving/helloworld-java-micronaut/pom.xml
    A package you depend on has a known security hole (CVE-2019-16942). Fix: Update that package to its patched version.
  • Serious CVE-2019-16943 jackson-databind: Serialization gadgets in com.p6spy.engine.spy.P6DataSource
    code-samples/community/serving/helloworld-java-micronaut/pom.xml
    A package you depend on has a known security hole (CVE-2019-16943). Fix: Update that package to its patched version.
  • Serious CVE-2019-17267 jackson-databind: Serialization gadgets in classes of the ehcache package
    code-samples/community/serving/helloworld-java-micronaut/pom.xml
    A package you depend on has a known security hole (CVE-2019-17267). Fix: Update that package to its patched version.
  • Serious CVE-2019-17531 jackson-databind: Serialization gadgets in org.apache.log4j.receivers.db.*
    code-samples/community/serving/helloworld-java-micronaut/pom.xml
    A package you depend on has a known security hole (CVE-2019-17531). Fix: Update that package to its patched version.
  • Serious CVE-2019-20330 jackson-databind: lacks certain net.sf.ehcache blocking
    code-samples/community/serving/helloworld-java-micronaut/pom.xml
    A package you depend on has a known security hole (CVE-2019-20330). Fix: Update that package to its patched version.
  • Serious CVE-2020-8840 jackson-databind: Lacks certain xbean-reflect/JNDI blocking
    code-samples/community/serving/helloworld-java-micronaut/pom.xml
    A package you depend on has a known security hole (CVE-2020-8840). Fix: Update that package to its patched version.
  • Serious CVE-2020-9546 jackson-databind: Serialization gadgets in shaded-hikari-config
    code-samples/community/serving/helloworld-java-micronaut/pom.xml
    A package you depend on has a known security hole (CVE-2020-9546). Fix: Update that package to its patched version.
  • Serious CVE-2020-9547 jackson-databind: Serialization gadgets in ibatis-sqlmap
    code-samples/community/serving/helloworld-java-micronaut/pom.xml
    A package you depend on has a known security hole (CVE-2020-9547). Fix: Update that package to its patched version.
  • Serious CVE-2020-9548 jackson-databind: Serialization gadgets in anteros-core
    code-samples/community/serving/helloworld-java-micronaut/pom.xml
    A package you depend on has a known security hole (CVE-2020-9548). Fix: Update that package to its patched version.
  • Serious CVE-2020-7611 Micronaut's HTTP client is vulnerable to HTTP Request Header Injection
    code-samples/community/serving/helloworld-java-micronaut/pom.xml
    A package you depend on has a known security hole (CVE-2020-7611). Fix: Update that package to its patched version.
  • Serious CVE-2019-20444 netty: HTTP request smuggling
    code-samples/community/serving/helloworld-java-micronaut/pom.xml
    A package you depend on has a known security hole (CVE-2019-20444). Fix: Update that package to its patched version.
  • Serious CVE-2020-35902 Use-after-free in actix-codec
    code-samples/serving/cloudevents/cloudevents-rust/Cargo.lock
    A package you depend on has a known security hole (CVE-2020-35902). Fix: Update that package to its patched version.
  • Serious CVE-2020-35898 Use after free in actix-utils
    code-samples/serving/cloudevents/cloudevents-rust/Cargo.lock
    A package you depend on has a known security hole (CVE-2020-35898). Fix: Update that package to its patched version.
  • Serious CVE-2022-22965 spring-framework: RCE via Data Binding on JDK 9+
    code-samples/serving/cloudevents/cloudevents-spring/pom.xml
    A package you depend on has a known security hole (CVE-2022-22965). Fix: Update that package to its patched version.
  • Serious CVE-2026-33186 google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation
    code-samples/serving/grpc-ping-go/go.mod
    A package you depend on has a known security hole (CVE-2026-33186). Fix: Update that package to its patched version.
  • Serious CVE-2017-7658 jetty: Incorrect header handling
    code-samples/serving/hello-world/helloworld-java-spark/pom.xml
    A package you depend on has a known security hole (CVE-2017-7658). Fix: Update that package to its patched version.
  • Serious CVE-2019-14379 jackson-databind: default typing mishandling leading to remote code execution
    code-samples/serving/hello-world/helloworld-java-spring/pom.xml
    A package you depend on has a known security hole (CVE-2019-14379). Fix: Update that package to its patched version.
  • Serious CVE-2019-14540 jackson-databind: Serialization gadgets in com.zaxxer.hikari.HikariConfig
    code-samples/serving/hello-world/helloworld-java-spring/pom.xml
    A package you depend on has a known security hole (CVE-2019-14540). Fix: Update that package to its patched version.
  • Serious CVE-2019-16335 jackson-databind: Serialization gadgets in com.zaxxer.hikari.HikariDataSource
    code-samples/serving/hello-world/helloworld-java-spring/pom.xml
    A package you depend on has a known security hole (CVE-2019-16335). Fix: Update that package to its patched version.
  • Serious CVE-2019-16942 jackson-databind: Serialization gadgets in org.apache.commons.dbcp.datasources.*
    code-samples/serving/hello-world/helloworld-java-spring/pom.xml
    A package you depend on has a known security hole (CVE-2019-16942). Fix: Update that package to its patched version.
  • Serious CVE-2019-16943 jackson-databind: Serialization gadgets in com.p6spy.engine.spy.P6DataSource
    code-samples/serving/hello-world/helloworld-java-spring/pom.xml
    A package you depend on has a known security hole (CVE-2019-16943). Fix: Update that package to its patched version.
  • Serious CVE-2019-17267 jackson-databind: Serialization gadgets in classes of the ehcache package
    code-samples/serving/hello-world/helloworld-java-spring/pom.xml
    A package you depend on has a known security hole (CVE-2019-17267). Fix: Update that package to its patched version.
… 514 more not shown

via Trivy v0.70.0 · Apache-2.0

Known OSS vulnerabilities — OSV-Scanner timed out

Your dependencies cross-checked against the OSV vulnerability database.

This check didn’t finish — that’s not the same as “clean.” Try Check again above.

via OSV-Scanner v1.9.2 · Apache-2.0

error: timeout after 400s

Risky code patterns — Semgrep none found ✓

Code that can be exploited: injection, hardcoded credentials and similar.

Nothing found by this check. ✓

via Semgrep v1.147.0 · LGPL-2.1

Malicious dependencies — Guarddog timed out

Packages that look intentionally malicious: typosquats, sneaky install scripts.

This check didn’t finish — that’s not the same as “clean.” Try Check again above.

via Guarddog v2.10.0 · Apache-2.0

error: pypi:timeout; go:timeout

Project health

A signal about how the project is maintained — not a vulnerability in your code. It doesn’t affect the verdict above.

Project health — OpenSSF Scorecard didn’t run

Maintenance & supply-chain hygiene. A signal about the project, not a vulnerability in your code.

This check didn’t finish — that’s not the same as “clean.” Try Check again above.

via OpenSSF Scorecard · Apache-2.0

About these results. Six open-source checks ran in parallel; every finding is tagged with the tool that produced it. The verdict follows a published rule. False positives and false negatives are normal — a clean scan does not mean the code is secure, and a red verdict does not mean the project is compromised.