Skip to content

Commit 352063a

Browse files
committed
See merge request onecomp/onecomp-lab!103
2 parents 9209681 + f48c5d8 commit 352063a

3 files changed

Lines changed: 46 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,12 @@ pip install vllm
311311
See the [vLLM Inference guide](https://FujitsuResearch.github.io/OneCompression/user-guide/vllm-inference/) for details, including Open WebUI setup instructions.
312312

313313

314+
## 📬 Contact Us
315+
316+
- For technical questions and feature requests, please use GitHub [Issues](https://github.com/FujitsuResearch/OneCompression/issues).
317+
- For security vulnerabilities, please **do not** open a public Issue. See our [Security Policy](./SECURITY.md) for how to report them privately.
318+
- For collaborations, partnerships, and other inquiries, please contact us at [contact-onecompression@cs.jp.fujitsu.com](mailto:contact-onecompression@cs.jp.fujitsu.com).
319+
314320
## 📄 License
315321

316322
See [LICENSE](./LICENSE) for more details.

SECURITY.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
Security updates are provided for the latest release line of Fujitsu One Compression (OneComp).
6+
7+
| Version | Supported |
8+
| ------- | ------------------ |
9+
| 1.2.2 | :white_check_mark: |
10+
| < 1.2.2 | :x: |
11+
12+
We recommend always upgrading to the latest release before reporting an issue.
13+
14+
## Reporting a Vulnerability
15+
16+
**Please do not report security vulnerabilities through public GitHub Issues, discussions, or pull requests.**
17+
18+
Instead, report them privately by email to:
19+
20+
**[contact-onecompression@cs.jp.fujitsu.com](mailto:contact-onecompression@cs.jp.fujitsu.com)**
21+
22+
To help us triage and resolve the issue quickly, please include as much of the following as you can:
23+
24+
- The type of issue (e.g., remote code execution, information disclosure, denial of service).
25+
- The affected version(s) and, if applicable, the affected module or component.
26+
- Step-by-step instructions to reproduce the issue.
27+
- Proof-of-concept or exploit code, if available.
28+
- The potential impact of the issue, including how an attacker might exploit it.
29+
30+
## Our Commitment
31+
32+
- We will acknowledge receipt of your report within **5 business days**.
33+
- We will provide an initial assessment and expected timeline as soon as we have triaged the report.
34+
- We will keep you informed of our progress toward a fix and public disclosure.
35+
- We will credit you for the discovery unless you prefer to remain anonymous.
36+
37+
Please make a good-faith effort to avoid privacy violations, data destruction, and service interruption while investigating. We ask that you give us a reasonable amount of time to address the issue before any public disclosure.
38+
39+
Thank you for helping keep OneComp and its users safe.

onecomp/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
77
"""
88

9-
__version__ = "1.2.1"
9+
__version__ = "1.2.2"

0 commit comments

Comments
 (0)