Commit e0c5057
committed
Various fixes
1 parent aed66c0 commit e0c5057
14 files changed
Lines changed: 296 additions & 85 deletions
File tree
- external
- include/phasar
- PhasarLLVM/DataFlowSolver/IfdsIde/Problems
- ExtendedTaintAnalysis
- Utils
- lib/PhasarLLVM
- ControlFlow
- DataFlowSolver/IfdsIde/Problems
- ExtendedTaintAnalysis
- unittests/PhasarLLVM
- ControlFlow
- DataFlowSolver/IfdsIde/Problems
Submodule googletest updated 115 files
Submodule json-schema-validator updated 63 files
- .travis.yml+1-10
- CMakeLists.txt+27-54
- README.md+3-46
- app/format.cpp-54
- cmake/HunterGate.cmake-539
- example/cmake-submodule/CMakeLists.txt-24
- example/cmake-submodule/validate.cpp-20
- nlohmann_json_schema_validatorConfig.cmake.in+11-6
- src/json-patch.cpp+1-1
- src/json-uri.cpp+1-1
- src/json-validator.cpp+48-164
- src/nlohmann/json-schema.hpp+12-12
- src/string-format-check.cpp+9-16
- test/CMakeLists.txt-14
- test/JSON-Schema-Test-Suite/CMakeLists.txt+2-2
- test/JSON-Schema-Test-Suite/json-schema-test.cpp+1-46
- test/JSON-Schema-Test-Suite/remotes/baseUriChange/folderInteger.json-3
- test/JSON-Schema-Test-Suite/remotes/baseUriChangeFolder/folderInteger.json-3
- test/JSON-Schema-Test-Suite/remotes/baseUriChangeFolderInSubschema/folderInteger.json-3
- test/JSON-Schema-Test-Suite/remotes/ref-and-definitions.json-11
- test/JSON-Schema-Test-Suite/remotes/ref-and-defs.json-11
- test/JSON-Schema-Test-Suite/tests/draft7/additionalItems.json+3-65
- test/JSON-Schema-Test-Suite/tests/draft7/additionalProperties.json+1-1
- test/JSON-Schema-Test-Suite/tests/draft7/allOf.json-50
- test/JSON-Schema-Test-Suite/tests/draft7/const.json-100
- test/JSON-Schema-Test-Suite/tests/draft7/contains.json-29
- test/JSON-Schema-Test-Suite/tests/draft7/default.json-30
- test/JSON-Schema-Test-Suite/tests/draft7/definitions.json+8-2
- test/JSON-Schema-Test-Suite/tests/draft7/enum.json-26
- test/JSON-Schema-Test-Suite/tests/draft7/id.json-53
- test/JSON-Schema-Test-Suite/tests/draft7/if-then-else.json-70
- test/JSON-Schema-Test-Suite/tests/draft7/infinite-loop-detection.json-36
- test/JSON-Schema-Test-Suite/tests/draft7/maxProperties.json-16
- test/JSON-Schema-Test-Suite/tests/draft7/multipleOf.json-11
- test/JSON-Schema-Test-Suite/tests/draft7/optional/float-overflow.json-13
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/date-time.json-10
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/date.json-10
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/ecmascript-regex.json+16-95
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/email.json-35
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/hostname.json-35
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/idn-email.json-10
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/idn-hostname.json-246
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/ipv4.json-16
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/ipv6.json-125
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/iri.json+1-1
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/time.json-75
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/uri.json+1-6
- test/JSON-Schema-Test-Suite/tests/draft7/patternProperties.json-5
- test/JSON-Schema-Test-Suite/tests/draft7/ref.json+33-166
- test/JSON-Schema-Test-Suite/tests/draft7/refRemote.json+3-26
- test/JSON-Schema-Test-Suite/tests/draft7/uniqueItems.json+1-41
- test/JSON-Schema-Test-Suite/tests/draft7/unknownKeyword.json-56
- test/binary-validation.cpp-175
- test/issue-117-format-error.cpp-69
- test/issue-143/CMakeLists.txt-13
- test/issue-143/instance-fail-1.json-4
- test/issue-143/instance-fail-a.json-4
- test/issue-143/instance.json-4
- test/issue-143/schema.json-21
- test/issue-149-entry-selection.cpp-93
- test/issue-25-default-values.cpp+59-133
- test/string-format-check-test.cpp+1-2
- test/test-pipe-in.sh+1-1
Lines changed: 27 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
156 | 166 | | |
157 | 167 | | |
| 168 | + | |
158 | 169 | | |
159 | 170 | | |
160 | 171 | | |
161 | 172 | | |
162 | 173 | | |
163 | 174 | | |
164 | | - | |
165 | | - | |
| 175 | + | |
| 176 | + | |
166 | 177 | | |
167 | 178 | | |
168 | | - | |
| 179 | + | |
169 | 180 | | |
170 | 181 | | |
171 | 182 | | |
172 | | - | |
173 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
174 | 188 | | |
175 | | - | |
| 189 | + | |
176 | 190 | | |
177 | 191 | | |
178 | 192 | | |
179 | 193 | | |
180 | | - | |
| 194 | + | |
181 | 195 | | |
182 | 196 | | |
183 | 197 | | |
| |||
188 | 202 | | |
189 | 203 | | |
190 | 204 | | |
| 205 | + | |
| 206 | + | |
191 | 207 | | |
192 | 208 | | |
193 | 209 | | |
194 | 210 | | |
195 | 211 | | |
196 | | - | |
197 | | - | |
198 | 212 | | |
199 | 213 | | |
200 | 214 | | |
| |||
205 | 219 | | |
206 | 220 | | |
207 | 221 | | |
208 | | - | |
| 222 | + | |
209 | 223 | | |
210 | 224 | | |
211 | | - | |
212 | | - | |
| 225 | + | |
| 226 | + | |
213 | 227 | | |
214 | 228 | | |
215 | 229 | | |
| |||
219 | 233 | | |
220 | 234 | | |
221 | 235 | | |
222 | | - | |
| 236 | + | |
223 | 237 | | |
224 | 238 | | |
225 | 239 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
123 | 146 | | |
124 | 147 | | |
125 | 148 | | |
| |||
158 | 181 | | |
159 | 182 | | |
160 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
161 | 187 | | |
162 | 188 | | |
163 | 189 | | |
| |||
251 | 277 | | |
252 | 278 | | |
253 | 279 | | |
| 280 | + | |
| 281 | + | |
254 | 282 | | |
255 | 283 | | |
256 | 284 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| 102 | + | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
| 195 | + | |
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
| |||
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
206 | | - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
207 | 223 | | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
213 | 233 | | |
214 | 234 | | |
| 235 | + | |
215 | 236 | | |
216 | | - | |
217 | 237 | | |
218 | 238 | | |
219 | | - | |
| 239 | + | |
| 240 | + | |
220 | 241 | | |
221 | 242 | | |
222 | 243 | | |
| |||
225 | 246 | | |
226 | 247 | | |
227 | 248 | | |
228 | | - | |
| 249 | + | |
| 250 | + | |
229 | 251 | | |
230 | 252 | | |
231 | 253 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
105 | 120 | | |
| 121 | + | |
106 | 122 | | |
107 | 123 | | |
108 | 124 | | |
| |||
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
| 214 | + | |
218 | 215 | | |
219 | 216 | | |
220 | | - | |
| 217 | + | |
221 | 218 | | |
222 | | - | |
| 219 | + | |
0 commit comments