axe-sarif-converter

An axe-core reporter that outputs axe scan results in SARIF format (http://sarifweb.azurewebsites.net/)

MIT License

Downloads
49.3K
Stars
30
Committers
23

Bot releases are hidden (Show)

axe-sarif-converter - v2.0.2

Published by ada-cat over 5 years ago

2.0.2 (2019-07-19)

Bug Fixes

  • upgrade to lastest versions of devDependencies (#72) (e2fa303), closes #71
axe-sarif-converter - v2.0.1

Published by ada-cat over 5 years ago

2.0.1 (2019-06-28)

Bug Fixes

  • populate axe-core version based on input rather than hardcoding version 3.2.2 (#68) (38a15d4)
axe-sarif-converter - v2.0.0

Published by ada-cat over 5 years ago

2.0.0 (2019-06-22)

Features

  • change output format from SARIF v2.0 to SARIF v2.1 (#65) (6c86025)

BREAKING CHANGES

  • Change output format from SARIF v2.0 to SARIF v2.1

  • Switches the public APIs in index.ts to use the new 21 converter implementations

  • Removes 20 converter implementations, tests, and associated /src/sarif folder

  • Makes @types/sarif a dependency, since we're now using one of its types as part of our API surface

  • Pins a non-caret version of @types/sarif, since it doesn't use semantic versioning

  • Rewrote index.test.ts to work strictly in terms of public API surface, since we no longer require non-public APIs for any e2e tests we want to run

axe-sarif-converter - v1.4.0

Published by ada-cat over 5 years ago

1.4.0 (2019-06-06)

Features

  • initial update for converter to output sarif v2.1.2 [Part 1] (#45) (05600cb)
axe-sarif-converter - v1.3.1

Published by ada-cat over 5 years ago

1.3.1 (2019-05-20)

Bug Fixes

  • update README example to avoid using experimental fs.promises (#43) (23518ff)
axe-sarif-converter - v1.3.0

Published by ada-cat over 5 years ago

1.3.0 (2019-04-24)

Features

  • reporter that converts axe raw results to sarif log (#38) (b568dd2)
axe-sarif-converter - v1.2.0

Published by ada-cat over 5 years ago

1.2.0 (2019-04-19)

Features

axe-sarif-converter - v1.1.0

Published by ada-cat over 5 years ago

1.1.0 (2019-04-19)

Features

  • set up continuous deployment from master with semantic-release (#33) (ac849ed)
axe-sarif-converter - v1.0.0

Published by dbjorge over 5 years ago

  • Provides convertAxeToSarif function to convert from default ("v2") axe results to SARIF v2.0.0 results
axe-sarif-converter - v1.0.1

Published by dbjorge over 5 years ago

  • Fixes bug where the SarifLog type returned by convertAxeToSarif was not exported from index.d.ts
Package Rankings
Top 7.55% on Npmjs.org
Badges
Extracted from project README
Build status Code coverage npm semantic-release
Related Projects