Skip to content

Commit f0f5afa

Browse files
committed
Bump version and update description
1 parent ffd2967 commit f0f5afa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "security-notes",
33
"displayName": "Security Notes",
4-
"description": "Create notes during a security code review. Import your favorite SAST tool results and collaborate with others.",
4+
"description": "Security Notes streamlines security code reviews by letting you drop rich, inline comments directly in source files, tag each finding with TODO/Vulnerable/Not Vulnerable statuses, and autosave everything to a shareable local database; you can import SAST tool results, collaborate in real time via RethinkDB sync, track investigative breadcrumbs, and export organized reports—all without leaving VS Code.",
55
"icon": "resources/security_notes_logo.png",
6-
"version": "1.3.1",
6+
"version": "1.4.0",
77
"publisher": "refactor-security",
88
"private": false,
99
"license": "MIT",
@@ -320,4 +320,4 @@
320320
"rethinkdb": "^2.4.2",
321321
"uuid": "^9.0.0"
322322
}
323-
}
323+
}

0 commit comments

Comments
 (0)