This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a73b6977264c (docs) move report security issue page (#13811)
a73b6977264c is described below
commit a73b6977264ce86e9d404dc33cc7366c0c087e13
Author: deepakpanda93 <[email protected]>
AuthorDate: Tue Sep 16 22:57:09 2025 +0530
(docs) move report security issue page (#13811)
---
website/contribute/report-security-issues.md | 8 ++++++--
website/docusaurus.config.js | 16 ++++------------
website/sidebarsContribute.js | 5 -----
3 files changed, 10 insertions(+), 19 deletions(-)
diff --git a/website/contribute/report-security-issues.md
b/website/contribute/report-security-issues.md
index ccefc166e064..1b89388c9d01 100644
--- a/website/contribute/report-security-issues.md
+++ b/website/contribute/report-security-issues.md
@@ -1,11 +1,15 @@
---
-title: Report Security Issues
+title: Report Issues
sidebar_position: 5
keywords: [ hudi, security]
toc: true
last_modified_at: 2019-12-30T15:59:57-04:00
---
+## Reporting HUDI Issues
+
+If you encounter a bug, performance issue, or unexpected behavior while using
Apache Hudi, please report it by creating a [Github
Issues](https://github.com/apache/hudi/issues). Be sure to include a clear
summary, steps to reproduce the issue, expected vs. actual behavior, relevant
logs, configurations, and your Hudi and Spark versions. The more context you
provide, the easier it is for the community to diagnose and address the problem
efficiently.
+
## Reporting Security Issues
The Apache Software Foundation takes a rigorous standpoint in annihilating the
security issues in its software projects. Apache Hudi is highly sensitive and
forthcoming to issues pertaining to its features and functionality.
@@ -25,4 +29,4 @@ An overview of the vulnerability handling process is:
* A new release of the Apache product concerned is made that includes the fix.
* The vulnerability is publically announced.
-A more detailed description of the process can be found
[here](https://www.apache.org/security/committers).
\ No newline at end of file
+A more detailed description of the process can be found
[here](https://www.apache.org/security/committers).
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 73066ce8a68d..1e4c6dc28c3e 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -202,10 +202,6 @@ module.exports = {
label: "Tech Specs 1.0",
href: "/tech-specs-1point0",
},
- {
- label: "Technical Wiki",
- href: "https://cwiki.apache.org/confluence/display/HUDI",
- },
],
},
{
@@ -228,13 +224,9 @@ module.exports = {
label: "RFC Process",
to: "/contribute/rfc-process",
},
- {
- label: "Report Security Issues",
- to: "/contribute/report-security-issues",
- },
{
label: "Report Issues",
- href: "https://issues.apache.org/jira/projects/HUDI/summary",
+ to: "/contribute/report-security-issues",
},
],
},
@@ -294,7 +286,7 @@ module.exports = {
"aria-label": "GitHub repository",
},
{
- href: "https://twitter.com/ApacheHudi",
+ href: "https://x.com/ApacheHudi",
position: "right",
className: "header-twitter-link",
"aria-label": "Hudi Twitter Handle",
@@ -425,8 +417,8 @@ module.exports = {
href: "https://github.com/apache/hudi",
},
{
- label: "Twitter",
- href: "https://twitter.com/ApacheHudi",
+ label: "X",
+ href: "https://x.com/ApacheHudi",
},
{
label: "YouTube",
diff --git a/website/sidebarsContribute.js b/website/sidebarsContribute.js
index 5b70a0539cdb..6009e0456c8d 100644
--- a/website/sidebarsContribute.js
+++ b/website/sidebarsContribute.js
@@ -15,10 +15,5 @@ module.exports = {
type: 'autogenerated',
dirName: '.',
},
- {
- type: 'link',
- label: "Report Issues",
- href: "https://issues.apache.org/jira/projects/HUDI/summary",
- },
],
};