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
* Fixed a bug which caused the CLI to crash when analyzing an empty directory with J2EO.
4
-
* Fixed generation of the aggregated SARIF output. Now it generates a single `sarifLog` object with a `run` object for each of the files it was run on. The file location can be found at `sarifLog.runs[i].artifacts[0].location.uri`.
3
+
This release added a [FaR](https://github.com/polystat/far) analyzer to Polystat CLI. In addition, the following problems were addressed:
4
+
5
+
* Paths to files in `.sarif.json` files should be generated correctly now.
6
+
* Output and temporary directories that are specified are created if they don't exist.
7
+
* Analyzers names printed by `polystat list` and the ones used in `.sarif.json` files are now consistent (and shorter). They can also be changed easily if necessary. The analyzer names can be found by running:
8
+
```
9
+
java -jar polystat.jar list
10
+
```
11
+
* Using odin v0.4.2 (with better support for J2EO output).
0 commit comments