Skip to content

Commit

Permalink
Changed README
Browse files Browse the repository at this point in the history
  • Loading branch information
n36l3c7 authored and Tobias Michalski committed Aug 12, 2024
1 parent eb41501 commit e284437
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the "sigma" extension will be documented in this file.

## [1.6.3]
- Implemented MITRE D3fend
- Attack Tag Command -> Tag Command

## [1.6.2]

### Added
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sigma",
"displayName": "sigma",
"description": "Support for Sigma Signature Format",
"version": "1.6.2",
"version": "1.6.3",
"engines": {
"vscode": "^1.66.0"
},
Expand Down Expand Up @@ -59,7 +59,7 @@
"commands": [
{
"command": "sigma.AddTag",
"title": "Add Attack Tag"
"title": "Add Tag"
},
{
"command": "sigma.sigmaCompile",
Expand Down Expand Up @@ -247,12 +247,12 @@
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
"webpack-cli": "^4.10.0"
},
"dependencies": {
"axios": "^1.3.4",
"sanitize-html": "^2.10.0",
"yaml": "^2.1.1",
"yo": "^4.3.0"
}
}
}

0 comments on commit e284437

Please sign in to comment.