Commit a271ceb
Merge release v2.3.2 into main (#1435)
* Show loader for stopping status (#1299)
* Fix settings update (#1300)
Co-authored-by: J Boddey <boddey@google.com>
* Highlight Required if possible and Required with Non-Compliant result (#1305)
* 409766621: (feat) add clear search button (#1307)
* Calculate tests count for first page (#1306)
* Calculate tests count for first page
* refactor first page calculation
---------
Co-authored-by: Aliaksandr Nikitsin <aliaksandrn@google.com>
* 418729718: (fix) change error message view for the same port selected (#1308)
* Add details feild to the test case result
* pylint
* fix "details" key error
* 416241072: (feat) provide further context in test results (#1309)
* 413638736: (fix) change design for discard popup (#1310)
* 410565507: (fix) changes to close form when creating via actions button (#1311)
* 410583302: (fix) changes for prevent RA disappeared after copy (#1315)
* 421374390: (fix) change save risk profile popup design (#1316)
* As create date does not contain time, the validator change to compare profile (#1317)
* Change menu for outdated device (#1318)
* 410583302: (fix) changes for prevent profile disappeared after copy (#1319)
* Align the details by center (#1320)
* 421375877: (fix) remove actions menu for copy profile (#1322)
* Change order of inputs (#1324)
* Adds new status for easier profile management (#1325)
* Change condition as value can be null (#1327)
* Clear copy is profile status is not Copy (#1328)
* refactor
_connection_ipaddr_ip_change
* refactor _connection_dhcp_address
* refactor _connection_mac_address
* refactor _connection_mac_oui
* fix oui not found
* refactor of _connection_target_ping
* refactor _connection_ipaddr_dhcp_failover
* refactor _connection_dhcp_disconnect
* refactor _connection_ipv6_slaac
* refactor _connection_ipv6_ping
* refactor setup_single_dhcp_server
* refactor _change_subnet
* pylint
* added time to risk profile creation date
* device created_at, modified_at field
* FE: Refactor RA date format - add time (#1331)
* Adds device sorting
* Fix tests
* change device creation approach
* add details to report json
* split details to list
* refactor split test results to pages approach
* Adds styles for details
* qualification test details
* fix report variables
* Do not insert copy when the same copy is already exist (#1339)
* Fix css (#1341)
* Hide scroll for items list (#1342)
* fix text aligment and add title
* place details under the description field
* Service module timeout fix (#1333)
* discover open posrt before full scan
* tsp ports discover refactor
* refactor service module tests no-complient
* scan only http port in TLS module
* description line break
* Do not highlight the error row (#1352)
* Get updated tip element after timeout to prevent focus previous (undefined) tip (#1354)
* Fix tooltips (#1355)
* fix ip.dst keyerror
* error messages
* fix pyshark error
* fix not_valid_before depracation warning
* fix tests deprecation warning
* pylint
* fix inconsistent quotas
* refactor https_detect
* set timeout to 5 seconds
* pylint
* Fix npm audit issues (#1366)
* docs: fix typo DEGUG → DEBUG in log level example
* update python dependancies
* update grcpio
* update risk profiles
* convert details to the list of strings
* unit tests
* pylint
* change dns module styles
* unit tests
* detecting https using requests module
* pylint
* Change the method to count test results (#1373)
* Highlight row when test result non compliant and required (#1374)
* Change regular expression to satisfy the requirements (#1376)
* Show "Welcome modal" when the version is updated (#1377)
* change details display method
* Github. Update documentation (#1382)
Signed-off-by: Sofia Kurilova <kurilova@google.com>
* create a virtual test device
* vagrant and unsible base configs
* local CA tutorial
* Do not include In Progress tests in test count
* Merge release v2.2.2 into main (#1378) (#1393)
* Show loader for stopping status (#1299)
* Fix settings update (#1300)
* Highlight Required if possible and Required with Non-Compliant result (#1305)
* 409766621: (feat) add clear search button (#1307)
* Calculate tests count for first page (#1306)
* Calculate tests count for first page
* refactor first page calculation
---------
* 418729718: (fix) change error message view for the same port selected (#1308)
* Add details feild to the test case result
* pylint
* fix "details" key error
* 416241072: (feat) provide further context in test results (#1309)
* 413638736: (fix) change design for discard popup (#1310)
* 410565507: (fix) changes to close form when creating via actions button (#1311)
* 410583302: (fix) changes for prevent RA disappeared after copy (#1315)
* 421374390: (fix) change save risk profile popup design (#1316)
* As create date does not contain time, the validator change to compare profile (#1317)
* Change menu for outdated device (#1318)
* 410583302: (fix) changes for prevent profile disappeared after copy (#1319)
* Align the details by center (#1320)
* 421375877: (fix) remove actions menu for copy profile (#1322)
* Change order of inputs (#1324)
* Adds new status for easier profile management (#1325)
* Change condition as value can be null (#1327)
* Clear copy is profile status is not Copy (#1328)
* refactor
_connection_ipaddr_ip_change
* refactor _connection_dhcp_address
* refactor _connection_mac_address
* refactor _connection_mac_oui
* fix oui not found
* refactor of _connection_target_ping
* refactor _connection_ipaddr_dhcp_failover
* refactor _connection_dhcp_disconnect
* refactor _connection_ipv6_slaac
* refactor _connection_ipv6_ping
* refactor setup_single_dhcp_server
* refactor _change_subnet
* pylint
* added time to risk profile creation date
* device created_at, modified_at field
* FE: Refactor RA date format - add time (#1331)
* Adds device sorting
* Fix tests
* change device creation approach
* add details to report json
* split details to list
* refactor split test results to pages approach
* Adds styles for details
* qualification test details
* fix report variables
* Do not insert copy when the same copy is already exist (#1339)
* Fix css (#1341)
* Hide scroll for items list (#1342)
* fix text aligment and add title
* place details under the description field
* Service module timeout fix (#1333)
* discover open posrt before full scan
* tsp ports discover refactor
* refactor service module tests no-complient
* scan only http port in TLS module
* description line break
* Do not highlight the error row (#1352)
* Get updated tip element after timeout to prevent focus previous (undefined) tip (#1354)
* Fix tooltips (#1355)
* fix ip.dst keyerror
* error messages
* fix pyshark error
* fix not_valid_before depracation warning
* fix tests deprecation warning
* pylint
* fix inconsistent quotas
* refactor https_detect
* set timeout to 5 seconds
* pylint
* Fix npm audit issues (#1366)
* docs: fix typo DEGUG → DEBUG in log level example
* update python dependancies
* update grcpio
* update risk profiles
* convert details to the list of strings
* unit tests
* pylint
* change dns module styles
* unit tests
* detecting https using requests module
* pylint
* Change the method to count test results (#1373)
* Highlight row when test result non compliant and required (#1374)
* Change regular expression to satisfy the requirements (#1376)
* Show "Welcome modal" when the version is updated (#1377)
* change details display method
* Bump version
---------
Co-authored-by: J Boddey <boddey@google.com>
Co-authored-by: Olga Mardvilko <mardvilka@google.com>
Co-authored-by: Aliaksandr Nikitsin <aliaksandrn@google.com>
* ignore vagrant files
* protocol compliant
* change device mac address
* connection module
* ntp module comliant
* changes in readme
* dns module
* tls outbound complient
* tls compliant server
* firewall
* intermidiate certificate
* pylint
* add ansible
* modbus non-compliant
* fix modbus error
* ftp ssh non-compiant
* smtp imamp pop
* http 80 port
* snmp server
* vnc
* tftp
* tftp ntp
* bacnet
* dhcp server
* readme improve
* dhcp server non-compliant
* non-comliant mac manufacturer
* non-compliant connection module
* ntp non-compliant
* tls non-compliant
* feature not detected config
* refactor compliant config
* remove firewall
* Highlight non-compliant test result; update version (the current release) (#1394)
* Adds navigation bypass from main content
* Deselect options when None is selected
* Lint fix
* Improve report to fix the rows on the page (#1396)
* Improve report to fix the rows on the page
* Fix some lint issues
* Adds tests
---------
Co-authored-by: Aleksander <aliaksandrn@google.com>
* refactor ping methods
* Fix the dependencies in Github (#1400)
* Update dependencies
* Update node in github action
* Improve ui github actions
* Prevent changing previously saved profile options after load (#1402)
* add ntp pools whitelist to module config
* dnspython
* add dns servers to config
* ntp whitelist implementation
* change compliant vm device
* remove comments
* change tnp dhcp logic
* Adds tooltip to add root or intermediate certificate (#1404)
* Highlight all tests with the status "Non-compliant" (#1405)
* AI suggested fix for proper rendering (#1406)
* determining the type of certificates
* intermidiate certificates tools
* certificate validation refactior to support intermidiate certificates
* remove certificates chain support
* add check chain
* instructions for certificate chain
* [TR] update angular version (#1409)
* Perform migration to the latest angular version (dependencies and code)
* Fix tests
* Fix budget
* Update dependencies
* Update dist path; remove alpine (#1413)
* fix docker warning
* fix get host user
* Adds recommendations for tests (#1415)
* ping refactor
* start timer only when testrun is in progress
* pylint
* Fix styles (#1422)
* [TR] The testing page is not updated properly after the test attempt has been started (#1421)
* Change condition for proper rendering
* 5 attempts to ping
* pylint
* move ping test uper in a test modules order
* attempt to connect to the device web server with uploaded certificates
* pylint
* unite tests
* Test Module Report - TLS Module (#1419) (#1423)
* Test Module Report - TLS Module (#1419)
* Generate html report for tls module
---------
Co-authored-by: Aliaksandr Nikitsin <aliaksandrn@google.com>
* Adds html report
* Fix pylint
* Adds html report
* Adds html report
* change module reports extension to html
* rename module report file
* rename report
* remane report
* pylint
* fix dns module report
---------
Co-authored-by: Aliaksandr Nikitsin <aliaksandrn@google.com>
* Dump version
---------
Signed-off-by: Sofia Kurilova <kurilova@google.com>
Co-authored-by: J Boddey <boddey@google.com>
Co-authored-by: Olga Mardvilko <mardvilka@google.com>
Co-authored-by: Aliaksandr Nikitsin <aliaksandrn@google.com>1 parent a226482 commit a271ceb
File tree
168 files changed
+13453
-14467
lines changed- .github/workflows
- docs
- framework
- python/src
- common
- core
- net_orc
- test_orc
- make/DEBIAN
- modules
- test
- base
- python/src
- conn
- conf
- python
- src
- dns/python
- src
- ntp
- conf
- python
- src
- protocol/conf
- services/python/src
- tls
- bin
- python
- src
- ui
- src
- app
- components
- bypass-content
- bypass
- callout
- device-item
- device-tests
- download-report-pdf
- download-report-zip
- download-report
- download-zip-modal
- dynamic-form
- escapable-dialog
- help-tip
- list-item
- list-layout
- program-type-icon
- report-action
- shutdown-app
- simple-dialog
- snack-bar
- spinner
- stepper
- version
- consent-dialog
- guards
- pages
- certificates
- components
- certificate-upload-button
- certificates-table
- devices
- components/device-qualification-from
- general-settings
- components/settings-dropdown
- reports
- components
- delete-report
- filter-chips
- filter-dialog
- filter-header
- risk-assessment
- components/success-dialog
- profile-form
- profile-item
- settings
- testrun
- components
- download-options
- test-result-dialog
- testrun-initiate-form
- testrun-status-card
- testrun-table
- services
- theming
- resources
- report
- test_packs
- pilot/report_templates
- qualification/report_templates
- test_vm
- python
- src
- testing/unit/tls
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
168 files changed
+13453
-14467
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
144 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
145 | 149 | | |
146 | 150 | | |
| 151 | + | |
147 | 152 | | |
148 | | - | |
| 153 | + | |
149 | 154 | | |
| 155 | + | |
150 | 156 | | |
151 | 157 | | |
152 | 158 | | |
| |||
161 | 167 | | |
162 | 168 | | |
163 | 169 | | |
| 170 | + | |
164 | 171 | | |
165 | 172 | | |
166 | 173 | | |
167 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
168 | 178 | | |
169 | | - | |
| 179 | + | |
170 | 180 | | |
| 181 | + | |
171 | 182 | | |
172 | 183 | | |
173 | 184 | | |
| 185 | + | |
174 | 186 | | |
175 | 187 | | |
176 | 188 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 70 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
78 | 85 | | |
79 | | - | |
| 86 | + | |
80 | 87 | | |
81 | 88 | | |
82 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 64 | | |
66 | | - | |
67 | | - | |
68 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
69 | 68 | | |
70 | | - | |
71 | 69 | | |
72 | | - | |
73 | | - | |
| 70 | + | |
| 71 | + | |
74 | 72 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 73 | + | |
83 | 74 | | |
84 | 75 | | |
85 | | - | |
86 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
87 | 80 | | |
88 | | - | |
89 | | - | |
90 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
91 | 88 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
| 106 | + | |
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
| 179 | + | |
178 | 180 | | |
179 | 181 | | |
180 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
494 | 498 | | |
495 | 499 | | |
496 | 500 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
356 | 357 | | |
357 | 358 | | |
358 | 359 | | |
359 | | - | |
360 | | - | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
361 | 364 | | |
362 | 365 | | |
363 | 366 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
188 | 186 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
| 187 | + | |
| 188 | + | |
193 | 189 | | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
| 190 | + | |
202 | 191 | | |
203 | 192 | | |
204 | | - | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
205 | 201 | | |
206 | | - | |
207 | | - | |
208 | | - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
209 | 209 | | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
220 | 227 | | |
221 | 228 | | |
222 | 229 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
234 | 235 | | |
235 | 236 | | |
236 | 237 | | |
| 238 | + | |
| 239 | + | |
237 | 240 | | |
238 | 241 | | |
239 | 242 | | |
| |||
271 | 274 | | |
272 | 275 | | |
273 | 276 | | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
274 | 298 | | |
275 | 299 | | |
276 | 300 | | |
| |||
0 commit comments