Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: security bulletin component #3639

Merged
merged 91 commits into from
Nov 27, 2024
Merged

Conversation

karl-cardenas-coding
Copy link
Contributor

@karl-cardenas-coding karl-cardenas-coding commented Aug 20, 2024

Describe the Change

This PR adds the capability to dynamically produce security bulletins.

Changed Pages

💻 Preview URL for Page

Jira Tickets

🎫 DOC-1353

Backports

Can this PR be backported?

  • Yes. Remember to add the relevant backport labels to your PR.
  • No. Please leave a short comment below about why this PR cannot be backported.

Copy link

netlify bot commented Aug 20, 2024

Deploy Preview for docs-spectrocloud ready!

Name Link
🔨 Latest commit e592cd5
🔍 Latest deploy log https://app.netlify.com/sites/docs-spectrocloud/deploys/674760713d0a550008981917
😎 Deploy Preview https://deploy-preview-3639--docs-spectrocloud.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@karl-cardenas-coding karl-cardenas-coding changed the title chore: security bulletin chore: security bulletin component Aug 22, 2024
@karl-cardenas-coding karl-cardenas-coding added enhancement New feature or request javascript Pull requests that update Javascript code labels Aug 22, 2024
@karl-cardenas-coding karl-cardenas-coding merged commit 8459f51 into master Nov 27, 2024
17 checks passed
@karl-cardenas-coding karl-cardenas-coding deleted the security-plugin branch November 27, 2024 18:22
vault-token-factory-spectrocloud bot pushed a commit that referenced this pull request Nov 27, 2024
* chore: security bulletin

* chore: fix gitignore

* docs: DOC-1356

* docs: add cve cards

* docs: progress on component

* docs: progress

* docs: working prototype

* docs: protype

* docs: default sort order

* chore: WIP

* chore: placeholder

* chore: fixed route duplicates

* chore: fixed path

* chore: adde routing

* chore: improve log output

* chore: cleaned up global variable

* chore: fixed plugin name

* chore: fix date to pull data using west coast

* chore: update plugin

* chore: save

* chore: added logic for generating markdown files

* docs: add more fields to the markdown template

* chore: refactored plugin to node script

* chore: added types

* chore: prettier ignore

* save

* docs: fixes

* chore: fix table

* chore: added sorting for versions

* chore: wip

* docs: fix CVE redirects

* chore: updated to use new API

* chore: updated sorting

* docs: add affected versions

* docs: add revision history

* docs: add tests for revision history

* docs: change column names and array formatting

* chore: updated logic to handle multple product instances

* chore: add package name

* chore: support for multiple versions without breaking table

* chore: update comment

* chore: fix jank page behavior issue

* chore: CSS cleanup

* chore: updated table to sort by version

* chore: updated CSS to not display table for small displays

* chore: updated view

* tests: fixed tests

* chore: sort revision history by date

* chore: update

* chore: add sorting to Third Party Vulnerability

* chore: progress

* chore: fix revision logic and simplified logic to improve readability

* chore: memory optimization

* chore: more improvements

* chore: ci

* chore: fix logger

* chore: udate

* chore: fixed semver sorting in affected tables

* chore: removed newlines from revision

* docs: added virtual list with fixed header

* docs: added missing columns

* chore: fixed broken URL

* chore: add ability to link tab

* docs: added explenation of status

* chore: updated state to status

* ci: set logic for skipping security bulletins

* chore: add logic for no CVE

* docs: updated README

* chore: save

* ci: test change

* ci: bump eslint

* chore: fix eslint

* chore: ignore eslint

* chore: fix jitter

---------

Co-authored-by: Lenny Chen <[email protected]>
(cherry picked from commit 8459f51)
@vault-token-factory-spectrocloud
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
version-4-0 Backport failed because of merge conflicts
version-3-4 Backport failed because of merge conflicts
version-4-1 Backport failed because of merge conflicts
version-4-2 Backport failed because of merge conflicts

You might need to backport the following PRs to version-4-2:
- chore: PAC-938-packs data initial fetch and component development for readme (#3178)
version-4-3 Backport failed because of merge conflicts

You might need to backport the following PRs to version-4-3:
- chore: PAC-938-packs data initial fetch and component development for readme (#3178)
- Security Bulletin Changes (#3120)
version-4-4 Backport failed because of merge conflicts

You might need to backport the following PRs to version-4-4:
- docs: DOC-1385 (#4047)
- fix: Release 4.4.c (#3723)
- chore: PAC-938-packs data initial fetch and component development for readme (#3178)
version-4-5

Note: Successful backport PRs will be merged automatically after passing CI.

Manual backport

To create the backport manually run:

backport --pr 3639

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

karl-cardenas-coding added a commit that referenced this pull request Nov 27, 2024
* chore: security bulletin

* chore: fix gitignore

* docs: DOC-1356

* docs: add cve cards

* docs: progress on component

* docs: progress

* docs: working prototype

* docs: protype

* docs: default sort order

* chore: WIP

* chore: placeholder

* chore: fixed route duplicates

* chore: fixed path

* chore: adde routing

* chore: improve log output

* chore: cleaned up global variable

* chore: fixed plugin name

* chore: fix date to pull data using west coast

* chore: update plugin

* chore: save

* chore: added logic for generating markdown files

* docs: add more fields to the markdown template

* chore: refactored plugin to node script

* chore: added types

* chore: prettier ignore

* save

* docs: fixes

* chore: fix table

* chore: added sorting for versions

* chore: wip

* docs: fix CVE redirects

* chore: updated to use new API

* chore: updated sorting

* docs: add affected versions

* docs: add revision history

* docs: add tests for revision history

* docs: change column names and array formatting

* chore: updated logic to handle multple product instances

* chore: add package name

* chore: support for multiple versions without breaking table

* chore: update comment

* chore: fix jank page behavior issue

* chore: CSS cleanup

* chore: updated table to sort by version

* chore: updated CSS to not display table for small displays

* chore: updated view

* tests: fixed tests

* chore: sort revision history by date

* chore: update

* chore: add sorting to Third Party Vulnerability

* chore: progress

* chore: fix revision logic and simplified logic to improve readability

* chore: memory optimization

* chore: more improvements

* chore: ci

* chore: fix logger

* chore: udate

* chore: fixed semver sorting in affected tables

* chore: removed newlines from revision

* docs: added virtual list with fixed header

* docs: added missing columns

* chore: fixed broken URL

* chore: add ability to link tab

* docs: added explenation of status

* chore: updated state to status

* ci: set logic for skipping security bulletins

* chore: add logic for no CVE

* docs: updated README

* chore: save

* ci: test change

* ci: bump eslint

* chore: fix eslint

* chore: ignore eslint

* chore: fix jitter

---------

Co-authored-by: Lenny Chen <[email protected]>
vault-token-factory-spectrocloud bot added a commit that referenced this pull request Nov 27, 2024
* chore: security bulletin

* chore: fix gitignore

* docs: DOC-1356

* docs: add cve cards

* docs: progress on component

* docs: progress

* docs: working prototype

* docs: protype

* docs: default sort order

* chore: WIP

* chore: placeholder

* chore: fixed route duplicates

* chore: fixed path

* chore: adde routing

* chore: improve log output

* chore: cleaned up global variable

* chore: fixed plugin name

* chore: fix date to pull data using west coast

* chore: update plugin

* chore: save

* chore: added logic for generating markdown files

* docs: add more fields to the markdown template

* chore: refactored plugin to node script

* chore: added types

* chore: prettier ignore

* save

* docs: fixes

* chore: fix table

* chore: added sorting for versions

* chore: wip

* docs: fix CVE redirects

* chore: updated to use new API

* chore: updated sorting

* docs: add affected versions

* docs: add revision history

* docs: add tests for revision history

* docs: change column names and array formatting

* chore: updated logic to handle multple product instances

* chore: add package name

* chore: support for multiple versions without breaking table

* chore: update comment

* chore: fix jank page behavior issue

* chore: CSS cleanup

* chore: updated table to sort by version

* chore: updated CSS to not display table for small displays

* chore: updated view

* tests: fixed tests

* chore: sort revision history by date

* chore: update

* chore: add sorting to Third Party Vulnerability

* chore: progress

* chore: fix revision logic and simplified logic to improve readability

* chore: memory optimization

* chore: more improvements

* chore: ci

* chore: fix logger

* chore: udate

* chore: fixed semver sorting in affected tables

* chore: removed newlines from revision

* docs: added virtual list with fixed header

* docs: added missing columns

* chore: fixed broken URL

* chore: add ability to link tab

* docs: added explenation of status

* chore: updated state to status

* ci: set logic for skipping security bulletins

* chore: add logic for no CVE

* docs: updated README

* chore: save

* ci: test change

* ci: bump eslint

* chore: fix eslint

* chore: ignore eslint

* chore: fix jitter

---------

Co-authored-by: Lenny Chen <[email protected]>
(cherry picked from commit 8459f51)

Co-authored-by: Karl Cardenas <[email protected]>
karl-cardenas-coding added a commit that referenced this pull request Nov 27, 2024
* chore: security bulletin

* chore: fix gitignore

* docs: DOC-1356

* docs: add cve cards

* docs: progress on component

* docs: progress

* docs: working prototype

* docs: protype

* docs: default sort order

* chore: WIP

* chore: placeholder

* chore: fixed route duplicates

* chore: fixed path

* chore: adde routing

* chore: improve log output

* chore: cleaned up global variable

* chore: fixed plugin name

* chore: fix date to pull data using west coast

* chore: update plugin

* chore: save

* chore: added logic for generating markdown files

* docs: add more fields to the markdown template

* chore: refactored plugin to node script

* chore: added types

* chore: prettier ignore

* save

* docs: fixes

* chore: fix table

* chore: added sorting for versions

* chore: wip

* docs: fix CVE redirects

* chore: updated to use new API

* chore: updated sorting

* docs: add affected versions

* docs: add revision history

* docs: add tests for revision history

* docs: change column names and array formatting

* chore: updated logic to handle multple product instances

* chore: add package name

* chore: support for multiple versions without breaking table

* chore: update comment

* chore: fix jank page behavior issue

* chore: CSS cleanup

* chore: updated table to sort by version

* chore: updated CSS to not display table for small displays

* chore: updated view

* tests: fixed tests

* chore: sort revision history by date

* chore: update

* chore: add sorting to Third Party Vulnerability

* chore: progress

* chore: fix revision logic and simplified logic to improve readability

* chore: memory optimization

* chore: more improvements

* chore: ci

* chore: fix logger

* chore: udate

* chore: fixed semver sorting in affected tables

* chore: removed newlines from revision

* docs: added virtual list with fixed header

* docs: added missing columns

* chore: fixed broken URL

* chore: add ability to link tab

* docs: added explenation of status

* chore: updated state to status

* ci: set logic for skipping security bulletins

* chore: add logic for no CVE

* docs: updated README

* chore: save

* ci: test change

* ci: bump eslint

* chore: fix eslint

* chore: ignore eslint

* chore: fix jitter

---------

Co-authored-by: Lenny Chen <[email protected]>
karl-cardenas-coding added a commit that referenced this pull request Nov 27, 2024
* chore: security bulletin

* chore: fix gitignore

* docs: DOC-1356

* docs: add cve cards

* docs: progress on component

* docs: progress

* docs: working prototype

* docs: protype

* docs: default sort order

* chore: WIP

* chore: placeholder

* chore: fixed route duplicates

* chore: fixed path

* chore: adde routing

* chore: improve log output

* chore: cleaned up global variable

* chore: fixed plugin name

* chore: fix date to pull data using west coast

* chore: update plugin

* chore: save

* chore: added logic for generating markdown files

* docs: add more fields to the markdown template

* chore: refactored plugin to node script

* chore: added types

* chore: prettier ignore

* save

* docs: fixes

* chore: fix table

* chore: added sorting for versions

* chore: wip

* docs: fix CVE redirects

* chore: updated to use new API

* chore: updated sorting

* docs: add affected versions

* docs: add revision history

* docs: add tests for revision history

* docs: change column names and array formatting

* chore: updated logic to handle multple product instances

* chore: add package name

* chore: support for multiple versions without breaking table

* chore: update comment

* chore: fix jank page behavior issue

* chore: CSS cleanup

* chore: updated table to sort by version

* chore: updated CSS to not display table for small displays

* chore: updated view

* tests: fixed tests

* chore: sort revision history by date

* chore: update

* chore: add sorting to Third Party Vulnerability

* chore: progress

* chore: fix revision logic and simplified logic to improve readability

* chore: memory optimization

* chore: more improvements

* chore: ci

* chore: fix logger

* chore: udate

* chore: fixed semver sorting in affected tables

* chore: removed newlines from revision

* docs: added virtual list with fixed header

* docs: added missing columns

* chore: fixed broken URL

* chore: add ability to link tab

* docs: added explenation of status

* chore: updated state to status

* ci: set logic for skipping security bulletins

* chore: add logic for no CVE

* docs: updated README

* chore: save

* ci: test change

* ci: bump eslint

* chore: fix eslint

* chore: ignore eslint

* chore: fix jitter

---------

Co-authored-by: Lenny Chen <[email protected]>
karl-cardenas-coding added a commit that referenced this pull request Nov 27, 2024
* chore: security bulletin

* chore: fix gitignore

* docs: DOC-1356

* docs: add cve cards

* docs: progress on component

* docs: progress

* docs: working prototype

* docs: protype

* docs: default sort order

* chore: WIP

* chore: placeholder

* chore: fixed route duplicates

* chore: fixed path

* chore: adde routing

* chore: improve log output

* chore: cleaned up global variable

* chore: fixed plugin name

* chore: fix date to pull data using west coast

* chore: update plugin

* chore: save

* chore: added logic for generating markdown files

* docs: add more fields to the markdown template

* chore: refactored plugin to node script

* chore: added types

* chore: prettier ignore

* save

* docs: fixes

* chore: fix table

* chore: added sorting for versions

* chore: wip

* docs: fix CVE redirects

* chore: updated to use new API

* chore: updated sorting

* docs: add affected versions

* docs: add revision history

* docs: add tests for revision history

* docs: change column names and array formatting

* chore: updated logic to handle multple product instances

* chore: add package name

* chore: support for multiple versions without breaking table

* chore: update comment

* chore: fix jank page behavior issue

* chore: CSS cleanup

* chore: updated table to sort by version

* chore: updated CSS to not display table for small displays

* chore: updated view

* tests: fixed tests

* chore: sort revision history by date

* chore: update

* chore: add sorting to Third Party Vulnerability

* chore: progress

* chore: fix revision logic and simplified logic to improve readability

* chore: memory optimization

* chore: more improvements

* chore: ci

* chore: fix logger

* chore: udate

* chore: fixed semver sorting in affected tables

* chore: removed newlines from revision

* docs: added virtual list with fixed header

* docs: added missing columns

* chore: fixed broken URL

* chore: add ability to link tab

* docs: added explenation of status

* chore: updated state to status

* ci: set logic for skipping security bulletins

* chore: add logic for no CVE

* docs: updated README

* chore: save

* ci: test change

* ci: bump eslint

* chore: fix eslint

* chore: ignore eslint

* chore: fix jitter

---------

Co-authored-by: Lenny Chen <[email protected]>
karl-cardenas-coding added a commit that referenced this pull request Nov 27, 2024
* chore: security bulletin

* chore: fix gitignore

* docs: DOC-1356

* docs: add cve cards

* docs: progress on component

* docs: progress

* docs: working prototype

* docs: protype

* docs: default sort order

* chore: WIP

* chore: placeholder

* chore: fixed route duplicates

* chore: fixed path

* chore: adde routing

* chore: improve log output

* chore: cleaned up global variable

* chore: fixed plugin name

* chore: fix date to pull data using west coast

* chore: update plugin

* chore: save

* chore: added logic for generating markdown files

* docs: add more fields to the markdown template

* chore: refactored plugin to node script

* chore: added types

* chore: prettier ignore

* save

* docs: fixes

* chore: fix table

* chore: added sorting for versions

* chore: wip

* docs: fix CVE redirects

* chore: updated to use new API

* chore: updated sorting

* docs: add affected versions

* docs: add revision history

* docs: add tests for revision history

* docs: change column names and array formatting

* chore: updated logic to handle multple product instances

* chore: add package name

* chore: support for multiple versions without breaking table

* chore: update comment

* chore: fix jank page behavior issue

* chore: CSS cleanup

* chore: updated table to sort by version

* chore: updated CSS to not display table for small displays

* chore: updated view

* tests: fixed tests

* chore: sort revision history by date

* chore: update

* chore: add sorting to Third Party Vulnerability

* chore: progress

* chore: fix revision logic and simplified logic to improve readability

* chore: memory optimization

* chore: more improvements

* chore: ci

* chore: fix logger

* chore: udate

* chore: fixed semver sorting in affected tables

* chore: removed newlines from revision

* docs: added virtual list with fixed header

* docs: added missing columns

* chore: fixed broken URL

* chore: add ability to link tab

* docs: added explenation of status

* chore: updated state to status

* ci: set logic for skipping security bulletins

* chore: add logic for no CVE

* docs: updated README

* chore: save

* ci: test change

* ci: bump eslint

* chore: fix eslint

* chore: ignore eslint

* chore: fix jitter

---------

Co-authored-by: Lenny Chen <[email protected]>
karl-cardenas-coding added a commit that referenced this pull request Nov 27, 2024
* chore: security bulletin

* chore: fix gitignore

* docs: DOC-1356

* docs: add cve cards

* docs: progress on component

* docs: progress

* docs: working prototype

* docs: protype

* docs: default sort order

* chore: WIP

* chore: placeholder

* chore: fixed route duplicates

* chore: fixed path

* chore: adde routing

* chore: improve log output

* chore: cleaned up global variable

* chore: fixed plugin name

* chore: fix date to pull data using west coast

* chore: update plugin

* chore: save

* chore: added logic for generating markdown files

* docs: add more fields to the markdown template

* chore: refactored plugin to node script

* chore: added types

* chore: prettier ignore

* save

* docs: fixes

* chore: fix table

* chore: added sorting for versions

* chore: wip

* docs: fix CVE redirects

* chore: updated to use new API

* chore: updated sorting

* docs: add affected versions

* docs: add revision history

* docs: add tests for revision history

* docs: change column names and array formatting

* chore: updated logic to handle multple product instances

* chore: add package name

* chore: support for multiple versions without breaking table

* chore: update comment

* chore: fix jank page behavior issue

* chore: CSS cleanup

* chore: updated table to sort by version

* chore: updated CSS to not display table for small displays

* chore: updated view

* tests: fixed tests

* chore: sort revision history by date

* chore: update

* chore: add sorting to Third Party Vulnerability

* chore: progress

* chore: fix revision logic and simplified logic to improve readability

* chore: memory optimization

* chore: more improvements

* chore: ci

* chore: fix logger

* chore: udate

* chore: fixed semver sorting in affected tables

* chore: removed newlines from revision

* docs: added virtual list with fixed header

* docs: added missing columns

* chore: fixed broken URL

* chore: add ability to link tab

* docs: added explenation of status

* chore: updated state to status

* ci: set logic for skipping security bulletins

* chore: add logic for no CVE

* docs: updated README

* chore: save

* ci: test change

* ci: bump eslint

* chore: fix eslint

* chore: ignore eslint

* chore: fix jitter

---------

Co-authored-by: Lenny Chen <[email protected]>
karl-cardenas-coding added a commit that referenced this pull request Nov 27, 2024
* chore: security bulletin

* chore: fix gitignore

* docs: DOC-1356

* docs: add cve cards

* docs: progress on component

* docs: progress

* docs: working prototype

* docs: protype

* docs: default sort order

* chore: WIP

* chore: placeholder

* chore: fixed route duplicates

* chore: fixed path

* chore: adde routing

* chore: improve log output

* chore: cleaned up global variable

* chore: fixed plugin name

* chore: fix date to pull data using west coast

* chore: update plugin

* chore: save

* chore: added logic for generating markdown files

* docs: add more fields to the markdown template

* chore: refactored plugin to node script

* chore: added types

* chore: prettier ignore

* save

* docs: fixes

* chore: fix table

* chore: added sorting for versions

* chore: wip

* docs: fix CVE redirects

* chore: updated to use new API

* chore: updated sorting

* docs: add affected versions

* docs: add revision history

* docs: add tests for revision history

* docs: change column names and array formatting

* chore: updated logic to handle multple product instances

* chore: add package name

* chore: support for multiple versions without breaking table

* chore: update comment

* chore: fix jank page behavior issue

* chore: CSS cleanup

* chore: updated table to sort by version

* chore: updated CSS to not display table for small displays

* chore: updated view

* tests: fixed tests

* chore: sort revision history by date

* chore: update

* chore: add sorting to Third Party Vulnerability

* chore: progress

* chore: fix revision logic and simplified logic to improve readability

* chore: memory optimization

* chore: more improvements

* chore: ci

* chore: fix logger

* chore: udate

* chore: fixed semver sorting in affected tables

* chore: removed newlines from revision

* docs: added virtual list with fixed header

* docs: added missing columns

* chore: fixed broken URL

* chore: add ability to link tab

* docs: added explenation of status

* chore: updated state to status

* ci: set logic for skipping security bulletins

* chore: add logic for no CVE

* docs: updated README

* chore: save

* ci: test change

* ci: bump eslint

* chore: fix eslint

* chore: ignore eslint

* chore: fix jitter

---------

Co-authored-by: Lenny Chen <[email protected]>
karl-cardenas-coding added a commit that referenced this pull request Nov 27, 2024
* chore: security bulletin

* chore: fix gitignore

* docs: DOC-1356

* docs: add cve cards

* docs: progress on component

* docs: progress

* docs: working prototype

* docs: protype

* docs: default sort order

* chore: WIP

* chore: placeholder

* chore: fixed route duplicates

* chore: fixed path

* chore: adde routing

* chore: improve log output

* chore: cleaned up global variable

* chore: fixed plugin name

* chore: fix date to pull data using west coast

* chore: update plugin

* chore: save

* chore: added logic for generating markdown files

* docs: add more fields to the markdown template

* chore: refactored plugin to node script

* chore: added types

* chore: prettier ignore

* save

* docs: fixes

* chore: fix table

* chore: added sorting for versions

* chore: wip

* docs: fix CVE redirects

* chore: updated to use new API

* chore: updated sorting

* docs: add affected versions

* docs: add revision history

* docs: add tests for revision history

* docs: change column names and array formatting

* chore: updated logic to handle multple product instances

* chore: add package name

* chore: support for multiple versions without breaking table

* chore: update comment

* chore: fix jank page behavior issue

* chore: CSS cleanup

* chore: updated table to sort by version

* chore: updated CSS to not display table for small displays

* chore: updated view

* tests: fixed tests

* chore: sort revision history by date

* chore: update

* chore: add sorting to Third Party Vulnerability

* chore: progress

* chore: fix revision logic and simplified logic to improve readability

* chore: memory optimization

* chore: more improvements

* chore: ci

* chore: fix logger

* chore: udate

* chore: fixed semver sorting in affected tables

* chore: removed newlines from revision

* docs: added virtual list with fixed header

* docs: added missing columns

* chore: fixed broken URL

* chore: add ability to link tab

* docs: added explenation of status

* chore: updated state to status

* ci: set logic for skipping security bulletins

* chore: add logic for no CVE

* docs: updated README

* chore: save

* ci: test change

* ci: bump eslint

* chore: fix eslint

* chore: ignore eslint

* chore: fix jitter

---------

Co-authored-by: Lenny Chen <[email protected]>
karl-cardenas-coding added a commit that referenced this pull request Nov 27, 2024
* chore: security bulletin

* chore: fix gitignore

* docs: DOC-1356

* docs: add cve cards

* docs: progress on component

* docs: progress

* docs: working prototype

* docs: protype

* docs: default sort order

* chore: WIP

* chore: placeholder

* chore: fixed route duplicates

* chore: fixed path

* chore: adde routing

* chore: improve log output

* chore: cleaned up global variable

* chore: fixed plugin name

* chore: fix date to pull data using west coast

* chore: update plugin

* chore: save

* chore: added logic for generating markdown files

* docs: add more fields to the markdown template

* chore: refactored plugin to node script

* chore: added types

* chore: prettier ignore

* save

* docs: fixes

* chore: fix table

* chore: added sorting for versions

* chore: wip

* docs: fix CVE redirects

* chore: updated to use new API

* chore: updated sorting

* docs: add affected versions

* docs: add revision history

* docs: add tests for revision history

* docs: change column names and array formatting

* chore: updated logic to handle multple product instances

* chore: add package name

* chore: support for multiple versions without breaking table

* chore: update comment

* chore: fix jank page behavior issue

* chore: CSS cleanup

* chore: updated table to sort by version

* chore: updated CSS to not display table for small displays

* chore: updated view

* tests: fixed tests

* chore: sort revision history by date

* chore: update

* chore: add sorting to Third Party Vulnerability

* chore: progress

* chore: fix revision logic and simplified logic to improve readability

* chore: memory optimization

* chore: more improvements

* chore: ci

* chore: fix logger

* chore: udate

* chore: fixed semver sorting in affected tables

* chore: removed newlines from revision

* docs: added virtual list with fixed header

* docs: added missing columns

* chore: fixed broken URL

* chore: add ability to link tab

* docs: added explenation of status

* chore: updated state to status

* ci: set logic for skipping security bulletins

* chore: add logic for no CVE

* docs: updated README

* chore: save

* ci: test change

* ci: bump eslint

* chore: fix eslint

* chore: ignore eslint

* chore: fix jitter

---------

Co-authored-by: Lenny Chen <[email protected]>
karl-cardenas-coding added a commit that referenced this pull request Nov 27, 2024
* chore: security bulletin

* chore: fix gitignore

* docs: DOC-1356

* docs: add cve cards

* docs: progress on component

* docs: progress

* docs: working prototype

* docs: protype

* docs: default sort order

* chore: WIP

* chore: placeholder

* chore: fixed route duplicates

* chore: fixed path

* chore: adde routing

* chore: improve log output

* chore: cleaned up global variable

* chore: fixed plugin name

* chore: fix date to pull data using west coast

* chore: update plugin

* chore: save

* chore: added logic for generating markdown files

* docs: add more fields to the markdown template

* chore: refactored plugin to node script

* chore: added types

* chore: prettier ignore

* save

* docs: fixes

* chore: fix table

* chore: added sorting for versions

* chore: wip

* docs: fix CVE redirects

* chore: updated to use new API

* chore: updated sorting

* docs: add affected versions

* docs: add revision history

* docs: add tests for revision history

* docs: change column names and array formatting

* chore: updated logic to handle multple product instances

* chore: add package name

* chore: support for multiple versions without breaking table

* chore: update comment

* chore: fix jank page behavior issue

* chore: CSS cleanup

* chore: updated table to sort by version

* chore: updated CSS to not display table for small displays

* chore: updated view

* tests: fixed tests

* chore: sort revision history by date

* chore: update

* chore: add sorting to Third Party Vulnerability

* chore: progress

* chore: fix revision logic and simplified logic to improve readability

* chore: memory optimization

* chore: more improvements

* chore: ci

* chore: fix logger

* chore: udate

* chore: fixed semver sorting in affected tables

* chore: removed newlines from revision

* docs: added virtual list with fixed header

* docs: added missing columns

* chore: fixed broken URL

* chore: add ability to link tab

* docs: added explenation of status

* chore: updated state to status

* ci: set logic for skipping security bulletins

* chore: add logic for no CVE

* docs: updated README

* chore: save

* ci: test change

* ci: bump eslint

* chore: fix eslint

* chore: ignore eslint

* chore: fix jitter

---------

Co-authored-by: Lenny Chen <[email protected]>
karl-cardenas-coding added a commit that referenced this pull request Nov 27, 2024
* chore: security bulletin

* chore: fix gitignore

* docs: DOC-1356

* docs: add cve cards

* docs: progress on component

* docs: progress

* docs: working prototype

* docs: protype

* docs: default sort order

* chore: WIP

* chore: placeholder

* chore: fixed route duplicates

* chore: fixed path

* chore: adde routing

* chore: improve log output

* chore: cleaned up global variable

* chore: fixed plugin name

* chore: fix date to pull data using west coast

* chore: update plugin

* chore: save

* chore: added logic for generating markdown files

* docs: add more fields to the markdown template

* chore: refactored plugin to node script

* chore: added types

* chore: prettier ignore

* save

* docs: fixes

* chore: fix table

* chore: added sorting for versions

* chore: wip

* docs: fix CVE redirects

* chore: updated to use new API

* chore: updated sorting

* docs: add affected versions

* docs: add revision history

* docs: add tests for revision history

* docs: change column names and array formatting

* chore: updated logic to handle multple product instances

* chore: add package name

* chore: support for multiple versions without breaking table

* chore: update comment

* chore: fix jank page behavior issue

* chore: CSS cleanup

* chore: updated table to sort by version

* chore: updated CSS to not display table for small displays

* chore: updated view

* tests: fixed tests

* chore: sort revision history by date

* chore: update

* chore: add sorting to Third Party Vulnerability

* chore: progress

* chore: fix revision logic and simplified logic to improve readability

* chore: memory optimization

* chore: more improvements

* chore: ci

* chore: fix logger

* chore: udate

* chore: fixed semver sorting in affected tables

* chore: removed newlines from revision

* docs: added virtual list with fixed header

* docs: added missing columns

* chore: fixed broken URL

* chore: add ability to link tab

* docs: added explenation of status

* chore: updated state to status

* ci: set logic for skipping security bulletins

* chore: add logic for no CVE

* docs: updated README

* chore: save

* ci: test change

* ci: bump eslint

* chore: fix eslint

* chore: ignore eslint

* chore: fix jitter

---------

Co-authored-by: Lenny Chen <[email protected]>
karl-cardenas-coding added a commit that referenced this pull request Nov 27, 2024
* chore: security bulletin

* chore: fix gitignore

* docs: DOC-1356

* docs: add cve cards

* docs: progress on component

* docs: progress

* docs: working prototype

* docs: protype

* docs: default sort order

* chore: WIP

* chore: placeholder

* chore: fixed route duplicates

* chore: fixed path

* chore: adde routing

* chore: improve log output

* chore: cleaned up global variable

* chore: fixed plugin name

* chore: fix date to pull data using west coast

* chore: update plugin

* chore: save

* chore: added logic for generating markdown files

* docs: add more fields to the markdown template

* chore: refactored plugin to node script

* chore: added types

* chore: prettier ignore

* save

* docs: fixes

* chore: fix table

* chore: added sorting for versions

* chore: wip

* docs: fix CVE redirects

* chore: updated to use new API

* chore: updated sorting

* docs: add affected versions

* docs: add revision history

* docs: add tests for revision history

* docs: change column names and array formatting

* chore: updated logic to handle multple product instances

* chore: add package name

* chore: support for multiple versions without breaking table

* chore: update comment

* chore: fix jank page behavior issue

* chore: CSS cleanup

* chore: updated table to sort by version

* chore: updated CSS to not display table for small displays

* chore: updated view

* tests: fixed tests

* chore: sort revision history by date

* chore: update

* chore: add sorting to Third Party Vulnerability

* chore: progress

* chore: fix revision logic and simplified logic to improve readability

* chore: memory optimization

* chore: more improvements

* chore: ci

* chore: fix logger

* chore: udate

* chore: fixed semver sorting in affected tables

* chore: removed newlines from revision

* docs: added virtual list with fixed header

* docs: added missing columns

* chore: fixed broken URL

* chore: add ability to link tab

* docs: added explenation of status

* chore: updated state to status

* ci: set logic for skipping security bulletins

* chore: add logic for no CVE

* docs: updated README

* chore: save

* ci: test change

* ci: bump eslint

* chore: fix eslint

* chore: ignore eslint

* chore: fix jitter

---------

Co-authored-by: Lenny Chen <[email protected]>
@vault-token-factory-spectrocloud
Copy link
Contributor

🎉 This PR is included in version 4.6.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Enable backport backport-version-3-4 Backport change to version 3.4 backport-version-4-0 Backport change to version 4.0 backport-version-4-1 Backport change to version 4.1 backport-version-4-2 Backport change to version 4.2 backport-version-4-3 Backport change to version 4.3 backport-version-4-4 Backport change to version 4.4 backport-version-4-5 Backport changes to the version-4-5 branch. enhancement New feature or request javascript Pull requests that update Javascript code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants