Skip to content
Merged
Show file tree
Hide file tree
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
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Furuta Taishi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ interface定義(まずはOpenAPI)を、1つのUIで気持ちよく閲覧・検

詳しくはコンセプト([issue #1](https://github.com/ningenMe/ifvw/issues/1))と、タスク分解([issue/](./issue))を参照。

> [!NOTE]
> 開発初期段階(pre-alpha)。MVPの機能([issue #1](https://github.com/ningenMe/ifvw/issues/1)参照)はまだ揃っておらず、`ifvw`コマンドは現状 `--help`/`--version` のみ動作する。OpenAPI仕様のパースまでは実装済み([issue/005](./issue/005-implement-openapi-parser.md))。

## 技術スタック

依存を極力少なくする方針。TypeScript / Node.js / Web標準APIを中心に構築し、ライブラリは必要なものだけ採用する。
Expand Down Expand Up @@ -56,3 +59,11 @@ CLIをローカルで試す:
npm run build
node bin/ifvw.js --help
```

## License

[MIT](./LICENSE)

## Security

脆弱性を見つけた場合は公開issueではなく、[SECURITY.md](./SECURITY.md)の手順で報告してください。
11 changes: 11 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Security Policy

## Supported Versions

This project is pre-release (0.x, no stable version yet). Only the latest code on `main` is supported.

## Reporting a Vulnerability

Please don't report security vulnerabilities through public GitHub issues.

Instead, use GitHub's [private vulnerability reporting](https://github.com/ningenMe/ifvw/security/advisories/new) for this repository. We'll acknowledge your report and work with you to understand and address the issue before any public disclosure.
Loading