xml-crypto icon indicating copy to clipboard operation
xml-crypto copied to clipboard

Xml digital signature and encryption library for Node.js

Results 50 xml-crypto issues
Sort by recently updated
recently updated
newest added

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.18.1 to 7.0.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v7.0.0 7.0.0 (2024-02-12) Read more about this release: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/ 🚀 Features add support for flat configs (#7935) 🩹...

dependencies
javascript

Bumps [prettier](https://github.com/prettier/prettier) from 3.1.0 to 3.2.5. Release notes Sourced from prettier's releases. 3.2.5 🔗 Changelog 3.2.4 Fix .eslintrc.json format #15947 🔗 Changelog 3.2.3 Format tsconfig.json file with jsonc parser #15927...

dependencies
javascript

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies
javascript

Dear All, I have used this library to generate a signature which is done at root level. The signed xml is not matching as per the expected xml. The digested...

needs-more-info

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.9.1 to 10.9.2. Release notes Sourced from ts-node's releases. Fix tsconfig.json file not found Fixed Fixed tsconfig.json file not found on latest TypeScript version (TypeStrong/ts-node#2091) Commits 057ac1b...

dependencies
javascript

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 9.0.0 to 9.1.0. Changelog Sourced from eslint-config-prettier's changelog. Version 9.1.0 (2023-12-02) Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (@​gurgunday)! Changed: All the [formatting rules...

dependencies
javascript

### Is your feature request related to a problem? Please describe... I have just updated to 4 version and confused by validateSignatureValue function. I have duplicated `` inside SamlRequest and...

Good Day, I have seen this reported a few different time with no resolution. I am hoping I would get some assistance in resolving this. I am new to this...

pr-welcome

There is an option to sign double the assertion in OKTA. But xml-crypto has a rule which SAMLResponse has to has only one signature. Therefore it can't be validated due...

pr-welcome

Hi, we ran into a similar problem as described in https://github.com/node-saml/xml-crypto/issues/165 But on our side, we reused the SignedXml object and called for each request `addReference`. This produced the same...

pr-welcome