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="https://github.com/kjur/jsrsasign/commit/e2b136e9eab7d571cb4a680ec10361ddc70fd573"><code>e2b136e</code></a> 11.1.1 release</li> <li><a href="https://github.com/kjur/jsrsasign/commit/e2e417efacac7a12792b989af87d8dfc6e0ca5c9"><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="https://github.com/kjur/jsrsasign/commit/77f177673ef4577b119629d453d357606fb2501b"><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="https://github.com/kjur/jsrsasign/commit/5ea1c32bb2aa894b4bd29849839afe4f98728195"><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="https://github.com/kjur/jsrsasign/commit/ee4b013478366cb16cea9a4bdfb218b6077f83b1"><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="https://github.com/kjur/jsrsasign/commit/37b4c06b145c7bfd6bc2a6df5d0a12c56b15ef60"><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="https://github.com/kjur/jsrsasign/commit/d89f0ec6d5ec89b726030ea04eaf204fdee826a9"><code>d89f0ec</code></a> fix(crypto): correct compareTo checks in BigInteger RNG helpers</li> <li><a href="https://github.com/kjur/jsrsasign/commit/02fa75d1db191653c7a0b0e9c3aca3c42927aea7"><code>02fa75d</code></a> fix(jsbn2): reject non-positive values in primality checks</li> <li><a href="https://github.com/kjur/jsrsasign/commit/f508dddf7e8cb0c4ff159884ad1eac91b516ed74"><code>f508ddd</code></a> Merge branch 'master' into fix/bug-002-dsa-domain-params-validation</li> <li><a href="https://github.com/kjur/jsrsasign/commit/ca5b027240287a1e71fe63019fc4400332594323"><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>
fleetdm.com
This is where the code for the public https://fleetdm.com website lives.
Bugs
To report a bug or make a suggestion for the website, create an issue in the fleet GitHub repository.
Testing locally
See https://fleetdm.com/handbook/engineering#test-fleetdm-com-locally
Deploying the website
To deploy changes to the website to production, merge changes to the main branch. If the changes affect the website's code, or touch any files that the website relies on to build content, such as the query library, osquery schema, docs, handbook, articles, etc., then the website will be redeployed.
Wondering how this works? This is implemented in a GitHub action in this repo. Check out the code there to see how it works! For help understanding what
sails runandnpm runcommands in there do, check the scripts inwebsite/package.jsonand inwebsite/scripts/.
Changing the database schema
To deploy new code to production that relies on changes to the database schema or other external systems (e.g. Stripe), first put the website in "maintenance mode" in Heroku. Then, make your changes in the database schema. Next, if you have a script to fix/migrate existing data, go ahead and run it now. (e.g. sails run fix-or-migrate-existing-data). Then, merge your changes and wait for the deploy to finish. Finally, switch off "maintenance mode" in Heroku.
Note that entering maintenance mode prevents visitors from using the website, so it should be used sparingly, and ideally at low-traffic times of day.
Warning: Doing an especially sensitive schema migration? There is a potential timing issue to consider, thanks to an infrastructure change that eliminated downtime during deploys by using Heroku's built-in support for hot-swapping. Read more in https://github.com/fleetdm/fleet/issues/6568#issuecomment-1211503881
Wiping the production database
I hope you know what you're doing. The "easiest" kind of database schema migration:
sails_datastores__default__url='REAL_DB_URI_HERE' sails run wipe
Then when you see the sailboat, hit CTRL+C to exit. All done!