You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -360,6 +360,13 @@ Then, for each file or class affected by the incident, you can jump into the sou
360
360
361
361
## Release notes
362
362
363
+
### 7.6.0.3
364
+
365
+
This release contains the following fixes and enhancements.
366
+
367
+
- New `--limit-code-snips` flag: Controls code snippet limits during rule evaluation (0=unlimited, -1=disable snippets).
368
+
- Fixed missing dependency file failures in bulk analysis mode: The tool no longer aborts during bulk analysis for non-Java projects or Java projects using `--mode=source-only`.
369
+
363
370
### 7.6.0.2
364
371
365
372
This release contains the following fixes.
@@ -431,6 +438,17 @@ GA (Generally Available) release of Azure Migrate application and code assessmen
431
438
432
439
## Known Issues
433
440
441
+
### 7.6.0.3
442
+
443
+
- The flag `--overrideProviderSettings` isn't supported.
444
+
- Rules issues:
445
+
-`azure-system-config-01000`, `http-session-01000` rules aren't being triggered.
446
+
-`FileSystem - Java IO` rule isn't being triggered.
447
+
- Analyzing WAR files on Windows produces the following error: `Failed to Move Decompiled File`. An error occurs when analyzing WAR files on Windows, which is responsible for a few redundant incidents created on Windows OS.
448
+
- Error in Watcher Error channel on Windows: `Windows system assumed buffer larger than it is, events have likely been missed`. This error message appears on the command line during long-running jobs on Windows.
449
+
- <kbd>Ctrl</kbd>+<kbd>C</kbd> fails to stop ongoing analysis. To work around, manually terminate the process by explicitly killing the process.
450
+
- In binary analysis reports, the code snippet title shows an incorrect or non-existent file path.
451
+
434
452
### 7.6.0.2
435
453
436
454
- The flag `--overrideProviderSettings` isn't supported.
0 commit comments