forked from Kong/httpsnippet
-
Notifications
You must be signed in to change notification settings - Fork 0
Forti shield patch 1 #2
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
18 commits
Select commit
Hold shift + click to select a range
f405e7f
Update .editorconfig
FortiShield b11459b
Update package.json
FortiShield c0a0364
Create npm_publish.yml
FortiShield 2335b89
Update httpsnippet.ts
FortiShield 1972068
Update nested.c
FortiShield 4fde3bd
Update nested.cs
FortiShield a20ab6f
Update nested.cs
FortiShield d0594bc
Update nested.go
FortiShield 473fdba
Update nested.java
FortiShield 08d0782
Update nested.java
FortiShield ae3a3d2
Update nested.java
FortiShield b9c5468
Update nested.java
FortiShield 0e2f46a
chore: decode full url
FortiShield fd7c7ba
Update sast.yml
FortiShield 8650391
add: including the missing actions/upload-artifact@v3 step to ensure…
FortiShield fa448c3
Update src/targets/objc/nsurlsession/fixtures/nested.m
FortiShield 9d48e2b
Update httpsnippet.ts
FortiShield b1f0ac1
Update .editorconfig
FortiShield 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
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,28 @@ | ||
| name: Publish Package to NPM | ||
|
|
||
| on: | ||
| release: | ||
| types: [published] | ||
|
|
||
| jobs: | ||
| publish: | ||
| name: Publish | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v3 | ||
|
|
||
| - name: Setup node | ||
| uses: actions/setup-node@v4 | ||
| with: | ||
| node-version: 20 | ||
| cache: 'npm' | ||
| registry-url: 'https://registry.npmjs.org' | ||
|
|
||
| - run: npm install | ||
| - run: npm run build | ||
|
|
||
| - name: Publish package | ||
| run: npm publish --access public | ||
| env: | ||
| NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} |
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
File renamed without changes.
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚨 suggestion (security): Consider adding basic instructions for reporting vulnerabilities.
While the contact email is present, the removed "How to Report" section provided valuable guidance. Even brief instructions on what information to include in a report would be helpful. For example, suggest including a description, reproduction steps, and potential impact.
Suggested implementation:
If you have a specific contact email or additional reporting instructions elsewhere in the file, make sure to cross-reference or include it as needed.