Skip to content

Commit

Permalink
update 3rd party libs - add security.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmars committed Feb 14, 2024
1 parent 16c3235 commit 36fece8
Show file tree
Hide file tree
Showing 14 changed files with 4,869 additions and 3,816 deletions.
10 changes: 10 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Reporting Security Issues

Pegasystems takes security seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.

To report a security issue, [email us](mailto:[email protected];[email protected]) and include the word "SECURITY" in the subject line.

The Pega team will send a response indicating the next steps in handling your report. We may ask for additional information or guidance.

## Learning More About Security
To learn more about securing a Pega application or our security capabilities, please see the [security article](https://community.pega.com/knowledgebase/capabilities/security) on Pega Community and the [Pega Trust Center](https://www.pega.com/products/cloud/pega-trust-center).
608 changes: 304 additions & 304 deletions docs/demos/frgov/pega-govfr.js

Large diffs are not rendered by default.

344 changes: 172 additions & 172 deletions docs/demos/ukgds/pega-govuk.js

Large diffs are not rendered by default.

354 changes: 177 additions & 177 deletions docs/demos/uswds/pega-govus.js

Large diffs are not rendered by default.

492 changes: 246 additions & 246 deletions docs/pega-mashup-light-webcomponent.js

Large diffs are not rendered by default.

434 changes: 217 additions & 217 deletions docs/pega-mashup-light-webcomponentv2.js

Large diffs are not rendered by default.

796 changes: 398 additions & 398 deletions docs/pega-mashup-webcomponent-all.js

Large diffs are not rendered by default.

794 changes: 397 additions & 397 deletions docs/pega-mashup-webcomponent-light-all.js

Large diffs are not rendered by default.

4,835 changes: 2,939 additions & 1,896 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"eslint-plugin-jest": "^27.2.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lerna": "^7.1.1",
"lerna": "^8.1.2",
"nunjucks": "^3.2.3",
"puppeteer": "^21.3.6",
"rollup": "^3.18.0",
"puppeteer": "^22.0.0",
"rollup": "^4.10.0",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-serve": "^2.0.2"
"rollup-plugin-serve": "^1.1.1"
},
"dependencies": {
"lit": "^2.5.0"
"lit": "^3.1.2"
},
"scripts": {
"dev:core": "lerna run dev --scope pega-mashup-web-component",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"test:coverage": "jest --coverage --colors"
},
"dependencies": {
"lit": "^2.5.0"
"lit": "^3.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/govfr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"lint": "eslint src/**/*.js --fix; exit 0"
},
"dependencies": {
"lit": "^2.5.0"
"lit": "^3.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/govuk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"lint": "eslint src/**/*.js --fix; exit 0"
},
"dependencies": {
"lit": "^2.5.0"
"lit": "^3.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/govus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"lint": "eslint src/**/*.js --fix; exit 0"
},
"dependencies": {
"lit": "^2.5.0"
"lit": "^3.1.2"
}
}

0 comments on commit 36fece8

Please sign in to comment.