Rust编写的JavaScript引擎,该项目是一个试验性质的项目。
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Security Policy
|
|
|
|
|
|
|
|
## Supported Versions
|
|
|
|
|
|
|
|
Until we reach the 1.0 version, we only support the latest 0.x release and the current `main`
|
|
|
|
branch. You can find the latest release of Boa in the [GitHub releases][gh_releases] page or
|
|
|
|
on [crates.io][crate].
|
|
|
|
|
|
|
|
[gh_releases]: https://github.com/boa-dev/boa/releases
|
|
|
|
[crate]: https://crates.io/crates/boa_engine/versions
|
|
|
|
|
|
|
|
## Reporting a Vulnerability
|
|
|
|
|
|
|
|
If you find any potential vulnerability, join our [Matrix](https://matrix.to/#/#boa:matrix.org) space
|
|
|
|
and contact anyone who is an admin. Explain how to trigger the vulnerability, where can it be found
|
|
|
|
and any recommendation you might have to fix it.
|