Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
chore(release): 1.47.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.47.0](v1.46.3...v1.47.0) (2022-03-17)

### Bug Fixes

* Don't fail doc parsing on new docs ([58761f6](58761f6))

### Features

* Enable deserializationOfUntrustedData by default ([b99b729](b99b729))
* Enable execOfUntrustedCommand by default ([998c2fe](998c2fe))
* Rename 'sanitize' to 'deserialize.sanitize' ([0403ebb](0403ebb))
* Rename label 'public' to 'access.public' ([098ae70](098ae70))
* Rule for exec-of-untrusted-command ([bea4fb3](bea4fb3))
  • Loading branch information
semantic-release-bot committed Mar 17, 2022
1 parent 7df2a01 commit 10c3da3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.47.0](https://github.com/applandinc/scanner/compare/v1.46.3...v1.47.0) (2022-03-17)


### Bug Fixes

* Don't fail doc parsing on new docs ([58761f6](https://github.com/applandinc/scanner/commit/58761f6112af8dcd8735b90cd1ba30ea4c08770d))


### Features

* Enable deserializationOfUntrustedData by default ([b99b729](https://github.com/applandinc/scanner/commit/b99b7292e602f20a072543439dea02560b21d250))
* Enable execOfUntrustedCommand by default ([998c2fe](https://github.com/applandinc/scanner/commit/998c2feb6c75925f5fb9b2035d285ec54b08d9be))
* Rename 'sanitize' to 'deserialize.sanitize' ([0403ebb](https://github.com/applandinc/scanner/commit/0403ebb3ff49da22137dbcaf729c67b2231750ea))
* Rename label 'public' to 'access.public' ([098ae70](https://github.com/applandinc/scanner/commit/098ae70825388a9195e38a29b355ba59cf457d6b))
* Rule for exec-of-untrusted-command ([bea4fb3](https://github.com/applandinc/scanner/commit/bea4fb319972ded78f7d2858c4344ac3a3c05a03))

## [1.46.3](https://github.com/applandinc/scanner/compare/v1.46.2...v1.46.3) (2022-03-17)


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": "@appland/scanner",
"version": "1.46.3",
"version": "1.47.0",
"description": "",
"bin": "built/cli.js",
"files": [
Expand Down

0 comments on commit 10c3da3

Please sign in to comment.