mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Bumps [jsrsasign](https://github.com/kjur/jsrsasign) from 11.1.0 to 11.1.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjur/jsrsasign/blob/master/ChangeLog.txt">jsrsasign's changelog</a>.</em></p> <blockquote> <p>ChangeLog for jsrsasign</p> <ul> <li>Changes from 11.1.0 to 11.1.1 (2026-Feb-20) <ul> <li>security fix for DSA and BigInteger <ul> <li>PR <a href="https://redirect.github.com/kjur/jsrsasign/issues/651">#651</a>, <a href="https://redirect.github.com/kjur/jsrsasign/issues/650">#650</a>, <a href="https://redirect.github.com/kjur/jsrsasign/issues/649">#649</a>, <a href="https://redirect.github.com/kjur/jsrsasign/issues/648">#648</a>, <a href="https://redirect.github.com/kjur/jsrsasign/issues/647">#647</a>, <a href="https://redirect.github.com/kjur/jsrsasign/issues/646">#646</a>, <a href="https://redirect.github.com/kjur/jsrsasign/issues/645">#645</a>. Thank you <a href="https://github.com/Kr0remer"><code>@Kr0remer</code></a></li> <li>After assigned CVE number reports will be added.</li> </ul> </li> <li>SECURITY.md added. Thank you <a href="https://github.com/njg7194"><code>@njg7194</code></a></li> </ul> </li> </ul> <p>restore KJUR.crypto.Cipher class without RSA/RSAOAEP support</p> <ul> <li>Changes from 11.0.0 to 11.1.0 (2024-Feb-01) <ul> <li>src/crypto.js <ul> <li>restore KJUR.crypto.Cipher class without RSA and RSAOAEP encryption/decryption support</li> </ul> </li> </ul> </li> </ul> <p>remove RSA and RSAOAEP encryption for Marvin attack</p> <ul> <li>Changes from 10.9.0 to 11.0.0 (2024-Jan-16) <ul> <li>remove RSA PKCS#1.5 end OAEP encryption/decryption for Marvin attack (<a href="https://redirect.github.com/kjur/jsrsasign/issues/598">#598</a>)</li> <li>src/crypto.js <ul> <li>remove KJUR.crypto.Cipher class for RSA and RSAOAEP encryption/decryption</li> </ul> </li> <li>ext/{rsa,rsa2}.js remove encrypt/decrypt/encryptOAEP/decryptOAEP for RSAKey class</li> </ul> </li> </ul> <p>enhanced support for encrypted PKCS8</p> <ul> <li>Changes from 10.8.6 to 10.9.0 (2023-Nov-27) <ul> <li>KEYUTIL.getPEM is updated not to use weak ciphers (<a href="https://redirect.github.com/kjur/jsrsasign/issues/599">#599</a>) <ul> <li>default encryptionScheme is changed from des-EDE3-CBC to aes256-CBC</li> <li>default prf is changed from hmacWithSHA1 to hmacWithSHA256</li> </ul> </li> <li>src/keyutil.js <ul> <li>more encrypted PKCS#8 private key support <ul> <li>KEYUTIL.getKey now supports encrypted PKCS#8 private key with aes128-CBC, aes256-CBC encrypted and using hmacWithSHA224/256/384/512 as psudorandom function.</li> <li>KEYUTIL.getPEM now supports such as above encrypted PKCS#8 PEM priavte key.</li> </ul> </li> </ul> </li> <li>src/crypto.js <ul> <li>Cipher.decrypt/encrypt now supports symmetric ciphers (des-EDE3-CBC,aes128-CBC,aes256-CBC)</li> </ul> </li> <li>src/base64x.js <ul> <li>function inttohex and twoscompl are added</li> </ul> </li> <li>src/asn1.js <ul> <li>ASN1Util.bigIntToMinTwosComplementsHex is now DEPRECATED. use twoscompl.</li> </ul> </li> <li>src/asn1x509.js <ul> <li>aes*-CBC and hmacWithSHA* OIDs are added</li> </ul> </li> <li>test/qunit-do-{base64x,crypto-cipher,keyutil-eprv,keyutil,keyutil-p8egen}.html <ul> <li>update and add some test cases for above</li> </ul> </li> <li>stop bower support (bower.json removed)</li> </ul> </li> </ul> <p>X509.getExtSubjectDirectoryAttributes another bugfix</p> <ul> <li>Changes from 10.8.5 to 10.8.6 (2023-Apr-26) <ul> <li>src/x509.js <ul> <li>another bugfix X509.getExtSubjectDirectoryAttributes method</li> </ul> </li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="e2b136e9ea"><code>e2b136e</code></a> 11.1.1 release</li> <li><a href="e2e417efac"><code>e2e417e</code></a> Merge pull request <a href="https://redirect.github.com/kjur/jsrsasign/issues/641">#641</a> from njg7194/add-security-policy</li> <li><a href="77f177673e"><code>77f1776</code></a> Merge pull request <a href="https://redirect.github.com/kjur/jsrsasign/issues/651">#651</a> from Kr0emer/fix/bug-007-isprobableprime-negative</li> <li><a href="5ea1c32bb2"><code>5ea1c32</code></a> Merge pull request <a href="https://redirect.github.com/kjur/jsrsasign/issues/650">#650</a> from Kr0emer/fix/bug-006-modpow-negative-exponent</li> <li><a href="ee4b013478"><code>ee4b013</code></a> Merge pull request <a href="https://redirect.github.com/kjur/jsrsasign/issues/647">#647</a> from Kr0emer/fix/bug-003-dsa-nonce-compareto</li> <li><a href="37b4c06b14"><code>37b4c06</code></a> Merge pull request <a href="https://redirect.github.com/kjur/jsrsasign/issues/646">#646</a> from Kr0emer/fix/bug-002-dsa-domain-params-validation</li> <li><a href="d89f0ec6d5"><code>d89f0ec</code></a> fix(crypto): correct compareTo checks in BigInteger RNG helpers</li> <li><a href="02fa75d1db"><code>02fa75d</code></a> fix(jsbn2): reject non-positive values in primality checks</li> <li><a href="f508dddf7e"><code>f508ddd</code></a> Merge branch 'master' into fix/bug-002-dsa-domain-params-validation</li> <li><a href="ca5b027240"><code>ca5b027</code></a> Merge pull request <a href="https://redirect.github.com/kjur/jsrsasign/issues/648">#648</a> from Kr0emer/fix/bug-004-modinverse-dos</li> <li>Additional commits viewable in <a href="https://github.com/kjur/jsrsasign/compare/11.1.0...11.1.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/fleetdm/fleet/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
54 lines
4 KiB
JSON
Vendored
54 lines
4 KiB
JSON
Vendored
{
|
|
"name": "@fleetdm/website",
|
|
"private": true,
|
|
"version": "0.0.21",
|
|
"description": "a Sails application",
|
|
"keywords": [],
|
|
"dependencies": {
|
|
"@google-cloud/bigquery": "8.1.1",
|
|
"@sailshq/connect-redis": "^6.1.3",
|
|
"@sailshq/lodash": "^3.10.7",
|
|
"@sailshq/socket.io-redis": "^6.1.2",
|
|
"googleapis": "^165.0.0",
|
|
"jsforce": "3.10.14",
|
|
"jsonwebtoken": "9.0.2",
|
|
"jsrsasign": "11.1.1",
|
|
"moment": "2.29.4",
|
|
"sails": "^1.5.17",
|
|
"sails-hook-apianalytics": "^2.0.6",
|
|
"sails-hook-organics": "^3.0.0",
|
|
"sails-hook-orm": "^4.0.3",
|
|
"sails-hook-sockets": "^3.0.2",
|
|
"sails-postgresql": "^5.0.1",
|
|
"stripe": "17.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "5.16.0",
|
|
"grunt": "1.0.4",
|
|
"htmlhint": "0.11.0",
|
|
"lesshint": "6.3.6",
|
|
"marked": "4.0.10",
|
|
"sails-hook-grunt": "^5.0.0",
|
|
"yaml": "1.10.2"
|
|
},
|
|
"scripts": {
|
|
"custom-tests": "echo \"(No other custom tests yet.)\" && echo",
|
|
"build-for-prod": "echo 'Now compiling markdown content and building+minifying assets for production...' && echo '(Hang tight, this could take a while.)' && echo && ./node_modules/sails/bin/sails.js run build-static-content ${BUILD_SCRIPT_ARGS} && echo && node node_modules/grunt/bin/grunt buildProd || (echo && echo '------------------------------------------' && echo 'IMPORTANT! IMPORTANT! IMPORTANT!' && echo 'ERROR: Could not compile assets for production!' && echo && echo 'Please fix the issues logged above' && echo 'and push that up. Then, try deploying again.' && echo '------------------------------------------' && echo) && mv www .www && node -e 'sailsrc = JSON.parse(require(\"fs\").readFileSync(\"./.sailsrc\", \"utf8\")); if (sailsrc.paths&&sailsrc.paths.public !== undefined || sailsrc.hooks&&sailsrc.hooks.grunt !== undefined) { throw new Error(\"Cannot complete deployment script: .sailsrc file has conflicting contents! Please remove the conflicting stuff from .sailsrc, then commit and push that up.\"); } sailsrc.paths = sailsrc.paths || {}; sailsrc.paths.public = \"./.www\"; sailsrc.hooks = sailsrc.hooks || {}; sailsrc.hooks.grunt = false; require(\"fs\").writeFileSync(\"./.sailsrc\", JSON.stringify(sailsrc))' && echo 'Build is complete. Ready to deploy.'",
|
|
"build": "echo '\"npm run build\" deliberately left unimplemented to prevent its use, since different platforms like Heroku and GitHub Actions all like to try and run it by default, which can lead to inadvertent duplication and unnecessary lock-in, since one has to find the config to turn that off.'",
|
|
"lint": "./node_modules/eslint/bin/eslint.js . --max-warnings=0 --report-unused-disable-directives && echo '✔ Your .js files look so good.' && ./node_modules/htmlhint/bin/htmlhint -c ./.htmlhintrc views/*.ejs && ./node_modules/htmlhint/bin/htmlhint -c ./.htmlhintrc views/**/*.ejs && ./node_modules/htmlhint/bin/htmlhint -c ./.htmlhintrc views/**/**/*.ejs && ./node_modules/htmlhint/bin/htmlhint -c ./.htmlhintrc views/pages/**/**/*.ejs && ./node_modules/htmlhint/bin/htmlhint -c ./.htmlhintrc views/pages/**/**/**/*.ejs && ./node_modules/htmlhint/bin/htmlhint -c ./.htmlhintrc views/pages/**/**/**/**/*.ejs && ./node_modules/htmlhint/bin/htmlhint -c ./.htmlhintrc views/pages/**/**/**/**/**/*.ejs && echo '✔ So do your .ejs files.' && ./node_modules/lesshint/bin/lesshint assets/styles/ --max-warnings=0 && echo '✔ Your .less files look good, too.'",
|
|
"start": "NODE_ENV=production node app.js",
|
|
"start-dev": "./node_modules/sails/bin/sails.js run generate-merged-schema && ./node_modules/sails/bin/sails.js run build-static-content && ./node_modules/sails/bin/sails.js console",
|
|
"test": "npm run lint && npm run custom-tests && echo 'Done.'",
|
|
"wipe": "sails_datastores__default__adapter=sails-postgresql sails_datastores__default__ssl='{ \"rejectUnauthorized\": false }' sails lift --drop"
|
|
},
|
|
"main": "app.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/fleetdm/fleetdm-com.git"
|
|
},
|
|
"author": "mikermcneil",
|
|
"license": "SEE LICENSE IN ../LICENSE",
|
|
"engines": {
|
|
"node": "^20.18"
|
|
}
|
|
}
|