forked from vrk-kpa/suomifi-passport-saml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'upstream' into upstream_v1.3.5_merge
* upstream: docs: remove badges broken by project rename. bump version to 1.3.5 deps: really bump xml-encryption for node-forge sub-dep upgrade to address vuln. docs: Update package.json / README to reflect site move. deps: bump xml-encryption to address node-forge sub-dep vuln. Update issue templates Update issue templates Bump lodash from 4.17.15 to 4.17.20 (node-saml#449) Bump acorn from 7.1.0 to 7.4.0 (node-saml#448) Return object for XML-valued AttributeValues (node-saml#447) Revert "doc: announce site move." (node-saml#446) doc: announce site move. add yarn-error.log to .gitignore bump version. Fix multi saml strategy race conditions (node-saml#426) v1.3.3 v1.3.2 # Conflicts: # .gitignore # README.md # package.json
- Loading branch information
Showing
10 changed files
with
811 additions
and
513 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG]" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Thanks for submitting a bug report or featureq request to help us improve. | ||
If you have a support question about how to use the module, no one is monitoring the issues | ||
to answer those. Consider posting on StackOverflow instead using the "passport-saml" tag. | ||
--> | ||
|
||
** Spec-driven development ** | ||
|
||
This project is focused on compliance with the SAML 2.0 specification. For any bug report that | ||
involves the SAML spec, please link to the related parts of the spec and quote the passages too. | ||
|
||
Start here: http://saml.xml.org/saml-specifications | ||
|
||
You might also check the spec to confirm that it doesn't address your particular bug and mention | ||
that you found no references in the spec concerning your issue. | ||
|
||
** Community development model ** | ||
|
||
passport-saml is maintained by a number of current users. There is no author or primary maintainer | ||
waiting to write your tests and documentation for you. To increase the odds that your issue | ||
is promptly dealt with, consider a pull request to address the issue that includes test coverage | ||
and updated documentation. | ||
|
||
**To Reproduce** | ||
|
||
Steps to reproduce the behavior. Ideally, expressesd through an automated test. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Environment** | ||
- Node.js version: | ||
- passport-saml version: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[ENHANCE]" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Thanks for submitting a bug report or featureq request to help us improve. | ||
If you have a support question about how to use the module, no one is monitoring the issues | ||
to answer those. Consider posting on StackOverflow instead using the "passport-saml" tag. | ||
--> | ||
|
||
** Spec-driven development ** | ||
|
||
This project is focused on compliance with the SAML 2.0 specification. For any bug report that | ||
involves the SAML spec, please link to the related parts of the spec and quote the passages too. | ||
|
||
Start here: http://saml.xml.org/saml-specifications | ||
|
||
You might also check the spec to confirm that it doesn't address your particular bug and mention | ||
that you found no references in the spec concerning your issue. | ||
|
||
** Community development model ** | ||
|
||
passport-saml is maintained by a number of current users. There is no author or primary maintainer | ||
waiting to write your tests and documentation for you. To increase the odds that your issue | ||
is promptly dealt with, consider a pull request to address the issue that includes test coverage | ||
and updated documentation. | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
node_modules/ | ||
.tern-port | ||
.idea | ||
yarn-error.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.