Skip to content

Commit eb5cb05

Browse files
committed
updated changelog
1 parent 890f71b commit eb5cb05

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
## Polystat v0.1.7
1+
## Polystat v0.1.8
22

3-
* 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

Comments
 (0)