-
-
Notifications
You must be signed in to change notification settings - Fork 329
feat: add nuxt-csp-report module #1374
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
4 commits
Select commit
Hold shift + click to select a range
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,18 @@ | ||
| name: nuxt-csp-report | ||
| description: >- | ||
| A Nuxt module for collecting, normalizing, and persisting Content Security | ||
| Policy (CSP) reports. | ||
| repo: Gonzo17/nuxt-csp-report | ||
| npm: nuxt-csp-report | ||
| icon: nuxt-csp-report.svg | ||
| github: https://github.com/Gonzo17/nuxt-csp-report | ||
| website: https://github.com/Gonzo17/nuxt-csp-report | ||
| learn_more: '' | ||
| category: Security | ||
| type: 3rd-party | ||
| maintainers: | ||
| - name: David Gonzalez Casin | ||
| github: Gonzo17 | ||
| compatibility: | ||
| nuxt: '>=3.12.0' | ||
| requires: {} | ||
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.
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.
π§© Analysis chain
π Script executed:
Repository: nuxt/modules
Length of output: 168
π Web query:
npm package nuxt-csp-report registryπ‘ Result:
I couldnβt find any package named
nuxt-csp-reportpublished on the public npm registry (npmjs.com) (i.e., no npmjs package page / listing turned up in search results), so there isnβt a public βregistry URLβ to point to for that exact name.If you expected it to be public, it may be published under a different name, or only available via a private registry (GitHub Packages, Verdaccio, Artifactory, etc.). To confirm what registry your environment is using, run:
For reference, common Nuxt security/CSP-related packages that are on the public npm registry include
nuxt-securityandnuxt-helmet. [1] [2]Sources: [1] [2]
The npm package
nuxt-csp-reportdoes not exist on the public npm registry.This module descriptor references a non-existent npm package. Verify that the package name is correct or that the npm package has been published before adding this module descriptor to the registry. Icon file verification could not be completed due to repository access limitations.
π€ Prompt for AI Agents
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.
https://www.npmjs.com/package/nuxt-csp-report
That's wrong
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.
π§© Analysis chain
π Script executed:
Length of output: 388
@Flo0806, you're absolutely right, and I apologize for the error. The npm packagenuxt-csp-reportdoes exist on the registry. I've verified:nuxt-csp-reportThe module descriptor is correct. My initial check was faulty, and I apologize for the confusion. Thank you for the correction!