-
Notifications
You must be signed in to change notification settings - Fork 0
🩹 [Patch]: Current Jwt module ready for maintained publication #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
e4a931c
Bump actions/checkout from 4 to 5 (#1)
dependabot[bot] ce57a84
🩹 [Patch]: Bump Process-PSModule to v5 (#4)
MariusStorhaug 609a4d0
🪲 [Fix]: Fix linter settings and docs (#5)
MariusStorhaug 0266323
Pin Process-PSModule workflow reference to immutable SHA (#6)
MariusStorhaug e2c9613
⬆️ [Dependency]: Update Process-PSModule to v5.4.6 (#7)
MariusStorhaug 8032dfc
🪲 [Fix]: Add .codespellrc to skip linter config directory (#8)
MariusStorhaug 486bfb9
Bump PSModule/Process-PSModule/.github/workflows/workflow.yml from 5.…
dependabot[bot] dde4b24
[Init]: Boilerplate scaffold removed (#12)
MariusStorhaug d55348f
✨ [Feature]: Implement JWT encoding and decoding functions with tests
MariusStorhaug 969330f
Align Jwt package metadata with maintained module
MariusStorhaug 18c2e60
Align Jwt manifest with Process-PSModule generation
MariusStorhaug 9667c77
[Cleanup]: Remove unused module metadata and related tests
MariusStorhaug 82890a0
✨ [Test]: Update test cases to use array for ExtractionToken and Expe…
MariusStorhaug 493f02a
Fix JWT linter configuration and analyzer findings
MariusStorhaug 9faac43
Use targeted scanner ignores for JWT examples
MariusStorhaug ebb65b6
[Cleanup]: Uncomment Build section in PSModule.yml
MariusStorhaug cf50d27
✨ [Feature]: Implement Base64Url encoding and decoding functions for …
MariusStorhaug cc523b3
✨ [Feature]: Add Base64Url encoding and decoding functions for JWT ha…
MariusStorhaug cffa23c
✨ [Feature]: Add functions for Base64Url encoding/decoding and JWT ha…
MariusStorhaug 56f7649
✨ [Feature]: Export all functions and aliases for easier access
MariusStorhaug de93e8c
✨ [Feature]: Add Base64Url encoding/decoding functions and JWT handli…
MariusStorhaug 8270d5b
✨ [Feature]: Enhance JWT functions with improved documentation and ex…
MariusStorhaug 6b54221
✨ [Feature]: Update links in function documentation to point to new m…
MariusStorhaug 726ffa9
Fix JWT hardening gaps from PR review
MariusStorhaug 4ae210b
Restore trivy.yaml to prevent default exit-code:1 triggering on test …
MariusStorhaug 243d072
Fix reviewer-identified hardening gaps: typed exceptions without toke…
MariusStorhaug 383fcf9
Fix PSAvoidLongLines on test line 85: split long Should -Throw assertion
MariusStorhaug 942101a
Fix reviewer-identified issues: RS256 malformed-sig guard, typed para…
MariusStorhaug dfc6645
Fix missing alg validation and add paramName to ArgumentException; ad…
MariusStorhaug File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,3 @@ | ||
| [codespell] | ||
| skip = ./.github/linters | ||
| ignore-words-list = afterall |
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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,10 @@ | ||
| scan: | ||
| disable-telemetry: true | ||
| scanners: | ||
| - vuln | ||
| - misconfig | ||
| - secret | ||
| skip-files: | ||
| # src/JWT.psm1 is a build artifact generated by Process-PSModule and is | ||
| # not present in source. Skip it so lint runs against checked-in files only. | ||
| - src/JWT.psm1 | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.