@appland/scanner 1.70.0 → 1.70.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +567 -439
- package/built/cli/scan/scanner.js +2 -2
- package/built/cli/scan/singleScan.js +2 -1
- package/built/cli/scan.js +60 -25
- package/doc/architecture.md +31 -16
- package/doc/labels/deserialize.unsafe.md +1 -1
- package/doc/rules/deserialization-of-untrusted-data.md +20 -19
- package/doc/rules/n-plus-one-query.md +0 -1
- package/doc/rules/query-from-invalid-package.md +2 -2
- package/package.json +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,1182 +1,1310 @@
|
|
|
1
|
-
# [@appland/scanner-v1.70.
|
|
1
|
+
# [@appland/scanner-v1.70.2](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.70.1...@appland/scanner-v1.70.2) (2022-09-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Add ora to packages/scanner dependencies ([ae3ad20](https://github.com/applandinc/appmap-js/commit/ae3ad201d53be1b76107673c75f55d6ad25efa5e))
|
|
2
7
|
|
|
8
|
+
# [@appland/scanner-v1.70.1](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.70.0...@appland/scanner-v1.70.1) (2022-09-05)
|
|
3
9
|
|
|
4
10
|
### Bug Fixes
|
|
5
11
|
|
|
6
|
-
|
|
12
|
+
- Skip bad files when running scanner on a directory
|
|
13
|
+
([d6d1e4e](https://github.com/applandinc/appmap-js/commit/d6d1e4e4eeac40424802169414b170961dfccc25))
|
|
7
14
|
|
|
15
|
+
# [@appland/scanner-v1.70.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.69.1...@appland/scanner-v1.70.0) (2022-08-31)
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- Don't attempt to destructure an undefined value
|
|
20
|
+
([b46e358](https://github.com/applandinc/appmap-js/commit/b46e358cf0fd0cc56a7f465268f87f219ab13c55))
|
|
8
21
|
|
|
9
22
|
### Features
|
|
10
23
|
|
|
11
|
-
|
|
12
|
-
|
|
24
|
+
- Add scan for presence of JWT signature verification
|
|
25
|
+
([a2b382b](https://github.com/applandinc/appmap-js/commit/a2b382bd571cfbc0fcdfa389ad382536f85eb671))
|
|
26
|
+
- Add scanner for usage of JWT with the `none` algorithm
|
|
27
|
+
([025ac89](https://github.com/applandinc/appmap-js/commit/025ac89f0538d5b4bfed7f36e3d09788f2a38076))
|
|
13
28
|
|
|
14
29
|
# [@appland/scanner-v1.69.1](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.69.0...@appland/scanner-v1.69.1) (2022-08-29)
|
|
15
30
|
|
|
16
|
-
|
|
17
31
|
### Bug Fixes
|
|
18
32
|
|
|
19
|
-
|
|
20
|
-
|
|
33
|
+
- Add missing dependencies
|
|
34
|
+
([97a5d02](https://github.com/applandinc/appmap-js/commit/97a5d02ff161b52200430d2123d8d9ab62037220))
|
|
35
|
+
- Don't attempt to resolve a remote app ID if running in watch mode
|
|
36
|
+
([8f21ff1](https://github.com/applandinc/appmap-js/commit/8f21ff1a3bc86292f70a2cd1446f682e525869aa))
|
|
21
37
|
|
|
22
38
|
# [@appland/scanner-v1.69.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.68.0...@appland/scanner-v1.69.0) (2022-08-23)
|
|
23
39
|
|
|
24
|
-
|
|
25
40
|
### Features
|
|
26
41
|
|
|
27
|
-
|
|
42
|
+
- Track specific untrusted data in unsafe deserialization rule
|
|
43
|
+
([d14fd4f](https://github.com/applandinc/appmap-js/commit/d14fd4f65fcbabfebdaf0d10dcae71dc563bc1fa))
|
|
28
44
|
|
|
29
45
|
# [@appland/scanner-v1.68.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.67.0...@appland/scanner-v1.68.0) (2022-08-19)
|
|
30
46
|
|
|
31
|
-
|
|
32
47
|
### Bug Fixes
|
|
33
48
|
|
|
34
|
-
|
|
35
|
-
|
|
49
|
+
- Allow rule doc to be missing
|
|
50
|
+
([85a22fc](https://github.com/applandinc/appmap-js/commit/85a22fcaf777ab3794300d3ad52057be6ace4a87))
|
|
36
51
|
|
|
37
52
|
### Features
|
|
38
53
|
|
|
39
|
-
|
|
40
|
-
|
|
54
|
+
- Enhanced breakpoints
|
|
55
|
+
([b338bc9](https://github.com/applandinc/appmap-js/commit/b338bc9c1beebf3fbc78fb57bb72e4738c0ed5e6))
|
|
56
|
+
- Interactive rule evaluator
|
|
57
|
+
([d0a0846](https://github.com/applandinc/appmap-js/commit/d0a08466ed0e92484a4c195c74cbb737a2cb40d6))
|
|
41
58
|
|
|
42
59
|
# [@appland/scanner-v1.67.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.66.0...@appland/scanner-v1.67.0) (2022-08-10)
|
|
43
60
|
|
|
44
|
-
|
|
45
61
|
### Bug Fixes
|
|
46
62
|
|
|
47
|
-
|
|
48
|
-
|
|
63
|
+
- Fix Options loading from dir-based rules
|
|
64
|
+
([f58ce49](https://github.com/applandinc/appmap-js/commit/f58ce49f22ba4d649e8886d76373cf23d6614b37))
|
|
49
65
|
|
|
50
66
|
### Features
|
|
51
67
|
|
|
52
|
-
|
|
68
|
+
- Ignore schema info tables in too-many-joins
|
|
69
|
+
([0cb387d](https://github.com/applandinc/appmap-js/commit/0cb387d74aa7e6edda5e24a88d07fa65b3900966))
|
|
53
70
|
|
|
54
71
|
# [@appland/scanner-v1.66.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.65.0...@appland/scanner-v1.66.0) (2022-08-08)
|
|
55
72
|
|
|
56
|
-
|
|
57
73
|
### Bug Fixes
|
|
58
74
|
|
|
59
|
-
|
|
60
|
-
|
|
75
|
+
- Fix rule doc
|
|
76
|
+
([b99b6ae](https://github.com/applandinc/appmap-js/commit/b99b6aec90186bef312d04fb4f4c95f9b1ee62d5))
|
|
61
77
|
|
|
62
78
|
### Features
|
|
63
79
|
|
|
64
|
-
|
|
65
|
-
|
|
80
|
+
- Add deprecated-crypto-algorithm to default rule set
|
|
81
|
+
([3034489](https://github.com/applandinc/appmap-js/commit/303448974a73637493a72bea7ab8cfb28ccc8b10))
|
|
82
|
+
- Detect deprecated crypto algorithm
|
|
83
|
+
([a17a537](https://github.com/applandinc/appmap-js/commit/a17a537334771a9f2cd64fa73c2396e517ff82ea))
|
|
66
84
|
|
|
67
85
|
# [@appland/scanner-v1.65.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.64.0...@appland/scanner-v1.65.0) (2022-08-08)
|
|
68
86
|
|
|
69
|
-
|
|
70
87
|
### Bug Fixes
|
|
71
88
|
|
|
72
|
-
|
|
73
|
-
|
|
89
|
+
- Remove an inadvenant console log
|
|
90
|
+
([5c11fc7](https://github.com/applandinc/appmap-js/commit/5c11fc77650e105f169ca0bcc4045312578e8881))
|
|
74
91
|
|
|
75
92
|
### Features
|
|
76
93
|
|
|
77
|
-
|
|
78
|
-
|
|
94
|
+
- Add unauthenticated-encryption to default rule set
|
|
95
|
+
([2e3cf92](https://github.com/applandinc/appmap-js/commit/2e3cf9298b3cfe99b489ab8b2894e913a305fdd0))
|
|
96
|
+
- Check for unauthenticated encryption
|
|
97
|
+
([d393951](https://github.com/applandinc/appmap-js/commit/d393951c73c4492f1e95b52a2580fde10b256ee4))
|
|
79
98
|
|
|
80
99
|
# [@appland/scanner-v1.64.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.63.0...@appland/scanner-v1.64.0) (2022-08-04)
|
|
81
100
|
|
|
82
|
-
|
|
83
101
|
### Features
|
|
84
102
|
|
|
85
|
-
|
|
103
|
+
- Command scope falls back on root events
|
|
104
|
+
([3823a1f](https://github.com/applandinc/appmap-js/commit/3823a1f686212db49b87f2995baa2103a4e007d1))
|
|
86
105
|
|
|
87
106
|
# [@appland/scanner-v1.63.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.62.2...@appland/scanner-v1.63.0) (2022-07-28)
|
|
88
107
|
|
|
89
|
-
|
|
90
108
|
### Features
|
|
91
109
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
110
|
+
- Include a partial stack in the finding hash
|
|
111
|
+
([7e82f8a](https://github.com/applandinc/appmap-js/commit/7e82f8a0b13a1d0927aad73be4ee126d2d4695dc))
|
|
112
|
+
- Populate hash_v2 on each finding
|
|
113
|
+
([04470b7](https://github.com/applandinc/appmap-js/commit/04470b7f11e764d79a22eb297d0e6882f6f89a3f))
|
|
114
|
+
- Summarize local report using hash_v2
|
|
115
|
+
([ffbde39](https://github.com/applandinc/appmap-js/commit/ffbde393c17f1f1572eb7653bad796d90662b943))
|
|
95
116
|
|
|
96
117
|
# [@appland/scanner-v1.62.2](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.62.1...@appland/scanner-v1.62.2) (2022-07-25)
|
|
97
118
|
|
|
98
|
-
|
|
99
119
|
### Bug Fixes
|
|
100
120
|
|
|
101
|
-
|
|
121
|
+
- Return proper result for job-not-cancelled
|
|
122
|
+
([f7ee5da](https://github.com/applandinc/appmap-js/commit/f7ee5da073849881c3c553f08fc2dd82bb8c7965))
|
|
102
123
|
|
|
103
124
|
# [@appland/scanner-v1.62.1](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.62.0...@appland/scanner-v1.62.1) (2022-07-13)
|
|
104
125
|
|
|
105
|
-
|
|
106
126
|
### Bug Fixes
|
|
107
127
|
|
|
108
|
-
|
|
128
|
+
- More reliable detection of appmap changes by scanner watch
|
|
129
|
+
([b0cc14d](https://github.com/applandinc/appmap-js/commit/b0cc14d61b7e27248975c35022a8cd4da070337b))
|
|
109
130
|
|
|
110
131
|
# [@appland/scanner-v1.62.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.61.0...@appland/scanner-v1.62.0) (2022-07-12)
|
|
111
132
|
|
|
112
|
-
|
|
113
133
|
### Features
|
|
114
134
|
|
|
115
|
-
|
|
116
|
-
|
|
135
|
+
- Support working directory -d arg
|
|
136
|
+
([2bd280f](https://github.com/applandinc/appmap-js/commit/2bd280fa2e6bb2d13c6bc1c578b1b78c3a62492a))
|
|
137
|
+
- upload command uses appmap_dir from config
|
|
138
|
+
([801b75b](https://github.com/applandinc/appmap-js/commit/801b75bf008b6188d4aacd143a1992149aafebd3))
|
|
117
139
|
|
|
118
140
|
# [@appland/scanner-v1.61.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.60.0...@appland/scanner-v1.61.0) (2022-07-11)
|
|
119
141
|
|
|
120
|
-
|
|
121
142
|
### Features
|
|
122
143
|
|
|
123
|
-
|
|
144
|
+
- Add participating events to each finding
|
|
145
|
+
([f3e8033](https://github.com/applandinc/appmap-js/commit/f3e80332833ec3305ef530d89b12763781a8c85b))
|
|
124
146
|
|
|
125
147
|
# [@appland/scanner-v1.60.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.59.2...@appland/scanner-v1.60.0) (2022-06-30)
|
|
126
148
|
|
|
127
|
-
|
|
128
149
|
### Features
|
|
129
150
|
|
|
130
|
-
|
|
151
|
+
- pass down impactDomain from Rule to Finding
|
|
152
|
+
([8755041](https://github.com/applandinc/appmap-js/commit/875504183a8517fec316b5f188d269de053ceef8))
|
|
131
153
|
|
|
132
154
|
# [@appland/scanner-v1.59.2](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.59.1...@appland/scanner-v1.59.2) (2022-06-29)
|
|
133
155
|
|
|
134
|
-
|
|
135
156
|
### Bug Fixes
|
|
136
157
|
|
|
137
|
-
|
|
158
|
+
- Use absolute paths when creating watchers
|
|
159
|
+
([afc81e0](https://github.com/applandinc/appmap-js/commit/afc81e03f1e5004288acda75c89bb61a1857c462))
|
|
138
160
|
|
|
139
161
|
# [@appland/scanner-v1.59.1](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.59.0...@appland/scanner-v1.59.1) (2022-06-15)
|
|
140
162
|
|
|
141
|
-
|
|
142
163
|
### Bug Fixes
|
|
143
164
|
|
|
144
|
-
|
|
165
|
+
- Upgrade @appland/models to v1.16.1
|
|
166
|
+
([7eead86](https://github.com/applandinc/appmap-js/commit/7eead8607f30299150dd08032142a3aba5770f89))
|
|
145
167
|
|
|
146
168
|
# [@appland/scanner-v1.59.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.58.0...@appland/scanner-v1.59.0) (2022-06-08)
|
|
147
169
|
|
|
148
|
-
|
|
149
170
|
### Features
|
|
150
171
|
|
|
151
|
-
|
|
172
|
+
- Always rewrite an AppMap before upload
|
|
173
|
+
([61617a9](https://github.com/applandinc/appmap-js/commit/61617a985fc3a4f6ce6dc805f7cc86e3c576264e))
|
|
152
174
|
|
|
153
175
|
# [@appland/scanner-v1.58.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.57.0...@appland/scanner-v1.58.0) (2022-06-07)
|
|
154
176
|
|
|
155
|
-
|
|
156
177
|
### Features
|
|
157
178
|
|
|
158
|
-
|
|
179
|
+
- Watch the scan config file
|
|
180
|
+
([1fde76e](https://github.com/applandinc/appmap-js/commit/1fde76ec626eecb5a9ba300bcc3c636ac6e056f6))
|
|
159
181
|
|
|
160
182
|
# [@appland/scanner-v1.57.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.56.1...@appland/scanner-v1.57.0) (2022-05-23)
|
|
161
183
|
|
|
162
|
-
|
|
163
184
|
### Features
|
|
164
185
|
|
|
165
|
-
|
|
166
|
-
|
|
186
|
+
- Collect scanning telemetry
|
|
187
|
+
([adc71b7](https://github.com/applandinc/appmap-js/commit/adc71b7d43ae302ac3b85b8577a01bdcfa0176ea))
|
|
188
|
+
- Send telemetry on scanning errors
|
|
189
|
+
([0828a8a](https://github.com/applandinc/appmap-js/commit/0828a8a5a61247ab923e2fe9b302970accd3b10d))
|
|
167
190
|
|
|
168
191
|
# [@appland/scanner-v1.56.1](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.56.0...@appland/scanner-v1.56.1) (2022-05-16)
|
|
169
192
|
|
|
170
|
-
|
|
171
193
|
### Bug Fixes
|
|
172
194
|
|
|
173
|
-
|
|
195
|
+
- Have scanner prune AppMaps before uploading
|
|
196
|
+
([1de9f55](https://github.com/applandinc/appmap-js/commit/1de9f55fa25668a8bfe95def458bf8d5aa7dbae3))
|
|
174
197
|
|
|
175
198
|
# [@appland/scanner-v1.56.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.55.0...@appland/scanner-v1.56.0) (2022-05-11)
|
|
176
199
|
|
|
177
|
-
|
|
178
200
|
### Features
|
|
179
201
|
|
|
180
|
-
|
|
202
|
+
- Add --watch flag to scan command
|
|
203
|
+
([51cb6fc](https://github.com/applandinc/appmap-js/commit/51cb6fc168e1b416587077e26c09d4e54dc9565b))
|
|
181
204
|
|
|
182
205
|
# [@appland/scanner-v1.55.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.54.1...@appland/scanner-v1.55.0) (2022-05-10)
|
|
183
206
|
|
|
184
|
-
|
|
185
207
|
### Features
|
|
186
208
|
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
209
|
+
- Change default file names
|
|
210
|
+
([e173fbb](https://github.com/applandinc/appmap-js/commit/e173fbbe464c8076133f91e04ecdb531dd80c13f))
|
|
211
|
+
- Read appmap_dir from appmap.yml
|
|
212
|
+
([b0b6b0d](https://github.com/applandinc/appmap-js/commit/b0b6b0db45eec8c0b8fa96d0f3005677a43f813b))
|
|
213
|
+
- Support repeated appmap-file option
|
|
214
|
+
([62edf68](https://github.com/applandinc/appmap-js/commit/62edf68a00d2e169cfbfed5e63246b5fbec947d7))
|
|
190
215
|
|
|
191
216
|
# [@appland/scanner-v1.54.1](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.54.0...@appland/scanner-v1.54.1) (2022-05-03)
|
|
192
217
|
|
|
193
|
-
|
|
194
218
|
### Bug Fixes
|
|
195
219
|
|
|
196
|
-
|
|
197
|
-
|
|
220
|
+
- Metadata rule title
|
|
221
|
+
([8d87864](https://github.com/applandinc/appmap-js/commit/8d878645001457d02487fd564498e8b858362f72))
|
|
222
|
+
- Progress bar exit
|
|
223
|
+
([f311bb2](https://github.com/applandinc/appmap-js/commit/f311bb2af258e6a140c9a09c64ae71ebc43c52f7))
|
|
198
224
|
|
|
199
225
|
# [@appland/scanner-v1.54.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.53.0...@appland/scanner-v1.54.0) (2022-05-03)
|
|
200
226
|
|
|
201
|
-
|
|
202
227
|
### Features
|
|
203
228
|
|
|
204
|
-
|
|
229
|
+
- N+1 queries must have the same common ancestor
|
|
230
|
+
([7edb88b](https://github.com/applandinc/appmap-js/commit/7edb88b3dc3938e9edc718b8279e980abbc06423))
|
|
205
231
|
|
|
206
232
|
# [@appland/scanner-v1.53.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.52.5...@appland/scanner-v1.53.0) (2022-05-02)
|
|
207
233
|
|
|
208
|
-
|
|
209
234
|
### Features
|
|
210
235
|
|
|
211
|
-
|
|
236
|
+
- Show 0-100% progress bar
|
|
237
|
+
([570cc3b](https://github.com/applandinc/appmap-js/commit/570cc3bfa255f6f448100b3c38e667fe6187b242))
|
|
212
238
|
|
|
213
239
|
# [@appland/scanner-v1.52.5](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.52.4...@appland/scanner-v1.52.5) (2022-05-02)
|
|
214
240
|
|
|
215
|
-
|
|
216
241
|
### Bug Fixes
|
|
217
242
|
|
|
218
|
-
|
|
243
|
+
- Fix front matter for self-contained rules
|
|
244
|
+
([e02b454](https://github.com/applandinc/appmap-js/commit/e02b45443f1eeb2dff564d588559c258ce457446))
|
|
219
245
|
|
|
220
246
|
## [1.52.4](https://github.com/applandinc/scanner/compare/v1.52.3...v1.52.4) (2022-04-28)
|
|
221
247
|
|
|
222
|
-
|
|
223
248
|
### Bug Fixes
|
|
224
249
|
|
|
225
|
-
|
|
250
|
+
- Don't traverse null property
|
|
251
|
+
([19cf111](https://github.com/applandinc/scanner/commit/19cf1117d5ba3a7cc4e56f214a38244814886bac))
|
|
226
252
|
|
|
227
253
|
## [1.52.3](https://github.com/applandinc/scanner/compare/v1.52.2...v1.52.3) (2022-04-28)
|
|
228
254
|
|
|
229
|
-
|
|
230
255
|
### Bug Fixes
|
|
231
256
|
|
|
232
|
-
|
|
257
|
+
- Don't enable query-from-view by default
|
|
258
|
+
([3c87485](https://github.com/applandinc/scanner/commit/3c87485333f18638c18b5a61542691b71d86bda8))
|
|
233
259
|
|
|
234
260
|
## [1.52.2](https://github.com/applandinc/scanner/compare/v1.52.1...v1.52.2) (2022-04-27)
|
|
235
261
|
|
|
236
|
-
|
|
237
262
|
### Bug Fixes
|
|
238
263
|
|
|
239
|
-
|
|
264
|
+
- Disable circular-dependency in default config
|
|
265
|
+
([0fb1864](https://github.com/applandinc/scanner/commit/0fb18644dc6a211f509138689a758d634f02a4bf))
|
|
240
266
|
|
|
241
267
|
## [1.52.1](https://github.com/applandinc/scanner/compare/v1.52.0...v1.52.1) (2022-04-27)
|
|
242
268
|
|
|
243
|
-
|
|
244
269
|
### Bug Fixes
|
|
245
270
|
|
|
246
|
-
|
|
271
|
+
- Don't traverse a null property value
|
|
272
|
+
([eab7ca4](https://github.com/applandinc/scanner/commit/eab7ca4fd18c5473656d4cf473638ec125612832))
|
|
247
273
|
|
|
248
274
|
# [1.52.0](https://github.com/applandinc/scanner/compare/v1.51.1...v1.52.0) (2022-04-07)
|
|
249
275
|
|
|
250
|
-
|
|
251
276
|
### Features
|
|
252
277
|
|
|
253
|
-
|
|
278
|
+
- Rule can be specified in a directory
|
|
279
|
+
([e929407](https://github.com/applandinc/scanner/commit/e929407c738aa0f29e55a22de6a06496c87b02ca))
|
|
254
280
|
|
|
255
281
|
## [1.51.1](https://github.com/applandinc/scanner/compare/v1.51.0...v1.51.1) (2022-04-01)
|
|
256
282
|
|
|
257
|
-
|
|
258
283
|
### Bug Fixes
|
|
259
284
|
|
|
260
|
-
|
|
285
|
+
- Upgrade `@appland/models` to v1.14.5
|
|
286
|
+
([68f2382](https://github.com/applandinc/scanner/commit/68f2382812ef19f5c273a895f51c7e42f58cb7b5))
|
|
261
287
|
|
|
262
288
|
# [1.51.0](https://github.com/applandinc/scanner/compare/v1.50.0...v1.51.0) (2022-03-25)
|
|
263
289
|
|
|
264
|
-
|
|
265
290
|
### Bug Fixes
|
|
266
291
|
|
|
267
|
-
|
|
268
|
-
|
|
292
|
+
- Validate appId before running command
|
|
293
|
+
([45af060](https://github.com/applandinc/scanner/commit/45af060df4d1f34990162f0089d85ec80569fc9d))
|
|
269
294
|
|
|
270
295
|
### Features
|
|
271
296
|
|
|
272
|
-
|
|
297
|
+
- 'a' is an alias for 'app'
|
|
298
|
+
([4b2d9c7](https://github.com/applandinc/scanner/commit/4b2d9c74b40d41b71c1702fee8f08d7a7d1d1ed2))
|
|
273
299
|
|
|
274
300
|
# [1.50.0](https://github.com/applandinc/scanner/compare/v1.49.1...v1.50.0) (2022-03-25)
|
|
275
301
|
|
|
276
|
-
|
|
277
302
|
### Bug Fixes
|
|
278
303
|
|
|
279
|
-
|
|
280
|
-
|
|
304
|
+
- resolve AppMap path via appMapDir
|
|
305
|
+
([ef398a4](https://github.com/applandinc/scanner/commit/ef398a43d3cc37e6b26a265151b3a518f82d49d2))
|
|
281
306
|
|
|
282
307
|
### Features
|
|
283
308
|
|
|
284
|
-
|
|
285
|
-
|
|
309
|
+
- Add branch, commit, environment CLI options
|
|
310
|
+
([bffa805](https://github.com/applandinc/scanner/commit/bffa805e18936d2b78a8bda546b5bf8bef46ac5b))
|
|
311
|
+
- Resolve git branch and commit from the environment if available
|
|
312
|
+
([105f055](https://github.com/applandinc/scanner/commit/105f0559357b7efc25ca0f0ca21832165ad2a0a4))
|
|
286
313
|
|
|
287
314
|
## [1.49.1](https://github.com/applandinc/scanner/compare/v1.49.0...v1.49.1) (2022-03-23)
|
|
288
315
|
|
|
289
|
-
|
|
290
316
|
### Bug Fixes
|
|
291
317
|
|
|
292
|
-
|
|
293
|
-
|
|
318
|
+
- Print count of total and unique findings
|
|
319
|
+
([8252b19](https://github.com/applandinc/scanner/commit/8252b19d7df08d4ae1843390d3e9d20e0cadad8a))
|
|
320
|
+
- Provide more complete finding messages
|
|
321
|
+
([484d7d2](https://github.com/applandinc/scanner/commit/484d7d291368cec957e1c5322017c25c78b101db))
|
|
294
322
|
|
|
295
323
|
# [1.49.0](https://github.com/applandinc/scanner/compare/v1.48.0...v1.49.0) (2022-03-23)
|
|
296
324
|
|
|
297
|
-
|
|
298
325
|
### Bug Fixes
|
|
299
326
|
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
327
|
+
- Extract multiple secrets from a return value
|
|
328
|
+
([3607a93](https://github.com/applandinc/scanner/commit/3607a93a33e94172456699c08ab0056f7205cf6c))
|
|
329
|
+
- Recognize Symbol :failure as return value
|
|
330
|
+
([12849f9](https://github.com/applandinc/scanner/commit/12849f9d98d59813b30ed15b04e3eaa567410384))
|
|
331
|
+
- Switch from command scope to root scope
|
|
332
|
+
([8372ef5](https://github.com/applandinc/scanner/commit/8372ef522750f01d0c776bf1e7e7629a91134551))
|
|
304
333
|
|
|
305
334
|
### Features
|
|
306
335
|
|
|
307
|
-
|
|
308
|
-
|
|
336
|
+
- Command scope falls back on root scope
|
|
337
|
+
([3940eff](https://github.com/applandinc/scanner/commit/3940eff634ac326053dee3c776f20c6c0208ce4c))
|
|
338
|
+
- Rename job and command labels
|
|
339
|
+
([112050e](https://github.com/applandinc/scanner/commit/112050ed26066244101ea4fe48a5652d21273b28))
|
|
309
340
|
|
|
310
341
|
# [1.48.0](https://github.com/applandinc/scanner/compare/v1.47.0...v1.48.0) (2022-03-21)
|
|
311
342
|
|
|
312
|
-
|
|
313
343
|
### Features
|
|
314
344
|
|
|
315
|
-
|
|
316
|
-
|
|
345
|
+
- Add additional relatedEvents
|
|
346
|
+
([91ad9c1](https://github.com/applandinc/scanner/commit/91ad9c1b497f7ea2fb53b3797d005fdbab1165c7))
|
|
347
|
+
- relatedEvents contains the match event
|
|
348
|
+
([a0885de](https://github.com/applandinc/scanner/commit/a0885defdf690098e58593735d8a90d058018255))
|
|
317
349
|
|
|
318
350
|
# [1.47.0](https://github.com/applandinc/scanner/compare/v1.46.3...v1.47.0) (2022-03-17)
|
|
319
351
|
|
|
320
|
-
|
|
321
352
|
### Bug Fixes
|
|
322
353
|
|
|
323
|
-
|
|
324
|
-
|
|
354
|
+
- Don't fail doc parsing on new docs
|
|
355
|
+
([58761f6](https://github.com/applandinc/scanner/commit/58761f6112af8dcd8735b90cd1ba30ea4c08770d))
|
|
325
356
|
|
|
326
357
|
### Features
|
|
327
358
|
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
359
|
+
- Enable deserializationOfUntrustedData by default
|
|
360
|
+
([b99b729](https://github.com/applandinc/scanner/commit/b99b7292e602f20a072543439dea02560b21d250))
|
|
361
|
+
- Enable execOfUntrustedCommand by default
|
|
362
|
+
([998c2fe](https://github.com/applandinc/scanner/commit/998c2feb6c75925f5fb9b2035d285ec54b08d9be))
|
|
363
|
+
- Rename 'sanitize' to 'deserialize.sanitize'
|
|
364
|
+
([0403ebb](https://github.com/applandinc/scanner/commit/0403ebb3ff49da22137dbcaf729c67b2231750ea))
|
|
365
|
+
- Rename label 'public' to 'access.public'
|
|
366
|
+
([098ae70](https://github.com/applandinc/scanner/commit/098ae70825388a9195e38a29b355ba59cf457d6b))
|
|
367
|
+
- Rule for exec-of-untrusted-command
|
|
368
|
+
([bea4fb3](https://github.com/applandinc/scanner/commit/bea4fb319972ded78f7d2858c4344ac3a3c05a03))
|
|
333
369
|
|
|
334
370
|
## [1.46.3](https://github.com/applandinc/scanner/compare/v1.46.2...v1.46.3) (2022-03-17)
|
|
335
371
|
|
|
336
|
-
|
|
337
372
|
### Bug Fixes
|
|
338
373
|
|
|
339
|
-
|
|
340
|
-
|
|
374
|
+
- Better error message when server not configured
|
|
375
|
+
([e9c7c35](https://github.com/applandinc/scanner/commit/e9c7c35ad809efc1abdc883aa7b8345bf1752aab))
|
|
376
|
+
- Correctly enumerate transaction events
|
|
377
|
+
([ecc9bfc](https://github.com/applandinc/scanner/commit/ecc9bfcab8e5b0c35a21db98d5bbfd4d6aca2c5f))
|
|
341
378
|
|
|
342
379
|
## [1.46.2](https://github.com/applandinc/scanner/compare/v1.46.1...v1.46.2) (2022-03-11)
|
|
343
380
|
|
|
344
|
-
|
|
345
381
|
### Bug Fixes
|
|
346
382
|
|
|
347
|
-
|
|
383
|
+
- Don't error out on extra BEGIN when detecting transactions
|
|
384
|
+
([b3938f4](https://github.com/applandinc/scanner/commit/b3938f4397c7c2b9727e707a7df370881ae2cc65))
|
|
348
385
|
|
|
349
386
|
## [1.46.1](https://github.com/applandinc/scanner/compare/v1.46.0...v1.46.1) (2022-02-17)
|
|
350
387
|
|
|
351
|
-
|
|
352
388
|
### Bug Fixes
|
|
353
389
|
|
|
354
|
-
|
|
390
|
+
- Update SQL parser
|
|
391
|
+
([10be27e](https://github.com/applandinc/scanner/commit/10be27e8b365eb9080dfc8ff6edb2ee0d3fadd15))
|
|
355
392
|
|
|
356
393
|
# [1.46.0](https://github.com/applandinc/scanner/compare/v1.45.0...v1.46.0) (2022-02-15)
|
|
357
394
|
|
|
358
|
-
|
|
359
395
|
### Features
|
|
360
396
|
|
|
361
|
-
|
|
397
|
+
- Retry AppMap upload on failure
|
|
398
|
+
([136b59a](https://github.com/applandinc/scanner/commit/136b59a5d2f75e1ebfb533f19341680aa3050239))
|
|
362
399
|
|
|
363
400
|
# [1.45.0](https://github.com/applandinc/scanner/compare/v1.44.3...v1.45.0) (2022-02-14)
|
|
364
401
|
|
|
365
|
-
|
|
366
402
|
### Bug Fixes
|
|
367
403
|
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
404
|
+
- Pick up SQL parser fixes
|
|
405
|
+
([01904db](https://github.com/applandinc/scanner/commit/01904db4c12ea5f85028c34b066b9cc9bc2ec546))
|
|
406
|
+
- Specify Content-Length in bytes rather than chars
|
|
407
|
+
([b24c6a4](https://github.com/applandinc/scanner/commit/b24c6a4f32b0bb7360777ab72aa090c4b91fa810))
|
|
371
408
|
|
|
372
409
|
### Features
|
|
373
410
|
|
|
374
|
-
|
|
411
|
+
- Pare down the default scan config
|
|
412
|
+
([7f48e77](https://github.com/applandinc/scanner/commit/7f48e774b5a48af8657b736dfb619145f9785426))
|
|
375
413
|
|
|
376
414
|
## [1.44.3](https://github.com/applandinc/scanner/compare/v1.44.2...v1.44.3) (2022-02-11)
|
|
377
415
|
|
|
378
|
-
|
|
379
416
|
### Bug Fixes
|
|
380
417
|
|
|
381
|
-
|
|
418
|
+
- Provide the `metadata` param during AppMap creation
|
|
419
|
+
([fc1b39b](https://github.com/applandinc/scanner/commit/fc1b39bb5fc3323ae582fb499c4b9425898a5afe))
|
|
382
420
|
|
|
383
421
|
## [1.44.2](https://github.com/applandinc/scanner/compare/v1.44.1...v1.44.2) (2022-02-10)
|
|
384
422
|
|
|
385
|
-
|
|
386
423
|
### Bug Fixes
|
|
387
424
|
|
|
388
|
-
|
|
425
|
+
- Add missing dependency 'glob'
|
|
426
|
+
([92fe31c](https://github.com/applandinc/scanner/commit/92fe31c8d1367d31a9f21eb6e6225e2fe378432b))
|
|
389
427
|
|
|
390
428
|
## [1.44.1](https://github.com/applandinc/scanner/compare/v1.44.0...v1.44.1) (2022-02-09)
|
|
391
429
|
|
|
392
|
-
|
|
393
430
|
### Bug Fixes
|
|
394
431
|
|
|
395
|
-
|
|
432
|
+
- Fix 'merge --fail'
|
|
433
|
+
([3d371d9](https://github.com/applandinc/scanner/commit/3d371d9cb4512162d8ce6806ee22943ab0143877))
|
|
396
434
|
|
|
397
435
|
# [1.44.0](https://github.com/applandinc/scanner/compare/v1.43.0...v1.44.0) (2022-02-09)
|
|
398
436
|
|
|
399
|
-
|
|
400
437
|
### Features
|
|
401
438
|
|
|
402
|
-
|
|
439
|
+
- Upgrade SQL parser
|
|
440
|
+
([6b585e6](https://github.com/applandinc/scanner/commit/6b585e6ea16048f0e57643d6f20528f5da0aadda))
|
|
403
441
|
|
|
404
442
|
# [1.43.0](https://github.com/applandinc/scanner/compare/v1.42.0...v1.43.0) (2022-02-08)
|
|
405
443
|
|
|
406
|
-
|
|
407
444
|
### Features
|
|
408
445
|
|
|
409
|
-
|
|
410
|
-
|
|
446
|
+
- Add CLI 'merge' command
|
|
447
|
+
([5144b3d](https://github.com/applandinc/scanner/commit/5144b3d883946697442ce5393512367e53db752c))
|
|
448
|
+
- Implement 'merge' command options --fail and --update-commit-status
|
|
449
|
+
([49706c2](https://github.com/applandinc/scanner/commit/49706c2ffc7ec7450c5138da8abf3d5f16a49166))
|
|
411
450
|
|
|
412
451
|
# [1.42.0](https://github.com/applandinc/scanner/compare/v1.41.1...v1.42.0) (2022-02-04)
|
|
413
452
|
|
|
414
|
-
|
|
415
453
|
### Bug Fixes
|
|
416
454
|
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
455
|
+
- Integrate the SQL cache and collect performance data
|
|
456
|
+
([b0d393b](https://github.com/applandinc/scanner/commit/b0d393b4ab12ce3baeeaebadad1c0184aacc2927))
|
|
457
|
+
- Missing import
|
|
458
|
+
([042a79c](https://github.com/applandinc/scanner/commit/042a79cca1552adea0cc7f6339c4eb1abe2e00da))
|
|
420
459
|
|
|
421
460
|
### Features
|
|
422
461
|
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
462
|
+
- Accelerate scanning by indexing the AppMap
|
|
463
|
+
([5414da1](https://github.com/applandinc/scanner/commit/5414da1f628fbd44912c7c89b7f174d438162027))
|
|
464
|
+
- Cache normalized SQL and query AST
|
|
465
|
+
([ba3377f](https://github.com/applandinc/scanner/commit/ba3377f002c69379447ab89b83933e6ace7190a5))
|
|
466
|
+
- LRU cache for queries
|
|
467
|
+
([14883dd](https://github.com/applandinc/scanner/commit/14883ddd5af636db0320934692b4bf92f223069f))
|
|
468
|
+
- Update @appland/models and implement sqlWarning
|
|
469
|
+
([460e2a3](https://github.com/applandinc/scanner/commit/460e2a380b98f2c144cf835445c2da4cae7efa32))
|
|
470
|
+
- Update SQL parser
|
|
471
|
+
([691c051](https://github.com/applandinc/scanner/commit/691c051602b2f328a1c6d9eeeac704e3aead684d))
|
|
429
472
|
|
|
430
473
|
### Reverts
|
|
431
474
|
|
|
432
|
-
|
|
475
|
+
- Remove cache of events by type and label
|
|
476
|
+
([28374c2](https://github.com/applandinc/scanner/commit/28374c297d516a0f0a89fce50adedd6ff7044f4f))
|
|
433
477
|
|
|
434
478
|
## [1.41.1](https://github.com/applandinc/scanner/compare/v1.41.0...v1.41.1) (2022-02-04)
|
|
435
479
|
|
|
436
|
-
|
|
437
480
|
### Bug Fixes
|
|
438
481
|
|
|
439
|
-
|
|
482
|
+
- use relative path for doc files
|
|
483
|
+
([2e0b5d6](https://github.com/applandinc/scanner/commit/2e0b5d6febd7ccbe20b4ed489fbc964c68054df1))
|
|
440
484
|
|
|
441
485
|
# [1.41.0](https://github.com/applandinc/scanner/compare/v1.40.3...v1.41.0) (2022-02-04)
|
|
442
486
|
|
|
443
|
-
|
|
444
487
|
### Features
|
|
445
488
|
|
|
446
|
-
|
|
489
|
+
- add description and doc url to rule definitions
|
|
490
|
+
([0c237e4](https://github.com/applandinc/scanner/commit/0c237e4d3a4b6a3d6d2c12000d09ffb86fcd390d))
|
|
447
491
|
|
|
448
492
|
## [1.40.3](https://github.com/applandinc/scanner/compare/v1.40.2...v1.40.3) (2022-02-04)
|
|
449
493
|
|
|
450
|
-
|
|
451
494
|
### Bug Fixes
|
|
452
495
|
|
|
453
|
-
|
|
496
|
+
- Prevent accumulation of AppMap data while scanning
|
|
497
|
+
([cd8ff93](https://github.com/applandinc/scanner/commit/cd8ff93846f436e7d73a125304bbb5e7c568cd8d))
|
|
454
498
|
|
|
455
499
|
## [1.40.2](https://github.com/applandinc/scanner/compare/v1.40.1...v1.40.2) (2022-02-03)
|
|
456
500
|
|
|
457
|
-
|
|
458
501
|
### Bug Fixes
|
|
459
502
|
|
|
460
|
-
|
|
503
|
+
- Upload no longer appends AppMap directory to files
|
|
504
|
+
([6e28b1c](https://github.com/applandinc/scanner/commit/6e28b1cd01e0d70b175d568702caacb267d435d2))
|
|
461
505
|
|
|
462
506
|
## [1.40.1](https://github.com/applandinc/scanner/compare/v1.40.0...v1.40.1) (2022-02-02)
|
|
463
507
|
|
|
464
|
-
|
|
465
508
|
### Bug Fixes
|
|
466
509
|
|
|
467
|
-
|
|
510
|
+
- Resolve a case of unhandled promises during upload
|
|
511
|
+
([1bf5f90](https://github.com/applandinc/scanner/commit/1bf5f908236fc0ee9f9410fc889f0afad05b5c48))
|
|
468
512
|
|
|
469
513
|
# [1.40.0](https://github.com/applandinc/scanner/compare/v1.39.1...v1.40.0) (2022-02-02)
|
|
470
514
|
|
|
471
|
-
|
|
472
515
|
### Bug Fixes
|
|
473
516
|
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
517
|
+
- Improve Mapset and Findings upload
|
|
518
|
+
([055758b](https://github.com/applandinc/scanner/commit/055758ba3a23a90a62f125ca8eec8cb796471d7b))
|
|
519
|
+
- Remove redundant rule in default.yml sample config
|
|
520
|
+
([72ad9f8](https://github.com/applandinc/scanner/commit/72ad9f8f4def9a7ca2f4534545cc72413a86034e))
|
|
521
|
+
- Remove unused import
|
|
522
|
+
([bfc3fe6](https://github.com/applandinc/scanner/commit/bfc3fe67823984c20a8055c6843df73996f83856))
|
|
523
|
+
- Use FormData to efficiently upload AppMaps
|
|
524
|
+
([b8b43ee](https://github.com/applandinc/scanner/commit/b8b43ee0626207d5302312749cfd7fa5a288c966))
|
|
479
525
|
|
|
480
526
|
### Features
|
|
481
527
|
|
|
482
|
-
|
|
528
|
+
- Upload AppMaps, then create a Mapset, then Findings
|
|
529
|
+
([3403834](https://github.com/applandinc/scanner/commit/3403834dd50c446e7fa59a67038e48016d0e9f1c))
|
|
483
530
|
|
|
484
531
|
## [1.39.1](https://github.com/applandinc/scanner/compare/v1.39.0...v1.39.1) (2022-02-01)
|
|
485
532
|
|
|
486
|
-
|
|
487
533
|
### Bug Fixes
|
|
488
534
|
|
|
489
|
-
|
|
535
|
+
- Finding hash now includes rule id
|
|
536
|
+
([10db345](https://github.com/applandinc/scanner/commit/10db345ef472a45ad2d892a4b1df6bc7f70681cf))
|
|
490
537
|
|
|
491
538
|
# [1.39.0](https://github.com/applandinc/scanner/compare/v1.38.0...v1.39.0) (2022-01-28)
|
|
492
539
|
|
|
493
|
-
|
|
494
540
|
### Bug Fixes
|
|
495
541
|
|
|
496
|
-
|
|
497
|
-
|
|
542
|
+
- http-500 looks for 500 status specifically
|
|
543
|
+
([02a406f](https://github.com/applandinc/scanner/commit/02a406f50da3fbb33b2f758150a056011610a4cf))
|
|
498
544
|
|
|
499
545
|
### Features
|
|
500
546
|
|
|
501
|
-
|
|
547
|
+
- Print stack trace in CLI finding output
|
|
548
|
+
([edfb41a](https://github.com/applandinc/scanner/commit/edfb41af083902b71676a2899bcac6aa04b0a820))
|
|
502
549
|
|
|
503
550
|
# [1.38.0](https://github.com/applandinc/scanner/compare/v1.37.1...v1.38.0) (2022-01-26)
|
|
504
551
|
|
|
505
|
-
|
|
506
552
|
### Features
|
|
507
553
|
|
|
508
|
-
|
|
554
|
+
- Deduplicate findings in the report
|
|
555
|
+
([49b2db9](https://github.com/applandinc/scanner/commit/49b2db920ed702e54915574a322f286825f0d8e2))
|
|
509
556
|
|
|
510
557
|
## [1.37.1](https://github.com/applandinc/scanner/compare/v1.37.0...v1.37.1) (2022-01-25)
|
|
511
558
|
|
|
512
|
-
|
|
513
559
|
### Bug Fixes
|
|
514
560
|
|
|
515
|
-
|
|
561
|
+
- Fix Java example link
|
|
562
|
+
([831afd7](https://github.com/applandinc/scanner/commit/831afd75921cacdd15aa4b6f30cbe821aecbc8cf))
|
|
516
563
|
|
|
517
564
|
# [1.37.0](https://github.com/applandinc/scanner/compare/v1.36.1...v1.37.0) (2022-01-25)
|
|
518
565
|
|
|
519
|
-
|
|
520
566
|
### Features
|
|
521
567
|
|
|
522
|
-
|
|
568
|
+
- Update rule deserializationOfUntrustedData and add a test
|
|
569
|
+
([25fa0b5](https://github.com/applandinc/scanner/commit/25fa0b5cb746857c7234eba18160530b795a9acb))
|
|
523
570
|
|
|
524
571
|
## [1.36.1](https://github.com/applandinc/scanner/compare/v1.36.0...v1.36.1) (2022-01-24)
|
|
525
572
|
|
|
526
|
-
|
|
527
573
|
### Bug Fixes
|
|
528
574
|
|
|
529
|
-
|
|
575
|
+
- Only process a couple appmaps at a time
|
|
576
|
+
([0ec9a37](https://github.com/applandinc/scanner/commit/0ec9a377991213d7dd1fe5f152d037ee52ccd86f))
|
|
530
577
|
|
|
531
578
|
# [1.36.0](https://github.com/applandinc/scanner/compare/v1.35.1...v1.36.0) (2022-01-21)
|
|
532
579
|
|
|
533
|
-
|
|
534
580
|
### Bug Fixes
|
|
535
581
|
|
|
536
|
-
|
|
537
|
-
|
|
582
|
+
- authz-before-authn finding event is the event that provides authorization
|
|
583
|
+
([30c4b50](https://github.com/applandinc/scanner/commit/30c4b503e7005a9d5efe21e72d1a99e596551e79))
|
|
538
584
|
|
|
539
585
|
### Features
|
|
540
586
|
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
587
|
+
- Add more rules to default config
|
|
588
|
+
([06a2bf5](https://github.com/applandinc/scanner/commit/06a2bf5735db83df91771caa5855c57971b43eff))
|
|
589
|
+
- Add rule deserialization-of-untrusted-data
|
|
590
|
+
([cb80d48](https://github.com/applandinc/scanner/commit/cb80d48553895b450274629a2e2a085a7b648a98))
|
|
591
|
+
- Add rule logout-without-session-reset
|
|
592
|
+
([d7ae001](https://github.com/applandinc/scanner/commit/d7ae001e490540e94d422db93102f5fba1dfb234))
|
|
544
593
|
|
|
545
594
|
## [1.35.1](https://github.com/applandinc/scanner/compare/v1.35.0...v1.35.1) (2022-01-19)
|
|
546
595
|
|
|
547
|
-
|
|
548
596
|
### Bug Fixes
|
|
549
597
|
|
|
550
|
-
|
|
598
|
+
- Upload the entire findings JSON
|
|
599
|
+
([f502d0e](https://github.com/applandinc/scanner/commit/f502d0e646980b580a81c3f87e800e2b6459732a))
|
|
551
600
|
|
|
552
601
|
# [1.35.0](https://github.com/applandinc/scanner/compare/v1.34.1...v1.35.0) (2022-01-18)
|
|
553
602
|
|
|
554
|
-
|
|
555
603
|
### Features
|
|
556
604
|
|
|
557
|
-
|
|
605
|
+
- Update CWE references
|
|
606
|
+
([b036dcd](https://github.com/applandinc/scanner/commit/b036dcde862b61ad5aa09a2fe4747c6971a3853c))
|
|
558
607
|
|
|
559
608
|
## [1.34.1](https://github.com/applandinc/scanner/compare/v1.34.0...v1.34.1) (2022-01-14)
|
|
560
609
|
|
|
561
|
-
|
|
562
610
|
### Bug Fixes
|
|
563
611
|
|
|
564
|
-
|
|
612
|
+
- Upgrade @appland/client to v1.1.3
|
|
613
|
+
([223441a](https://github.com/applandinc/scanner/commit/223441ab9c768482cdc3a1320c3913990401b0ff))
|
|
565
614
|
|
|
566
615
|
# [1.34.0](https://github.com/applandinc/scanner/compare/v1.33.2...v1.34.0) (2022-01-14)
|
|
567
616
|
|
|
568
|
-
|
|
569
617
|
### Bug Fixes
|
|
570
618
|
|
|
571
|
-
|
|
572
|
-
|
|
619
|
+
- Replace id with rule in rule doc front matter (reqd by Jekyll)
|
|
620
|
+
([ac5391d](https://github.com/applandinc/scanner/commit/ac5391d00672747ac956610275659cc1a110c742))
|
|
573
621
|
|
|
574
622
|
### Features
|
|
575
623
|
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
624
|
+
- Add references to rule definitions
|
|
625
|
+
([d9d29d7](https://github.com/applandinc/scanner/commit/d9d29d7b9a949deae1c746ad9d8bb3c4229e41ee))
|
|
626
|
+
- Add scope to rule doc front matter
|
|
627
|
+
([660582d](https://github.com/applandinc/scanner/commit/660582d9e22781a20c77abf9082f50c528f2341c))
|
|
628
|
+
- Add scope to rule doc front matter
|
|
629
|
+
([9fa209b](https://github.com/applandinc/scanner/commit/9fa209bba9c3336a8b73ea09075b424c19dd4299))
|
|
630
|
+
- Generate front matter from Rule info
|
|
631
|
+
([e1f64fd](https://github.com/applandinc/scanner/commit/e1f64fda238a0b78ec8f4b9301bd1546296ccd7b))
|
|
632
|
+
- Include labels in rule doc front matter
|
|
633
|
+
([e4d26ec](https://github.com/applandinc/scanner/commit/e4d26ec3c4ac0d2b51f4f7fe90f900cce120db96))
|
|
634
|
+
- Publish to NPM
|
|
635
|
+
([8dc5c85](https://github.com/applandinc/scanner/commit/8dc5c85f48d291048e24aa95212a575e89ad4175))
|
|
582
636
|
|
|
583
637
|
## [1.33.2](https://github.com/applandinc/scanner/compare/v1.33.1...v1.33.2) (2022-01-12)
|
|
584
638
|
|
|
585
|
-
|
|
586
639
|
### Bug Fixes
|
|
587
640
|
|
|
588
|
-
|
|
641
|
+
- Flag insecure comparison correctly in more cases
|
|
642
|
+
([abaf078](https://github.com/applandinc/scanner/commit/abaf078a37ccc8dfe9b85074e26924b130a422c7))
|
|
589
643
|
|
|
590
644
|
## [1.33.1](https://github.com/applandinc/scanner/compare/v1.33.0...v1.33.1) (2022-01-10)
|
|
591
645
|
|
|
592
|
-
|
|
593
646
|
### Bug Fixes
|
|
594
647
|
|
|
595
|
-
|
|
648
|
+
- Mark package as public
|
|
649
|
+
([aa18d96](https://github.com/applandinc/scanner/commit/aa18d96110057c8bb1711e7142ef1f0a7df509be))
|
|
596
650
|
|
|
597
651
|
# [1.33.0](https://github.com/applandinc/scanner/compare/v1.32.0...v1.33.0) (2022-01-10)
|
|
598
652
|
|
|
599
|
-
|
|
600
653
|
### Features
|
|
601
654
|
|
|
602
|
-
|
|
655
|
+
- Publish to NPM
|
|
656
|
+
([b39f16d](https://github.com/applandinc/scanner/commit/b39f16d5ab867528d8bcf3cfda67f71e59064a7d))
|
|
603
657
|
|
|
604
658
|
# [1.32.0](https://github.com/applandinc/scanner/compare/v1.31.2...v1.32.0) (2022-01-07)
|
|
605
659
|
|
|
606
|
-
|
|
607
660
|
### Bug Fixes
|
|
608
661
|
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
662
|
+
- Fix default config path
|
|
663
|
+
([bb28a87](https://github.com/applandinc/scanner/commit/bb28a87ff25f99d86a44e17b0d7b3cd50a68b32c))
|
|
664
|
+
- Tweak the findings output
|
|
665
|
+
([b16f552](https://github.com/applandinc/scanner/commit/b16f5520703a99eff6b51bcf6ce5c3406c13cfb2))
|
|
666
|
+
- Update @appland/models for DFS dependency traversal fix
|
|
667
|
+
([bacc707](https://github.com/applandinc/scanner/commit/bacc70748c4df5352bb181f764929c99ffe026a2))
|
|
613
668
|
|
|
614
669
|
### Features
|
|
615
670
|
|
|
616
|
-
|
|
671
|
+
- Print the path to the scanner config file
|
|
672
|
+
([531f531](https://github.com/applandinc/scanner/commit/531f53125b3faf0a619c409ee2dd8fd30d308aba))
|
|
617
673
|
|
|
618
674
|
## [1.31.2](https://github.com/applandinc/scanner/compare/v1.31.1...v1.31.2) (2022-01-06)
|
|
619
675
|
|
|
620
|
-
|
|
621
676
|
### Bug Fixes
|
|
622
677
|
|
|
623
|
-
|
|
678
|
+
- Upload all findings from ci
|
|
679
|
+
([ba0190d](https://github.com/applandinc/scanner/commit/ba0190ded67d74cf8697a5736e9a277fce18ab10))
|
|
624
680
|
|
|
625
681
|
## [1.31.1](https://github.com/applandinc/scanner/compare/v1.31.0...v1.31.1) (2022-01-06)
|
|
626
682
|
|
|
627
|
-
|
|
628
683
|
### Bug Fixes
|
|
629
684
|
|
|
630
|
-
|
|
685
|
+
- ci command always merges server finding status
|
|
686
|
+
([091b932](https://github.com/applandinc/scanner/commit/091b932d12ae91e71afb494124a0c027baae580e))
|
|
631
687
|
|
|
632
688
|
# [1.31.0](https://github.com/applandinc/scanner/compare/v1.30.0...v1.31.0) (2022-01-05)
|
|
633
689
|
|
|
634
|
-
|
|
635
690
|
### Bug Fixes
|
|
636
691
|
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
692
|
+
- Remove postPullRequestComment because it doesn't work
|
|
693
|
+
([54f4797](https://github.com/applandinc/scanner/commit/54f4797977c8979d26b95be4890f7793af8434a7))
|
|
694
|
+
- Remove unused imports
|
|
695
|
+
([f4e1eeb](https://github.com/applandinc/scanner/commit/f4e1eebc2e1d7cc2b1735623251d3319a496ccef))
|
|
696
|
+
- Update @appland/client
|
|
697
|
+
([f48dbd0](https://github.com/applandinc/scanner/commit/f48dbd0bf3d0ba385ac5f8058ee64a2cca2dd12c))
|
|
641
698
|
|
|
642
699
|
### Features
|
|
643
700
|
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
701
|
+
- Add @appland/models and @appland/client as dependencies
|
|
702
|
+
([23559b8](https://github.com/applandinc/scanner/commit/23559b89dfa5bff507e6b96eaee47b82af10bccd))
|
|
703
|
+
- Add CI command to scan, upload, and update commit status
|
|
704
|
+
([9c3908f](https://github.com/applandinc/scanner/commit/9c3908fbce819d6feffd0b6e264b6b53b23ee3ed))
|
|
705
|
+
- Fetch finding status from the server and incorporate into the client output
|
|
706
|
+
([981729f](https://github.com/applandinc/scanner/commit/981729fccd4455b54fd32eb2c3932e813e18d2b6))
|
|
707
|
+
- Refactor CLI into subcommands
|
|
708
|
+
([d27e05f](https://github.com/applandinc/scanner/commit/d27e05f976d0e2a0e8b3f8824e46caee17fc4c83))
|
|
709
|
+
- Remove @appland/models types, use types defined in the package dependency
|
|
710
|
+
([f872b5c](https://github.com/applandinc/scanner/commit/f872b5c614519f54adfc029206e324642fce122d))
|
|
711
|
+
- Tune the console report of findings
|
|
712
|
+
([34aaf65](https://github.com/applandinc/scanner/commit/34aaf6599e21f4523439a735254948d431bd5dea))
|
|
713
|
+
- Upload findings to AppMap server
|
|
714
|
+
([9cf0148](https://github.com/applandinc/scanner/commit/9cf0148e407ef2a990a490dbdd2fbad71055044a))
|
|
651
715
|
|
|
652
716
|
# [1.30.0](https://github.com/applandinc/scanner/compare/v1.29.1...v1.30.0) (2021-12-14)
|
|
653
717
|
|
|
654
|
-
|
|
655
718
|
### Features
|
|
656
719
|
|
|
657
|
-
|
|
658
|
-
|
|
720
|
+
- Add additional summary data to the findings report
|
|
721
|
+
([5e38336](https://github.com/applandinc/scanner/commit/5e38336b273fb408457b864f9a6f0b759f6775a5))
|
|
722
|
+
- Findings report includes the user-provided configuration
|
|
723
|
+
([ac4fda7](https://github.com/applandinc/scanner/commit/ac4fda77edcc31731a31392bca7655f7383c0213))
|
|
659
724
|
|
|
660
725
|
## [1.29.1](https://github.com/applandinc/scanner/compare/v1.29.0...v1.29.1) (2021-12-10)
|
|
661
726
|
|
|
662
|
-
|
|
663
727
|
### Bug Fixes
|
|
664
728
|
|
|
665
|
-
|
|
729
|
+
- Workaround for event.message being null
|
|
730
|
+
([b9408c9](https://github.com/applandinc/scanner/commit/b9408c9d9b3089c2fb919620461f86d8bad2ad4e))
|
|
666
731
|
|
|
667
732
|
# [1.29.0](https://github.com/applandinc/scanner/compare/v1.28.0...v1.29.0) (2021-12-09)
|
|
668
733
|
|
|
669
|
-
|
|
670
734
|
### Bug Fixes
|
|
671
735
|
|
|
672
|
-
|
|
673
|
-
|
|
736
|
+
- Let the console handle the line breaks, because they are happening in the wrong place anyway
|
|
737
|
+
([51cabe7](https://github.com/applandinc/scanner/commit/51cabe77a13596b1898a32aa6b06bd61129d9365))
|
|
674
738
|
|
|
675
739
|
### Features
|
|
676
740
|
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
741
|
+
- Continue adding rules
|
|
742
|
+
([2d90d2d](https://github.com/applandinc/scanner/commit/2d90d2d6c3b1b77e322346a6a283b1a36367532a))
|
|
743
|
+
- Port tests to new architecture
|
|
744
|
+
([07b074a](https://github.com/applandinc/scanner/commit/07b074a91e47ab8f6ba0971c1bdac9eda5bc756f))
|
|
745
|
+
- Separate the rule name from check id
|
|
746
|
+
([633ab1f](https://github.com/applandinc/scanner/commit/633ab1f8f7ef9fad31b009baedd776b86536e093))
|
|
747
|
+
- Update @appland/models for upgraded SQL parsing
|
|
748
|
+
([717b707](https://github.com/applandinc/scanner/commit/717b70706e1bea81efdae4cee718d1c5340ef8d6))
|
|
681
749
|
|
|
682
750
|
# [1.28.0](https://github.com/applandinc/scanner/compare/v1.27.0...v1.28.0) (2021-12-06)
|
|
683
751
|
|
|
684
|
-
|
|
685
752
|
### Bug Fixes
|
|
686
753
|
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
754
|
+
- Perform unix- and mac-friendly JSON schema fixup
|
|
755
|
+
([eedcdae](https://github.com/applandinc/scanner/commit/eedcdaed9f28d47e9e028ff3b203386c4a408ddd))
|
|
756
|
+
- Remove incorrect MatchPatternConfig from schema
|
|
757
|
+
([2986007](https://github.com/applandinc/scanner/commit/298600772247672b784d1b83aeb8bbe26da4996f))
|
|
690
758
|
|
|
691
759
|
### Features
|
|
692
760
|
|
|
693
|
-
|
|
694
|
-
|
|
761
|
+
- Implement case-insensitive pattern test
|
|
762
|
+
([ee0e825](https://github.com/applandinc/scanner/commit/ee0e82502347dd6ffe506ccded466cb26a3615cd))
|
|
763
|
+
- Unify filter patterns
|
|
764
|
+
([ece354d](https://github.com/applandinc/scanner/commit/ece354d6b023eb1bdd53a7a4d2b26482ce6874b7))
|
|
695
765
|
|
|
696
766
|
# [1.27.0](https://github.com/applandinc/scanner/compare/v1.26.0...v1.27.0) (2021-12-04)
|
|
697
767
|
|
|
698
|
-
|
|
699
768
|
### Features
|
|
700
769
|
|
|
701
|
-
|
|
770
|
+
- implement count joins logic in the scanner
|
|
771
|
+
([9461db7](https://github.com/applandinc/scanner/commit/9461db7dc7b12ee13aae5c63095c7b2ac65a4b17))
|
|
702
772
|
|
|
703
773
|
# [1.26.0](https://github.com/applandinc/scanner/compare/v1.25.2...v1.26.0) (2021-12-03)
|
|
704
774
|
|
|
705
|
-
|
|
706
775
|
### Bug Fixes
|
|
707
776
|
|
|
708
|
-
|
|
709
|
-
|
|
777
|
+
- unbatchedMaterializedQuery handles null ast
|
|
778
|
+
([9433d10](https://github.com/applandinc/scanner/commit/9433d100f111b8ebf5f4537d720b4e247ade98f7))
|
|
710
779
|
|
|
711
780
|
### Features
|
|
712
781
|
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
782
|
+
- Add graph data structures and algorithms ported to TS
|
|
783
|
+
([3e56554](https://github.com/applandinc/scanner/commit/3e56554e69f742e4e79e79fd89017ac5955162df))
|
|
784
|
+
- circularDependency scanner
|
|
785
|
+
([e24a5cc](https://github.com/applandinc/scanner/commit/e24a5ccd63cf72da8f4d95b064ac2ab228da39e0))
|
|
786
|
+
- Detect all cycles in the graph
|
|
787
|
+
([e55b7d4](https://github.com/applandinc/scanner/commit/e55b7d4384d4c2242e7cded8b1a73cf6630fac11))
|
|
788
|
+
- Display a group message and occurrance count
|
|
789
|
+
([e64dbf1](https://github.com/applandinc/scanner/commit/e64dbf1f0d77f5b5ba1a6e3f39b3a38cfec73c44))
|
|
790
|
+
- Find specific event sequences that lead to a cycle
|
|
791
|
+
([b790053](https://github.com/applandinc/scanner/commit/b7900533f080b86f677c30ee35923623618ec371))
|
|
718
792
|
|
|
719
793
|
## [1.25.2](https://github.com/applandinc/scanner/compare/v1.25.1...v1.25.2) (2021-12-01)
|
|
720
794
|
|
|
721
|
-
|
|
722
795
|
### Bug Fixes
|
|
723
796
|
|
|
724
|
-
|
|
797
|
+
- Pack JSON files into native binaries
|
|
798
|
+
([b39849a](https://github.com/applandinc/scanner/commit/b39849a29c4f658208e771e46992bca59344e20b))
|
|
725
799
|
|
|
726
800
|
## [1.25.1](https://github.com/applandinc/scanner/compare/v1.25.0...v1.25.1) (2021-12-01)
|
|
727
801
|
|
|
728
|
-
|
|
729
802
|
### Bug Fixes
|
|
730
803
|
|
|
731
|
-
|
|
804
|
+
- Deploy native binaries
|
|
805
|
+
([cda6369](https://github.com/applandinc/scanner/commit/cda6369de1fdf59abaa78dceee33e9b1e3d09c82))
|
|
732
806
|
|
|
733
807
|
# [1.25.0](https://github.com/applandinc/scanner/compare/v1.24.1...v1.25.0) (2021-12-01)
|
|
734
808
|
|
|
735
|
-
|
|
736
809
|
### Bug Fixes
|
|
737
810
|
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
811
|
+
- Correct schema of scanner 'exclude'
|
|
812
|
+
([42f00be](https://github.com/applandinc/scanner/commit/42f00beb083d13a08e4f8ead34936cf3e6bca6ad))
|
|
813
|
+
- Don't flag authz-before-authn if permission is denied
|
|
814
|
+
([03cf321](https://github.com/applandinc/scanner/commit/03cf321236d1d2a2cb240c1e9deed064c1a57f4e))
|
|
815
|
+
- Simplify assertion exclude filter check
|
|
816
|
+
([14d4676](https://github.com/applandinc/scanner/commit/14d46763c96cb89bb039bc416b103acc7df21ebd))
|
|
742
817
|
|
|
743
818
|
### Features
|
|
744
819
|
|
|
745
|
-
|
|
820
|
+
- SQL strings can be filtered
|
|
821
|
+
([be3ac6f](https://github.com/applandinc/scanner/commit/be3ac6f679835757c0edb0e9d6ae7e1b65412121))
|
|
746
822
|
|
|
747
823
|
## [1.24.1](https://github.com/applandinc/scanner/compare/v1.24.0...v1.24.1) (2021-11-29)
|
|
748
824
|
|
|
749
|
-
|
|
750
825
|
### Bug Fixes
|
|
751
826
|
|
|
752
|
-
|
|
827
|
+
- Export labels in assertion spec
|
|
828
|
+
([aaf9fbb](https://github.com/applandinc/scanner/commit/aaf9fbb83785ef85161a05e77b6429144bf62ca0))
|
|
753
829
|
|
|
754
830
|
# [1.24.0](https://github.com/applandinc/scanner/compare/v1.23.0...v1.24.0) (2021-11-29)
|
|
755
831
|
|
|
756
|
-
|
|
757
832
|
### Features
|
|
758
833
|
|
|
759
|
-
|
|
834
|
+
- Scanner for job not cancelled
|
|
835
|
+
([2ec0488](https://github.com/applandinc/scanner/commit/2ec0488f619de85c4dfaefa3a45addcdffae9816))
|
|
760
836
|
|
|
761
837
|
# [1.23.0](https://github.com/applandinc/scanner/compare/v1.22.2...v1.23.0) (2021-11-22)
|
|
762
838
|
|
|
763
|
-
|
|
764
839
|
### Bug Fixes
|
|
765
840
|
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
841
|
+
- Ensure existance of constants for all labels
|
|
842
|
+
([451eddb](https://github.com/applandinc/scanner/commit/451eddb50d486724edb8f3f8117ba21993e63385))
|
|
843
|
+
- Update rails sample app config
|
|
844
|
+
([551a67d](https://github.com/applandinc/scanner/commit/551a67dd92ce2a2d02de1aed08f17431cdc2d2a5))
|
|
769
845
|
|
|
770
846
|
### Features
|
|
771
847
|
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
848
|
+
- Reconcile and standardize scanner options
|
|
849
|
+
([e5dcedb](https://github.com/applandinc/scanner/commit/e5dcedbefb4b504ff0752db6d9d51e6e11944bbd))
|
|
850
|
+
- Support regexp or function as filter expression
|
|
851
|
+
([88a5fab](https://github.com/applandinc/scanner/commit/88a5fabaf7e6b995f8d730f3221ee7597686cfdb))
|
|
852
|
+
- Validate configuration schema before scanning
|
|
853
|
+
([53d4e9d](https://github.com/applandinc/scanner/commit/53d4e9d1395e8020e358000c4e3a8f8f53eb7890))
|
|
854
|
+
- Validate scanner properties against Options defined by JSON schema
|
|
855
|
+
([cbd9167](https://github.com/applandinc/scanner/commit/cbd9167a49b3725bab4cfef333750b4c5e806788))
|
|
776
856
|
|
|
777
857
|
## [1.22.2](https://github.com/applandinc/scanner/compare/v1.22.1...v1.22.2) (2021-11-17)
|
|
778
858
|
|
|
779
|
-
|
|
780
859
|
### Bug Fixes
|
|
781
860
|
|
|
782
|
-
|
|
861
|
+
- Expose finding hash
|
|
862
|
+
([6ef2565](https://github.com/applandinc/scanner/commit/6ef256571894c9b5eae4c11ad499c2a148308d85))
|
|
783
863
|
|
|
784
864
|
## [1.22.1](https://github.com/applandinc/scanner/compare/v1.22.0...v1.22.1) (2021-11-16)
|
|
785
865
|
|
|
786
|
-
|
|
787
866
|
### Bug Fixes
|
|
788
867
|
|
|
789
|
-
|
|
868
|
+
- disable yarn cache
|
|
869
|
+
([baae1a3](https://github.com/applandinc/scanner/commit/baae1a37064df1a276941715816940aedc49ad74))
|
|
790
870
|
|
|
791
871
|
# [1.22.0](https://github.com/applandinc/scanner/compare/v1.21.0...v1.22.0) (2021-11-16)
|
|
792
872
|
|
|
793
|
-
|
|
794
873
|
### Bug Fixes
|
|
795
874
|
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
875
|
+
- Copy sampleConfig files to built directory
|
|
876
|
+
([f89d7aa](https://github.com/applandinc/scanner/commit/f89d7aac435407b81c07b6cc4c6f107a9950c3d4))
|
|
877
|
+
- Ensure existance of built directory when copying sample config
|
|
878
|
+
([0e047ed](https://github.com/applandinc/scanner/commit/0e047edaa3564d771d417ab69e3483d99eafa85c))
|
|
879
|
+
- Fail the scan when no appmap dir or file is specified
|
|
880
|
+
([501deae](https://github.com/applandinc/scanner/commit/501deae182fb4aa51d07480ec0de230f78cbf994))
|
|
800
881
|
|
|
801
882
|
### Features
|
|
802
883
|
|
|
803
|
-
|
|
884
|
+
- Update default config with no-label scanners
|
|
885
|
+
([c1c7a6f](https://github.com/applandinc/scanner/commit/c1c7a6fd98b4ce48aebcf144dbb18a963fab18df))
|
|
804
886
|
|
|
805
887
|
# [1.21.0](https://github.com/applandinc/scanner/compare/v1.20.1...v1.21.0) (2021-11-16)
|
|
806
888
|
|
|
807
|
-
|
|
808
889
|
### Features
|
|
809
890
|
|
|
810
|
-
|
|
811
|
-
|
|
891
|
+
- Find unbatched materialized query
|
|
892
|
+
([2e3535b](https://github.com/applandinc/scanner/commit/2e3535b7443c18b279ef6f5e5901926f064cefff))
|
|
893
|
+
- Specify types for scanner options and export as JSON schema
|
|
894
|
+
([ed197ca](https://github.com/applandinc/scanner/commit/ed197cab2db49d7c7adbe8caea537984f9a98676))
|
|
812
895
|
|
|
813
896
|
## [1.20.1](https://github.com/applandinc/scanner/compare/v1.20.0...v1.20.1) (2021-11-12)
|
|
814
897
|
|
|
815
|
-
|
|
816
898
|
### Bug Fixes
|
|
817
899
|
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
900
|
+
- Remove broken scope 'appmap'
|
|
901
|
+
([fad8ffa](https://github.com/applandinc/scanner/commit/fad8ffaa4959db973bacdf7589a208a78c479c40))
|
|
902
|
+
- Update and correct use of scopes and enumerateScope by scanners
|
|
903
|
+
([9395113](https://github.com/applandinc/scanner/commit/939511379654f59b89d2976970e3da457062baa9))
|
|
904
|
+
- Update Rails Sample App use of scanners
|
|
905
|
+
([1e64211](https://github.com/applandinc/scanner/commit/1e64211854a8b93e4a56272801d4b913b6905c0a))
|
|
821
906
|
|
|
822
907
|
# [1.20.0](https://github.com/applandinc/scanner/compare/v1.19.0...v1.20.0) (2021-11-09)
|
|
823
908
|
|
|
824
|
-
|
|
825
909
|
### Features
|
|
826
910
|
|
|
827
|
-
|
|
911
|
+
- Scan for authorization before authentication
|
|
912
|
+
([3d3b1eb](https://github.com/applandinc/scanner/commit/3d3b1eb21870728e02cd4fb064325f7d2e274f89))
|
|
828
913
|
|
|
829
914
|
# [1.19.0](https://github.com/applandinc/scanner/compare/v1.18.0...v1.19.0) (2021-11-09)
|
|
830
915
|
|
|
831
|
-
|
|
832
916
|
### Bug Fixes
|
|
833
917
|
|
|
834
|
-
|
|
835
|
-
|
|
918
|
+
- Upgrade semantic-release
|
|
919
|
+
([45dad94](https://github.com/applandinc/scanner/commit/45dad947ba13be458cda12ea920dc22ff9d02d94))
|
|
836
920
|
|
|
837
921
|
### Features
|
|
838
922
|
|
|
839
|
-
|
|
923
|
+
- Scan for too many joins
|
|
924
|
+
([1de7bfc](https://github.com/applandinc/scanner/commit/1de7bfcf40b39dd521bc7676ed0842a50a0ef742))
|
|
840
925
|
|
|
841
926
|
# [1.18.0](https://github.com/applandinc/scanner/compare/v1.17.0...v1.18.0) (2021-11-04)
|
|
842
927
|
|
|
843
|
-
|
|
844
928
|
### Bug Fixes
|
|
845
929
|
|
|
846
|
-
|
|
847
|
-
|
|
930
|
+
- Disable IDE links when exporting findings to a file
|
|
931
|
+
([9bbea63](https://github.com/applandinc/scanner/commit/9bbea638402fc9ed7bce7dd3ef9ebe4ef7a8fea0))
|
|
848
932
|
|
|
849
933
|
### Features
|
|
850
934
|
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
935
|
+
- Add AssertionSpec type for scanner definitions
|
|
936
|
+
([74de27a](https://github.com/applandinc/scanner/commit/74de27a071eeb689950e5e5d1da8c19804d3d537))
|
|
937
|
+
- Add CI integration docs
|
|
938
|
+
([1dc0ad4](https://github.com/applandinc/scanner/commit/1dc0ad462f6602f704e737fb737960cff8f65081))
|
|
939
|
+
- Add OpenAPI generation for http_client_request
|
|
940
|
+
([1fc93e1](https://github.com/applandinc/scanner/commit/1fc93e181ac6ac1d335a49fda72582f81f13802e))
|
|
941
|
+
- Add scanner for slow method calls
|
|
942
|
+
([e5366fa](https://github.com/applandinc/scanner/commit/e5366fa31a4fe506e1ad27c9b0a16f7310f8610b))
|
|
943
|
+
- Analyze and print OpenAPI breaking changes
|
|
944
|
+
([858f833](https://github.com/applandinc/scanner/commit/858f83383f136bd329e7e83dd2f488f1c6f2d33e))
|
|
945
|
+
- OpenAPI schema are cached by host
|
|
946
|
+
([4b2ac60](https://github.com/applandinc/scanner/commit/4b2ac60d74e326325759ddf0f83b8ab9d3d91ecb))
|
|
947
|
+
- Report distinct finding messages in the final summary
|
|
948
|
+
([3f946ba](https://github.com/applandinc/scanner/commit/3f946bab9cc2bf7e8ba83e219687002a6241822f))
|
|
858
949
|
|
|
859
950
|
# [1.17.0](https://github.com/applandinc/scanner/compare/v1.16.0...v1.17.0) (2021-10-21)
|
|
860
951
|
|
|
861
|
-
|
|
862
952
|
### Bug Fixes
|
|
863
953
|
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
954
|
+
- Fix env var name for commit status
|
|
955
|
+
([444491c](https://github.com/applandinc/scanner/commit/444491c453113c1eb5b80f4a168e236d86c63f54))
|
|
956
|
+
- Increase the threshold for "too-many-updates"
|
|
957
|
+
([0b69a6e](https://github.com/applandinc/scanner/commit/0b69a6eef97d49e036f6d484a2b7ecc9fe1a4314))
|
|
958
|
+
- Remove unused import
|
|
959
|
+
([44bb518](https://github.com/applandinc/scanner/commit/44bb5181e023e033c22b41e35c365a9e25680d07))
|
|
960
|
+
- Report the total match number for n+1 and too-many-updates
|
|
961
|
+
([ae4c015](https://github.com/applandinc/scanner/commit/ae4c01539ff174401643ca8145df15be348576eb))
|
|
869
962
|
|
|
870
963
|
### Features
|
|
871
964
|
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
965
|
+
- Assertion can choose whether to check all events in the scope, or just the root
|
|
966
|
+
([5993f2c](https://github.com/applandinc/scanner/commit/5993f2c388f155194faa5573c90d2c2ad58d3419))
|
|
967
|
+
- Check rpc-without-circuit-breaker
|
|
968
|
+
([8eed0b0](https://github.com/applandinc/scanner/commit/8eed0b0b9f01336f6c52ce9e4f3bc196ddaf0de1))
|
|
969
|
+
- Optional pull request comments
|
|
970
|
+
([dd953d2](https://github.com/applandinc/scanner/commit/dd953d2c0636a66e550fdbd67ad7dbf5d4e6e83c))
|
|
971
|
+
- Report related events in a Finding
|
|
972
|
+
([9c75bdd](https://github.com/applandinc/scanner/commit/9c75bdd7d2a98db246d914f7d8320a55483d1766))
|
|
876
973
|
|
|
877
974
|
# [1.17.0](https://github.com/applandinc/scanner/compare/v1.16.0...v1.17.0) (2021-10-21)
|
|
878
975
|
|
|
879
|
-
|
|
880
976
|
### Bug Fixes
|
|
881
977
|
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
978
|
+
- Fix env var name for commit status
|
|
979
|
+
([444491c](https://github.com/applandinc/scanner/commit/444491c453113c1eb5b80f4a168e236d86c63f54))
|
|
980
|
+
- Increase the threshold for "too-many-updates"
|
|
981
|
+
([0b69a6e](https://github.com/applandinc/scanner/commit/0b69a6eef97d49e036f6d484a2b7ecc9fe1a4314))
|
|
982
|
+
- Remove unused import
|
|
983
|
+
([44bb518](https://github.com/applandinc/scanner/commit/44bb5181e023e033c22b41e35c365a9e25680d07))
|
|
984
|
+
- Report the total match number for n+1 and too-many-updates
|
|
985
|
+
([ae4c015](https://github.com/applandinc/scanner/commit/ae4c01539ff174401643ca8145df15be348576eb))
|
|
887
986
|
|
|
888
987
|
### Features
|
|
889
988
|
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
989
|
+
- Assertion can choose whether to check all events in the scope, or just the root
|
|
990
|
+
([5993f2c](https://github.com/applandinc/scanner/commit/5993f2c388f155194faa5573c90d2c2ad58d3419))
|
|
991
|
+
- Check rpc-without-circuit-breaker
|
|
992
|
+
([8eed0b0](https://github.com/applandinc/scanner/commit/8eed0b0b9f01336f6c52ce9e4f3bc196ddaf0de1))
|
|
993
|
+
- Optional pull request comments
|
|
994
|
+
([dd953d2](https://github.com/applandinc/scanner/commit/dd953d2c0636a66e550fdbd67ad7dbf5d4e6e83c))
|
|
995
|
+
- Report related events in a Finding
|
|
996
|
+
([9c75bdd](https://github.com/applandinc/scanner/commit/9c75bdd7d2a98db246d914f7d8320a55483d1766))
|
|
894
997
|
|
|
895
998
|
# [1.16.0](https://github.com/applandinc/scanner/compare/v1.15.0...v1.16.0) (2021-10-19)
|
|
896
999
|
|
|
897
|
-
|
|
898
1000
|
### Bug Fixes
|
|
899
1001
|
|
|
900
|
-
|
|
901
|
-
|
|
1002
|
+
- Fix titled summary
|
|
1003
|
+
([29dfe5e](https://github.com/applandinc/scanner/commit/29dfe5e9350f9c4108135d4e9aad92f3be376ee3))
|
|
902
1004
|
|
|
903
1005
|
### Features
|
|
904
1006
|
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
1007
|
+
- Add doc/architecture.md
|
|
1008
|
+
([06ca4c5](https://github.com/applandinc/scanner/commit/06ca4c5bad5380d477cf862ac007d6e3cb88b4eb))
|
|
1009
|
+
- Assertion is instantiated once for each scope occurrance, simplifying bookkeeping
|
|
1010
|
+
([b007bc9](https://github.com/applandinc/scanner/commit/b007bc9094c63296dcf295dcee51eca39a64f475))
|
|
1011
|
+
- Describe scopes in architecture doc
|
|
1012
|
+
([27b1ebb](https://github.com/applandinc/scanner/commit/27b1ebb7244f64dbd062029683621b25adba4f4e))
|
|
1013
|
+
- Implement scopes
|
|
1014
|
+
([07cc23e](https://github.com/applandinc/scanner/commit/07cc23ed871a2ffce6e2dee477a4b259d650cc79))
|
|
1015
|
+
- Update architecture doc with Scope concept
|
|
1016
|
+
([043e4d9](https://github.com/applandinc/scanner/commit/043e4d9babb5f6cc290bfba95336d68fcad1d0de))
|
|
910
1017
|
|
|
911
1018
|
# [1.15.0](https://github.com/applandinc/scanner/compare/v1.14.0...v1.15.0) (2021-10-15)
|
|
912
1019
|
|
|
913
|
-
|
|
914
1020
|
### Features
|
|
915
1021
|
|
|
916
|
-
|
|
1022
|
+
- Illegal package dependency
|
|
1023
|
+
([1b31cea](https://github.com/applandinc/scanner/commit/1b31cea8ccad8f52470eb880fcfd0d245578ba2f))
|
|
917
1024
|
|
|
918
1025
|
# [1.14.0](https://github.com/applandinc/scanner/compare/v1.13.0...v1.14.0) (2021-10-15)
|
|
919
1026
|
|
|
920
|
-
|
|
921
1027
|
### Bug Fixes
|
|
922
1028
|
|
|
923
|
-
|
|
924
|
-
|
|
1029
|
+
- Fix error/warning of n+1 query check
|
|
1030
|
+
([6065085](https://github.com/applandinc/scanner/commit/606508585c32b1b5705cd62bbf90239295e006a4))
|
|
925
1031
|
|
|
926
1032
|
### Features
|
|
927
1033
|
|
|
928
|
-
|
|
929
|
-
|
|
1034
|
+
- Better findings report generation
|
|
1035
|
+
([0065442](https://github.com/applandinc/scanner/commit/00654427f6850317e948d01d5cde6ae6a2b20c3b))
|
|
1036
|
+
- Scan for http 500 error
|
|
1037
|
+
([dd2dfb6](https://github.com/applandinc/scanner/commit/dd2dfb66983935e4649adfa9c009cf3b5dffe2bf))
|
|
930
1038
|
|
|
931
1039
|
# [1.13.0](https://github.com/applandinc/scanner/compare/v1.12.4...v1.13.0) (2021-10-15)
|
|
932
1040
|
|
|
933
|
-
|
|
934
1041
|
### Bug Fixes
|
|
935
1042
|
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
1043
|
+
- Fix short name for validateBeforeSave
|
|
1044
|
+
([0cc4bcc](https://github.com/applandinc/scanner/commit/0cc4bccb2fa0fd1ff46fbbc036ebb1c3a934282b))
|
|
1045
|
+
- Fixes to scanners
|
|
1046
|
+
([b1a264a](https://github.com/applandinc/scanner/commit/b1a264a5c9dede1fc38ddfc12281365a09bfe75f))
|
|
939
1047
|
|
|
940
1048
|
### Features
|
|
941
1049
|
|
|
942
|
-
|
|
943
|
-
|
|
1050
|
+
- Add JSON reporting
|
|
1051
|
+
([fe70006](https://github.com/applandinc/scanner/commit/fe700063d9b9f3c4c493178edc9a404e4dd81234))
|
|
1052
|
+
- Find insecure comparison of secrets
|
|
1053
|
+
([fd3f80e](https://github.com/applandinc/scanner/commit/fd3f80ebd520c8cc257dd321e84d23fbd74f7385))
|
|
944
1054
|
|
|
945
1055
|
## [1.12.4](https://github.com/applandinc/scanner/compare/v1.12.3...v1.12.4) (2021-10-06)
|
|
946
1056
|
|
|
947
|
-
|
|
948
1057
|
### Bug Fixes
|
|
949
1058
|
|
|
950
|
-
|
|
1059
|
+
- await github responses
|
|
1060
|
+
([ee4fd29](https://github.com/applandinc/scanner/commit/ee4fd29dc3786b1447de5c732d45a8723ebf2081))
|
|
951
1061
|
|
|
952
1062
|
## [1.12.3](https://github.com/applandinc/scanner/compare/v1.12.2...v1.12.3) (2021-10-06)
|
|
953
1063
|
|
|
954
|
-
|
|
955
1064
|
### Bug Fixes
|
|
956
1065
|
|
|
957
|
-
|
|
1066
|
+
- stringify response object
|
|
1067
|
+
([69225a9](https://github.com/applandinc/scanner/commit/69225a9dfa1791becfde17a1d882b04f0fd5232f))
|
|
958
1068
|
|
|
959
1069
|
## [1.12.2](https://github.com/applandinc/scanner/compare/v1.12.1...v1.12.2) (2021-10-06)
|
|
960
1070
|
|
|
961
|
-
|
|
962
1071
|
### Bug Fixes
|
|
963
1072
|
|
|
964
|
-
|
|
1073
|
+
- use callback to print github responses
|
|
1074
|
+
([7645931](https://github.com/applandinc/scanner/commit/76459314940310c1bc5a79449abbe215d8739bff))
|
|
965
1075
|
|
|
966
1076
|
## [1.12.1](https://github.com/applandinc/scanner/compare/v1.12.0...v1.12.1) (2021-10-06)
|
|
967
1077
|
|
|
968
|
-
|
|
969
1078
|
### Bug Fixes
|
|
970
1079
|
|
|
971
|
-
|
|
1080
|
+
- print github commit status responses
|
|
1081
|
+
([c798deb](https://github.com/applandinc/scanner/commit/c798deb3706ada35e7306a482d56e1dbd77e83a9))
|
|
972
1082
|
|
|
973
1083
|
# [1.12.0](https://github.com/applandinc/scanner/compare/v1.11.2...v1.12.0) (2021-10-05)
|
|
974
1084
|
|
|
975
|
-
|
|
976
1085
|
### Features
|
|
977
1086
|
|
|
978
|
-
|
|
979
|
-
|
|
1087
|
+
- Configure scanner properties from YAML
|
|
1088
|
+
([690ed5f](https://github.com/applandinc/scanner/commit/690ed5f4b6dfadde23de11446c1e93abe95ff89e))
|
|
1089
|
+
- Enumerate labels which are used in the scanner
|
|
1090
|
+
([827d56f](https://github.com/applandinc/scanner/commit/827d56fa80ac9c21ac5ce2e09d0552df5b64045d))
|
|
980
1091
|
|
|
981
1092
|
## [1.11.2](https://github.com/applandinc/scanner/compare/v1.11.1...v1.11.2) (2021-10-05)
|
|
982
1093
|
|
|
983
|
-
|
|
984
1094
|
### Bug Fixes
|
|
985
1095
|
|
|
986
|
-
|
|
1096
|
+
- include secretsRegexes.json into built directory
|
|
1097
|
+
([b733283](https://github.com/applandinc/scanner/commit/b7332835566f2b7bf03f3b14601cb14b641105dc))
|
|
987
1098
|
|
|
988
1099
|
## [1.11.1](https://github.com/applandinc/scanner/compare/v1.11.0...v1.11.1) (2021-10-05)
|
|
989
1100
|
|
|
990
|
-
|
|
991
1101
|
### Bug Fixes
|
|
992
1102
|
|
|
993
|
-
|
|
1103
|
+
- properly read owner/repo/sha
|
|
1104
|
+
([ca02937](https://github.com/applandinc/scanner/commit/ca0293774a552ede96a4804faba2782e815299e7))
|
|
994
1105
|
|
|
995
1106
|
# [1.11.0](https://github.com/applandinc/scanner/compare/v1.10.0...v1.11.0) (2021-10-01)
|
|
996
1107
|
|
|
997
|
-
|
|
998
1108
|
### Bug Fixes
|
|
999
1109
|
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1110
|
+
- Don't write results into appmap index dir (which may not exist)
|
|
1111
|
+
([ff402cb](https://github.com/applandinc/scanner/commit/ff402cbbe31636bad48247b1d18549998288075e))
|
|
1112
|
+
- Fix declaration of Event#returnValue
|
|
1113
|
+
([97b4b36](https://github.com/applandinc/scanner/commit/97b4b364587f7f0685719ae1171af0c30ffe265a))
|
|
1114
|
+
- Implement proper usage of HTTP status and mime_type
|
|
1115
|
+
([bb56aef](https://github.com/applandinc/scanner/commit/bb56aef2c7b62520779b40e3dc0fd213ae731c74))
|
|
1116
|
+
- Leave absolute paths alone when generating links
|
|
1117
|
+
([ab9f358](https://github.com/applandinc/scanner/commit/ab9f358151af69529406cee070501d812446b27b))
|
|
1005
1118
|
|
|
1006
1119
|
### Features
|
|
1007
1120
|
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1121
|
+
- Add a generic secret regexp
|
|
1122
|
+
([7fa5e22](https://github.com/applandinc/scanner/commit/7fa5e229f145eda8e14f291ad95442216ba8f726))
|
|
1123
|
+
- Deeper verbose logging
|
|
1124
|
+
([970171c](https://github.com/applandinc/scanner/commit/970171c6903e3b6d0fb14324a98135aa7d4717ec))
|
|
1125
|
+
- Enable multiple matches, custom messages, and problem level
|
|
1126
|
+
([206c9b5](https://github.com/applandinc/scanner/commit/206c9b58e457673cb2403666d9c41c834c40c2fe))
|
|
1127
|
+
- Enable validation of a single AppMap file
|
|
1128
|
+
([a75e336](https://github.com/applandinc/scanner/commit/a75e3367c28c8c01bc518b745b9984666e54acea))
|
|
1129
|
+
- Find actual allocated secrets in logs
|
|
1130
|
+
([29471a5](https://github.com/applandinc/scanner/commit/29471a5585f4114744381ec73e91320fe01d79b4))
|
|
1131
|
+
- Refactor command printed output and exit status codes
|
|
1132
|
+
([c6a134a](https://github.com/applandinc/scanner/commit/c6a134ac33cf95c00a80994421f26ecef6806755))
|
|
1014
1133
|
|
|
1015
1134
|
# [1.10.0](https://github.com/applandinc/scanner/compare/v1.9.0...v1.10.0) (2021-10-01)
|
|
1016
1135
|
|
|
1017
|
-
|
|
1018
1136
|
### Features
|
|
1019
1137
|
|
|
1020
|
-
|
|
1138
|
+
- Scanner are classes with named fields
|
|
1139
|
+
([2bce496](https://github.com/applandinc/scanner/commit/2bce4969c715e913430023e182e0369544bc85ca))
|
|
1021
1140
|
|
|
1022
1141
|
# [1.9.0](https://github.com/applandinc/scanner/compare/v1.8.0...v1.9.0) (2021-10-01)
|
|
1023
1142
|
|
|
1024
|
-
|
|
1025
1143
|
### Features
|
|
1026
1144
|
|
|
1027
|
-
|
|
1145
|
+
- post commit status to GitHub
|
|
1146
|
+
([5298ff2](https://github.com/applandinc/scanner/commit/5298ff24e7c1e5feec13a39365584ef181fa64e2))
|
|
1028
1147
|
|
|
1029
1148
|
# [1.8.0](https://github.com/applandinc/scanner/compare/v1.7.0...v1.8.0) (2021-09-30)
|
|
1030
1149
|
|
|
1031
|
-
|
|
1032
1150
|
### Bug Fixes
|
|
1033
1151
|
|
|
1034
|
-
|
|
1035
|
-
|
|
1152
|
+
- Match slow query if any include pattern matches
|
|
1153
|
+
([1478b9a](https://github.com/applandinc/scanner/commit/1478b9a2d47867ef32621025cc492f0c5420e432))
|
|
1036
1154
|
|
|
1037
1155
|
### Features
|
|
1038
1156
|
|
|
1039
|
-
|
|
1157
|
+
- Scan for SQL update in GET/HEAD request
|
|
1158
|
+
([e00a85e](https://github.com/applandinc/scanner/commit/e00a85e664f21ddfb6f1409633c556f324f4ee86))
|
|
1040
1159
|
|
|
1041
1160
|
# [1.7.0](https://github.com/applandinc/scanner/compare/v1.6.2...v1.7.0) (2021-09-29)
|
|
1042
1161
|
|
|
1043
|
-
|
|
1044
1162
|
### Features
|
|
1045
1163
|
|
|
1046
|
-
|
|
1164
|
+
- Update GitHub token format
|
|
1165
|
+
([e765624](https://github.com/applandinc/scanner/commit/e76562405c8a28c050297f3bb6c5b16f69704f84))
|
|
1047
1166
|
|
|
1048
1167
|
## [1.6.2](https://github.com/applandinc/scanner/compare/v1.6.1...v1.6.2) (2021-09-23)
|
|
1049
1168
|
|
|
1050
|
-
|
|
1051
1169
|
### Bug Fixes
|
|
1052
1170
|
|
|
1053
|
-
|
|
1171
|
+
- replace ms with s
|
|
1172
|
+
([83f0cf2](https://github.com/applandinc/scanner/commit/83f0cf20f615110c5c5ad6c265df98db0e250364))
|
|
1054
1173
|
|
|
1055
1174
|
## [1.6.1](https://github.com/applandinc/scanner/compare/v1.6.0...v1.6.1) (2021-09-23)
|
|
1056
1175
|
|
|
1057
|
-
|
|
1058
1176
|
### Bug Fixes
|
|
1059
1177
|
|
|
1060
|
-
|
|
1178
|
+
- Update [@appmap](https://github.com/appmap) deps
|
|
1179
|
+
([f2b1cda](https://github.com/applandinc/scanner/commit/f2b1cdac1b7c1a7bc40f6ad0a3752e7227d5225e))
|
|
1061
1180
|
|
|
1062
1181
|
# [1.6.0](https://github.com/applandinc/scanner/compare/v1.5.6...v1.6.0) (2021-09-22)
|
|
1063
1182
|
|
|
1064
|
-
|
|
1065
1183
|
### Bug Fixes
|
|
1066
1184
|
|
|
1067
|
-
|
|
1068
|
-
|
|
1185
|
+
- Change default assertions config to be .js
|
|
1186
|
+
([58a9c4d](https://github.com/applandinc/scanner/commit/58a9c4d6421582a3119b1c36b9a61f5ab3978642))
|
|
1069
1187
|
|
|
1070
1188
|
### Features
|
|
1071
1189
|
|
|
1072
|
-
|
|
1190
|
+
- Pass state to VS Code links
|
|
1191
|
+
([94efff9](https://github.com/applandinc/scanner/commit/94efff906a5e97aaeda896641381fec46c930d55))
|
|
1073
1192
|
|
|
1074
1193
|
## [1.5.6](https://github.com/applandinc/scanner/compare/v1.5.5...v1.5.6) (2021-09-21)
|
|
1075
1194
|
|
|
1076
|
-
|
|
1077
1195
|
### Bug Fixes
|
|
1078
1196
|
|
|
1079
|
-
|
|
1197
|
+
- Fix path appmaps for IDE links
|
|
1198
|
+
([3344d40](https://github.com/applandinc/scanner/commit/3344d405000d345563a79555d14b9c28ef1b01e0))
|
|
1080
1199
|
|
|
1081
1200
|
## [1.5.5](https://github.com/applandinc/scanner/compare/v1.5.4...v1.5.5) (2021-09-21)
|
|
1082
1201
|
|
|
1083
|
-
|
|
1084
1202
|
### Bug Fixes
|
|
1085
1203
|
|
|
1086
|
-
|
|
1204
|
+
- Fix path to appmap's cli
|
|
1205
|
+
([1f38306](https://github.com/applandinc/scanner/commit/1f383064541684f858d32d80557222a0c7a92c59))
|
|
1087
1206
|
|
|
1088
1207
|
## [1.5.4](https://github.com/applandinc/scanner/compare/v1.5.3...v1.5.4) (2021-09-21)
|
|
1089
1208
|
|
|
1090
|
-
|
|
1091
1209
|
### Bug Fixes
|
|
1092
1210
|
|
|
1093
|
-
|
|
1211
|
+
- Revert bin path
|
|
1212
|
+
([4d72f53](https://github.com/applandinc/scanner/commit/4d72f53d325896332a30f56ad2d324e6298b28ec))
|
|
1094
1213
|
|
|
1095
1214
|
## [1.5.3](https://github.com/applandinc/scanner/compare/v1.5.2...v1.5.3) (2021-09-21)
|
|
1096
1215
|
|
|
1097
|
-
|
|
1098
1216
|
### Bug Fixes
|
|
1099
1217
|
|
|
1100
|
-
|
|
1218
|
+
- Fix hashbang
|
|
1219
|
+
([325e4d6](https://github.com/applandinc/scanner/commit/325e4d6420c89de537bc11cedae3ef8a33d9ce45))
|
|
1101
1220
|
|
|
1102
1221
|
## [1.5.2](https://github.com/applandinc/scanner/compare/v1.5.1...v1.5.2) (2021-09-21)
|
|
1103
1222
|
|
|
1104
|
-
|
|
1105
1223
|
### Bug Fixes
|
|
1106
1224
|
|
|
1107
|
-
|
|
1225
|
+
- Add executable with hashbang
|
|
1226
|
+
([ab42f06](https://github.com/applandinc/scanner/commit/ab42f06605b2b0c740abbbf75cff714a4785eaa4))
|
|
1108
1227
|
|
|
1109
1228
|
## [1.5.1](https://github.com/applandinc/scanner/compare/v1.5.0...v1.5.1) (2021-09-21)
|
|
1110
1229
|
|
|
1111
|
-
|
|
1112
1230
|
### Bug Fixes
|
|
1113
1231
|
|
|
1114
|
-
|
|
1232
|
+
- Fix bin path
|
|
1233
|
+
([13bdc01](https://github.com/applandinc/scanner/commit/13bdc017e187a78e215da79f69e406972d78e44e))
|
|
1115
1234
|
|
|
1116
1235
|
# [1.5.0](https://github.com/applandinc/scanner/compare/v1.4.0...v1.5.0) (2021-09-20)
|
|
1117
1236
|
|
|
1118
|
-
|
|
1119
1237
|
### Features
|
|
1120
1238
|
|
|
1121
|
-
|
|
1239
|
+
- Add summary by scanners
|
|
1240
|
+
([a3e9465](https://github.com/applandinc/scanner/commit/a3e9465d095e41d82da855d1df35389beb4cea5e))
|
|
1122
1241
|
|
|
1123
1242
|
# [1.4.0](https://github.com/applandinc/scanner/compare/v1.3.0...v1.4.0) (2021-09-08)
|
|
1124
1243
|
|
|
1125
|
-
|
|
1126
1244
|
### Features
|
|
1127
1245
|
|
|
1128
|
-
|
|
1129
|
-
|
|
1246
|
+
- Rename 'failures' to 'matches'
|
|
1247
|
+
([a1675a6](https://github.com/applandinc/scanner/commit/a1675a65ebf9b6a198113255624247a707aa3d7b))
|
|
1248
|
+
- Write scanner results into AppMap index
|
|
1249
|
+
([ed029bf](https://github.com/applandinc/scanner/commit/ed029bfb40826e4542f55c8a42daa1dbf2b11f56))
|
|
1130
1250
|
|
|
1131
1251
|
# [1.3.0](https://github.com/applandinc/scanner/compare/v1.2.0...v1.3.0) (2021-09-08)
|
|
1132
1252
|
|
|
1133
|
-
|
|
1134
1253
|
### Bug Fixes
|
|
1135
1254
|
|
|
1136
|
-
|
|
1137
|
-
|
|
1255
|
+
- Clarify the role of assertion config id
|
|
1256
|
+
([d72493a](https://github.com/applandinc/scanner/commit/d72493accc711be1edf48a245df8ed71db3b25fb))
|
|
1138
1257
|
|
|
1139
1258
|
### Features
|
|
1140
1259
|
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1260
|
+
- Enable configuration of builtin scanners via YAML
|
|
1261
|
+
([3f3cd16](https://github.com/applandinc/scanner/commit/3f3cd16d25d6dd4b2849eb4f26ab83ba6a00d2cd))
|
|
1262
|
+
- Rename some scanners to better indicate the problem
|
|
1263
|
+
([6338ab2](https://github.com/applandinc/scanner/commit/6338ab2ada1ae767b97dac4a031fa18b2c5fdb2d))
|
|
1264
|
+
- typedef EventFilter
|
|
1265
|
+
([3876792](https://github.com/applandinc/scanner/commit/3876792d09ea683c01efafcec34a367f74912fd9))
|
|
1144
1266
|
|
|
1145
1267
|
# [1.2.0](https://github.com/applandinc/scanner/compare/v1.1.0...v1.2.0) (2021-09-08)
|
|
1146
1268
|
|
|
1147
|
-
|
|
1148
1269
|
### Bug Fixes
|
|
1149
1270
|
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1271
|
+
- Detect query from view as mvc.template label
|
|
1272
|
+
([24e164f](https://github.com/applandinc/scanner/commit/24e164f776299bd0b4c90f5d12f14ea7019ba3e0))
|
|
1273
|
+
- Don't report repated matches of N+1 query
|
|
1274
|
+
([9105ac8](https://github.com/applandinc/scanner/commit/9105ac86a740637f02fcc5274af1cb7713408d44))
|
|
1275
|
+
- Remove import of string from yargs
|
|
1276
|
+
([4124d95](https://github.com/applandinc/scanner/commit/4124d95f675074fceb45988fe2bba0c67e9ba0e3))
|
|
1154
1277
|
|
|
1155
1278
|
### Features
|
|
1156
1279
|
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1280
|
+
- Add new scanners
|
|
1281
|
+
([99430f2](https://github.com/applandinc/scanner/commit/99430f245db57cf5aa876dbfc8fb0d0c0e491326))
|
|
1282
|
+
- Copy query normalization code from @appland/models
|
|
1283
|
+
([5d49afb](https://github.com/applandinc/scanner/commit/5d49afbe60a8b0f02e7f996eb72ca6fac8d1c2e1))
|
|
1284
|
+
- Ensure that certain events are leaf nodes
|
|
1285
|
+
([4e9d15b](https://github.com/applandinc/scanner/commit/4e9d15b2f79ca097d6d8f42bc61e5d927632b664))
|
|
1286
|
+
- Ensure that validate is called before save
|
|
1287
|
+
([eb20b44](https://github.com/applandinc/scanner/commit/eb20b443dcb9c0cf154261c32f680a9e22e31454))
|
|
1288
|
+
- N+1 query scanner
|
|
1289
|
+
([b767024](https://github.com/applandinc/scanner/commit/b767024eda016519066daa24f0d609873c4aefe2))
|
|
1162
1290
|
|
|
1163
1291
|
# [1.1.0](https://github.com/applandinc/scanner/compare/v1.0.1...v1.1.0) (2021-09-07)
|
|
1164
1292
|
|
|
1165
|
-
|
|
1166
1293
|
### Features
|
|
1167
1294
|
|
|
1168
|
-
|
|
1295
|
+
- Read configuration from yaml
|
|
1296
|
+
([bc166f4](https://github.com/applandinc/scanner/commit/bc166f4dbed7dc4a7cbf7fd58c7d172c6bcac53f))
|
|
1169
1297
|
|
|
1170
1298
|
## [1.0.1](https://github.com/applandinc/scanner/compare/v1.0.0...v1.0.1) (2021-09-07)
|
|
1171
1299
|
|
|
1172
|
-
|
|
1173
1300
|
### Bug Fixes
|
|
1174
1301
|
|
|
1175
|
-
|
|
1302
|
+
- Rename package to `scanners`
|
|
1303
|
+
([1bd10cd](https://github.com/applandinc/scanner/commit/1bd10cd3bdf1310930a23ebdfec453aa9e700829))
|
|
1176
1304
|
|
|
1177
1305
|
# 1.0.0 (2021-09-07)
|
|
1178
1306
|
|
|
1179
|
-
|
|
1180
1307
|
### Features
|
|
1181
1308
|
|
|
1182
|
-
|
|
1309
|
+
- Initial release
|
|
1310
|
+
([cbea9f3](https://github.com/applandinc/scanner/commit/cbea9f38f5d7f612716a21a3fd7db342f889e88a))
|