Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop Securely #5

Merged
merged 2 commits into from
Dec 28, 2022
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# ⚠️ DEPRECATION NOTICE ⚠️

Securely project is now deprecated entirely and should not be used at all, as it fails to accomplish its single security purpose due to poor design.
Please avoid using it.

Learn here https://github.com/LavaMoat/snow/pull/36#issue-1458246010 more about the idea behind Securely and why it was decided to drift away from it completely.

# Securely 🔒

Securely allows you to call native APIs using their original behaviour even if they were tampered within the web app:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weizman/securely",
"version": "1.0.2",
"version": "1.0.3",
"description": "securely",
"main": "src/index.js",
"devDependencies": {
Expand Down