Skip to content

Releases: fluent-labs/api

1.5.74: Bump dorny/paths-filter from v2.8.0 to v2.9.0

22 Feb 08:28
Compare
Choose a tag to compare

Bumps dorny/paths-filter from v2.8.0 to v2.9.0.

Release notes

Sourced from dorny/paths-filter's releases.

v2.9.0

Changelog

Sourced from dorny/paths-filter's changelog.

v2.9.0

Commits
  • e5b96fe Merge pull request #68 from dorny/list-files-csv
  • a339507 Skip CI when modifying only README or CHANGELOG
  • febe833 Update README and CHANGELOG
  • b5fa2d5 Add list-files: csv format
  • e2bed85 Mention test-reporter in README
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

1.5.73: Section finder job hardening

22 Feb 07:47
Compare
Choose a tag to compare

These jobs fail on any one single error. That is not what we want. This hardens the jobs so that they log errors and continue.

1.5.72: Get headings from English Wiktionary

21 Feb 08:31
Compare
Choose a tag to compare

Create a job to get headings from English wiktionary. Actually, all backups.

1.5.71: Whitelist cors for gatsby

18 Feb 17:27
Compare
Choose a tag to compare

Gatsby runs on a different port, so we need to allow cors for that port during development.

1.5.70: Cover all potential NPEs

14 Feb 08:42
Compare
Choose a tag to compare

We're getting a null pointer somewhere. Let's print out that spot and continue on.

1.5.69: Bump anchore/scan-action from 2.0.3 to v2.0.4

14 Feb 08:17
Compare
Choose a tag to compare

Bumps anchore/scan-action from 2.0.3 to v2.0.4.

Release notes

Sourced from anchore/scan-action's releases.

v2.0.4

New in scan-action v2.0.4

  • bump grype to 0.7.0 (#81)
Changelog

Sourced from anchore/scan-action's changelog.

Release Notes

Version 2.0.2 - 2020-11-11

Version 2.0.1 - 2020-02-11

Fixes:

  • Removes unnecessary constraint in deduplication for SARIF reporting
  • Allows defining and referencing the location of the SARIF report file
  • Fixes multiple instances where undefined items in the reporting would break scanning

Version 2.0.0 - 2020-30-09

2.0.0 is a new major version of scan action based on the new Grype tool from Anchore. It is much faster for scanning compared to v1.x of the action and adds some new capabilities, including directory scanning as well as container image scanning, and also has more metadata about the vulnerability matches than previous versions for more transparency on the matching process.

Improvements and Changes:

  • Significantly faster performance for scans
  • New vulnerabilities output format is the JSON output from Grype directly
  • Adds support for scanning directories as well as Docker containers, so you can do the same checks pre-and post-build of the container.
  • Supports Automatic Code Scanning/SARIF for exposing results via your repository's Security tab.
  • Updated the default branch from master to main

NOTE: This is a breaking change from v1.x, as indicated by the major version change. We strongly recommend using a @v2 or specific version instead of @main

Breaking Changes for v2:

  • Inputs:
    • Changed image-reference to image (required)
    • dockerfile-path is no longer supported and not necessary for the vulnerability scans
    • custom-policy-path is no longer supported
    • include-app-packages is no longer necessary or supported. Application packages are on by default and will receive vulnerability matches.
  • Outputs:
    • billofmaterials is no longer output. V2 is focused on vulnerability scanning and another action may be introduced for BoM support with its own options/config.
    • policycheck is no longer output
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

1.5.68: Get templates in simple english wiktionary

09 Feb 05:57
Compare
Choose a tag to compare

Extract all template examples from simple english wiktionary. This tells us which templates are most common, so we know what to implement first.

1.5.67: Mediawiki formatter

08 Feb 09:15
Compare
Choose a tag to compare

Basic mediawiki formatting. Lists and templates are for future PRs, but standard markup is in scope.

1.5.66: Identify top 1000 english words

07 Feb 09:07
Compare
Choose a tag to compare

With the top 1000 most frequent words, we can do a lot of testing and validation.

1.5.65: Definitions show source

07 Feb 07:58
Compare
Choose a tag to compare

For compliance reasons, we should know where our content came from. Let's surface this to the frontend so that we can appropriately attribute definitions.