Skip to content
Open
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
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Security Frameworks © 2023 by Security Alliance, licensed under CC BY-SA 4.0.
To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0/
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ Every contribution helps strengthen the resource and improve security practices

See our [Contributing Guide](https://github.com/security-alliance/frameworks/blob/develop/CONTRIBUTING.md) for details
on how to get started.

## License

Security Frameworks © 2023 by Security Alliance, licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
4 changes: 4 additions & 0 deletions docs/pages/intro/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ related to Web3 security.

Read our [Contribution Guide](/contribute/contributing) to learn how you can contribute to this project.

## License

Security Frameworks © 2023 by Security Alliance, licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).

## Who We Are

SEAL is a not-for-profit organization committed to enhancing security awareness, education, and specialized work as a
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"keywords": [],
"author": "",
"license": "ISC",
"license": "CC-BY-SA-4.0",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
Expand Down
Loading