File tree Expand file tree Collapse file tree 5 files changed +23
-9
lines changed
Expand file tree Collapse file tree 5 files changed +23
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/action-security-code-scanner" ,
3- "version" : " 2.0.5 " ,
3+ "version" : " 2.0.6 " ,
44 "private" : true ,
55 "description" : " Security Code Scanner" ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.0.6]
11+
12+ ### Uncategorized
13+
14+ - fix(codeql): prevent shell injection in debug steps and build command
15+
1016## [ 2.0.5]
1117
1218### Fixed
@@ -35,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3541- Added multi language support
3642- Updated CodeQL action to v4
3743
38- [ Unreleased ] : https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.5...HEAD
44+ [ Unreleased ] : https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.6...HEAD
45+ [ 2.0.6 ] : https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.5...v2.0.6
3946[ 2.0.5 ] : https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.3...v2.0.5
4047[ 2.0.3 ] : https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.1...v2.0.3
4148[ 2.0.1 ] : https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.0...v2.0.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/codeql-action" ,
3- "version" : " 2.0.5 " ,
3+ "version" : " 2.0.6 " ,
44 "private" : true ,
55 "description" : " Custom CodeQL analysis action" ,
66 "keywords" : [],
Original file line number Diff line number Diff line change @@ -7,17 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 2.0.5 ]
10+ ## [ 2.0.6 ]
1111
12- ### Fixed
12+ ### Uncategorized
1313
14- - refactor: simplify Semgrep action by removing unnecessary file copy step
15- - fix: update .semgrepignore to include .security-scanner directory
14+ - fix(semgrep): prevent shell injection by using environment variable for paths_ignored
15+
16+ ## [ 2.0.5]
1617
1718### Added
1819
1920- feat: add rule to catch npx usage in JS/TS/YAML
2021
22+ ### Fixed
23+
24+ - refactor: simplify Semgrep action by removing unnecessary file copy step
25+ - fix: update .semgrepignore to include .security-scanner directory
26+
2127## [ 2.0.2]
2228
2329## [ 2.0.1]
@@ -33,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3339
3440- Migrated action from its separate repository to the monorepo
3541
36- [ Unreleased ] : https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.5...HEAD
42+ [ Unreleased ] : https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.6...HEAD
43+ [ 2.0.6 ] : https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.5...v2.0.6
3744[ 2.0.5 ] : https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.2...v2.0.5
3845[ 2.0.2 ] : https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.1...v2.0.2
3946[ 2.0.1 ] : https://github.com/MetaMask/action-security-code-scanner/compare/v2.0.0...v2.0.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/semgrep-action" ,
3- "version" : " 2.0.5 " ,
3+ "version" : " 2.0.6 " ,
44 "private" : true ,
55 "description" : " Semgrep-based security scanning action" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments