Skip to content

Commit eb1eb35

Browse files
v1.0.0
- Minor README edits - Version bump to `v1.0.0`
1 parent e8308be commit eb1eb35

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ development anti-patterns and footguns.
1111

1212
Much like `grep`, `drek` scans a codebase for user-defined regular-expressions.
1313
Unlike `grep`, `drek` outputs its results into an ergonomic `html` report that
14-
allows for sorting, filtering, and taking notes about points-of-interest.
14+
allows for sorting, filtering, and annotating of points-of-interest.
1515

1616
`drek` is the successor to `watchtower` ([project][wt-project],
1717
[article][wt-article]).
@@ -41,9 +41,9 @@ the `html` report is the primary use-case.
4141

4242
The `html` report allows auditors to do the following:
4343

44-
- Categorize each point-of-interest with a "severity"
45-
- Filter points-of-interest by severity and filetype
46-
- Save audit notes to `localStorage`
44+
- Categorize each point-of-interest by "severity".
45+
- Filter points-of-interest by severity and filetype.
46+
- Save annotations to `localStorage`.
4747
- Export a PDF to share audit results.
4848

4949
### Signatures ###

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drek",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "A static-code-analysis tool that can be used to perform security-focused code reviews. It enables an auditor to swiftly map the attack-surface of a large application, with an emphasis on identifying development anti-patterns and footguns.",
55
"homepage": "https://github.com/chrisallenlane/drek",
66
"author": {

0 commit comments

Comments
 (0)