diff --git a/content/en/docs/reference/config/proxy_extensions/wasm-plugin/index.html b/content/en/docs/reference/config/proxy_extensions/wasm-plugin/index.html
index 36c13081cd..14bf743196 100644
--- a/content/en/docs/reference/config/proxy_extensions/wasm-plugin/index.html
+++ b/content/en/docs/reference/config/proxy_extensions/wasm-plugin/index.html
@@ -246,18 +246,6 @@ Name of a K8s Secret in the same namespace as the WasmPlugin that
contains a docker pull secret which is to be used to authenticate
against the registry when pulling the image.
-
-
-No
- |
-
-
-verificationKey |
-string |
-
- Public key that will be used to verify signatures of signed OCI images
-or Wasm modules. Must be supplied in PEM format.
-
|
No
diff --git a/content/zh/docs/reference/config/proxy_extensions/wasm-plugin/index.html b/content/zh/docs/reference/config/proxy_extensions/wasm-plugin/index.html
index 3ad731a451..fb34b04f48 100644
--- a/content/zh/docs/reference/config/proxy_extensions/wasm-plugin/index.html
+++ b/content/zh/docs/reference/config/proxy_extensions/wasm-plugin/index.html
@@ -246,18 +246,6 @@ Name of a K8s Secret in the same namespace as the WasmPlugin that
contains a docker pull secret which is to be used to authenticate
against the registry when pulling the image.
- |
-
-No
- |
-
-
-verificationKey |
-string |
-
- Public key that will be used to verify signatures of signed OCI images
-or Wasm modules. Must be supplied in PEM format.
-
|
No
diff --git a/data/analysis.yaml b/data/analysis.yaml
index 333af12b00..b9de6bf358 100644
--- a/data/analysis.yaml
+++ b/data/analysis.yaml
@@ -560,29 +560,6 @@ messages:
- name: "EnvoyFilterUsesRelativeOperation"
code: IST0151
level: Warning
- description: "This EnvoyFilter does not have a priority and has a relative patch operation set which can cause the EnvoyFilter not to be applied. Using the INSERT_FIRST or ADD option or setting the priority may help in ensuring the EnvoyFilter is applied correctly."
- template: "This EnvoyFilter does not have a priority and has a relative patch operation set which can cause the EnvoyFilter not to be applied. Using the INSERT_FIRST of ADD option or setting the priority may help in ensuring the EnvoyFilter is applied correctly."
-
- - name: "EnvoyFilterUsesReplaceOperationIncorrectly"
- code: IST0152
- level: Error
- description: "The REPLACE operation is only valid for HTTP_FILTER and NETWORK_FILTER."
- template: "The REPLACE operation is only valid for HTTP_FILTER and NETWORK_FILTER."
-
- - name: "EnvoyFilterUsesAddOperationIncorrectly"
- code: IST0153
- level: Error
- description: "The ADD operation will be ignored when applyTo is set to ROUTE_CONFIGURATION, or HTTP_ROUTE."
- template: "The ADD operation will be ignored when applyTo is set to ROUTE_CONFIGURATION, or HTTP_ROUTE."
-
- - name: "EnvoyFilterUsesRemoveOperationIncorrectly"
- code: IST0154
- level: Error
- description: "The REMOVE operation will be ignored when applyTo is set to ROUTE_CONFIGURATION, or HTTP_ROUTE."
- template: "The REMOVE operation will be ignored when applyTo is set to ROUTE_CONFIGURATION, or HTTP_ROUTE."
-
- - name: "EnvoyFilterUsesRelativeOperationWithProxyVersion"
- code: IST0155
- level: Warning
- description: "This EnvoyFilter does not have a priority and has a relative patch operation (NSTERT_BEFORE/AFTER, REPLACE, MERGE, DELETE) and proxyVersion set which can cause the EnvoyFilter not to be applied during an upgrade. Using the INSERT_FIRST or ADD option or setting the priority may help in ensuring the EnvoyFilter is applied correctly."
- template: "This EnvoyFilter does not have a priority and has a relative patch operation (NSTERT_BEFORE/AFTER, REPLACE, MERGE, DELETE) and proxyVersion set which can cause the EnvoyFilter not to be applied during an upgrade. Using the INSERT_FIRST or ADD option or setting the priority may help in ensuring the EnvoyFilter is applied correctly."
+ description: "This envoy filter does not have a priority and has a relative patch operation set which can cause the envoyFilter not to be applied. Using the INSERT_FIRST option or setting the priority may help in ensuring the envoyFilter is applied correctly"
+ template: "This envoy filter does not have a priority and has a relative patch operation set which can cause the envoyFilter not to be applied. Using the INSERT_FIRST option or setting the priority may help in ensuring the envoyFilter is applied correctly"
+
\ No newline at end of file
|