Skip to content
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

Create CODE_OF_CONDUCT.md #1180

Merged
merged 1 commit into from
Dec 29, 2022
Merged

Create CODE_OF_CONDUCT.md #1180

merged 1 commit into from
Dec 29, 2022

Conversation

tubone24
Copy link
Owner

No description provided.

@github-actions
Copy link
Contributor

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @popperjs/core
    • @sentry/react
    • @typescript-eslint/eslint-plugin
    • babel-loader
    • babel-polyfill
    • classnames
    • flexboxgrid
    • gatsby-legacy-polyfills
    • gatsby-plugin-flexsearch
    • gatsby-plugin-twitter
    • gatsby-react-router-scroll
    • html-minifier
    • intersection-observer
    • md5
    • preact
    • preact-render-to-string
    • react-body-classname
    • react-dom
    • rimraf
    • sass
    • typescript
    • webpack
  • Unused devdependencies

    • @babel/core
    • @babel/preset-typescript
    • @storybook/addon-a11y
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-interactions
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/builder-webpack5
    • @storybook/manager-webpack5
    • @textlint-rule/textlint-rule-no-duplicate-abbr
    • @types/jest
    • @types/react-test-renderer
    • @types/responselike
    • axe-core
    • babel-eslint
    • babel-plugin-transform-runtime
    • core-js
    • cross-env
    • css-loader
    • cypress
    • eslint
    • eslint-config-airbnb
    • eslint-import-resolver-webpack
    • eslint-plugin-import
    • eslint-plugin-jsx-a11y
    • eslint-plugin-react
    • gh-pages
    • husky
    • identity-obj-proxy
    • jest
    • jest-environment-jsdom
    • memlab
    • netlify-cli
    • netlify-lambda
    • nyc
    • prettier
    • react-test-renderer
    • sass-loader
    • start-server-and-test
    • stylelint
    • stylelint-config-recess-order
    • stylelint-config-recommended-scss
    • stylelint-config-standard
    • stylelint-scss
    • textlint
    • textlint-filter-rule-allowlist
    • textlint-filter-rule-comments
    • textlint-rule-aws-spellcheck
    • textlint-rule-ja-no-inappropriate-words
    • textlint-rule-no-hoso-kinshi-yogo
    • textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet
    • textlint-rule-no-start-duplicated-conjunction
    • textlint-rule-preset-smarthr
    • textlint-rule-prh
    • textlint-rule-terminology
    • ts-jest
    • yaml-lint
  • Missing

    • colors

      • /github/workspace/src/styles/_hover.scss
    • @algolia/transporter

      • /github/workspace/src/components/SearchBox/index.tsx
    • @algolia/client-search

      • /github/workspace/src/components/SearchBox/index.tsx
    • qs

      • /github/workspace/scripts/benchmark.js

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 3800640131

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 82.831%

Totals Coverage Status
Change from base Build 3800597375: 0.0%
Covered Lines: 212
Relevant Lines: 245

💛 - Coveralls

@github-actions
Copy link
Contributor

Snyk vulnerability report

OSS packages

Tested 1653 dependencies for known issues, found 8 issues, 19 vulnerable paths.

Issues to fix by upgrading:

Upgrade [email protected] to [email protected] to fix
✗ Regular Expression Denial of Service (ReDoS) [Medium Severity][https://security.snyk.io/vuln/SNYK-JS-SANITIZEHTML-2957526] in [email protected]
introduced by [email protected] > [email protected]

Issues with no direct upgrade or patch:
✗ Regular Expression Denial of Service (ReDoS) [High Severity][https://security.snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908] in [email protected]
introduced by [email protected] > [email protected] > [email protected] > [email protected] > [email protected] > [email protected]
This issue was fixed in versions: 3.0.1, 4.1.1, 5.0.1, 6.0.1
✗ Server-Side Request Forgery (SSRF) [Medium Severity][https://security.snyk.io/vuln/SNYK-JS-AXIOS-1038255] in [email protected]
introduced by [email protected] > [email protected]
This issue was fixed in versions: 0.21.1
✗ Regular Expression Denial of Service (ReDoS) [High Severity][https://security.snyk.io/vuln/SNYK-JS-AXIOS-1579269] in [email protected]
introduced by [email protected] > [email protected] and 1 other path(s)
This issue was fixed in versions: 0.21.3
✗ Denial of Service (DoS) [High Severity][https://security.snyk.io/vuln/SNYK-JS-DECODEURICOMPONENT-3149970] in [email protected]
introduced by [email protected] > [email protected] > [email protected] and 1 other path(s)
This issue was fixed in versions: 0.2.2
✗ Regular Expression Denial of Service (ReDoS) [Medium Severity][https://security.snyk.io/vuln/SNYK-JS-HTMLMINIFIER-3091181] in [email protected]
introduced by [email protected]
No upgrade or patch available
✗ Prototype Pollution [Medium Severity][https://security.snyk.io/vuln/SNYK-JS-JSON5-3182856] in [email protected]
introduced by [email protected] > [email protected] > [email protected] and 9 other path(s)
This issue was fixed in versions: 2.2.2
✗ Command Injection [High Severity][https://security.snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054] in [email protected]
introduced by [email protected] > [email protected] > [email protected]
No upgrade or patch available

Organization: tubone24
Package manager: yarn
Target file: yarn.lock
Project name: blog
Open source: no
Project path: .
Licenses: enabled

Application

✗ [Medium] Open Redirect
Path: src/templates/index.tsx, line 131
Info: Unsanitized input from the document location flows into url, where it is used as an URL to redirect the user. This may result in an Open Redirect vulnerability.

✔ Test completed

Organization: tubone24
Test type: Static code analysis
Project path: .

Summary:

1 Code issues found
1 [Medium]

IaC

Snyk Infrastructure as Code

  • Snyk testing Infrastructure as Code configuration issues.
    ✔ Test completed.

Issues
No vulnerable paths were found!


Test Summary

Organization: tubone24
Project name: http://github.com/tubone24/blog

✔ Files without issues: 3
✗ Files with issues: 0
Ignored issues: 0
Total issues: 0 [ 0 critical, 0 high, 0 medium, 0 low ]


Tip

New: Share your test results in the Snyk Web UI with the option --report

@github-actions
Copy link
Contributor

Memlab leaks report

page-load [6.6MB] (baseline) [s1] > action-on-page [7.9MB] (target) [s2] > revert [8MB] (final) [s3]  
------3 clusters------

--Similar leaks in this run: 570--
--Retained size of leaked objects: 106.8KB--
[<synthetic>] (synthetic) @1 [8.6MB]
  --4 (shortcut)--->  [Window / https://blog.tubone-project24.xyz] (object) @9835 [59.8KB]
  --___push (property)--->  [<closure>] (closure) @55567 [68 bytes]
  --context (internal)--->  [<function scope>] (object) @114777 [572 bytes]
  --n (variable)--->  [u] (closure) @129649 [2.7KB]
  --context (internal)--->  [<function scope>] (object) @91653 [31.9KB]
  --i (variable)--->  [Object] (object) @139517 [31.3KB]
  --449 (element)--->  [Object] (object) @139673 [24 bytes]
  --exports (property)--->  [r] (closure) @192351 [2.1KB]
  --hasData (property)--->  [<closure>] (closure) @209503 [68 bytes]
  --context (internal)--->  [<function scope>] (object) @192719 [1.3KB]
  --e (variable)--->  [Object] (object) @192721 [1KB]
  --2 (element)--->  [Object] (object) @354673 [76 bytes]
  --aaAutocomplete (property)--->  [h] (object) @354677 [348 bytes]
  --$node (property)--->  [U] (object) @363105 [188 bytes]
  --0 (element)--->  [Detached HTMLSpanElement] (native) @310895 [348 bytes]
  --5 (element)--->  [Detached HTMLDivElement] (native) @310367 [7.8KB]
  --6 (element)--->  [Detached HTMLDivElement] (native) @310715 [196 bytes]
  --4 (element)--->  [Detached HTMLHRElement] (native) @310371 [196 bytes]
  --4 (element)--->  [Detached HTMLDivElement] (native) @310417 [196 bytes]
  --6 (element)--->  [Detached HTMLHRElement] (native) @310419 [196 bytes]
  --4 (element)--->  [Detached HTMLDivElement] (native) @310405 [196 bytes]
  --4 (element)--->  [Detached HTMLAnchorElement] (native) @310605 [1.4KB]
  --11 (element)--->  [Detached InternalNode] (native) @305565280 [120 bytes]
  --1 (element)--->  [Detached ElementIntersectionObserverData] (native) @304934560 [64 bytes]

--Similar leaks in this run: 91--
--Retained size of leaked objects: 28.6KB--
[<synthetic>] (synthetic) @1 [8.6MB]
  --4 (shortcut)--->  [Window / https://blog.tubone-project24.xyz] (object) @9835 [59.8KB]
  --___push (property)--->  [<closure>] (closure) @55567 [68 bytes]
  --context (internal)--->  [<function scope>] (object) @114777 [572 bytes]
  --A (variable)--->  [qn] (closure) @129331 [68 bytes]
  --context (internal)--->  [<function scope>] (object) @94357 [16.3KB]
  --Kn (variable)--->  [y] (object) @403865 [368 bytes]
  --props (property)--->  [Object] (object) @420971 [28 bytes]
  --children (property)--->  [Object] (object) @428353 [316 bytes]
  --props (property)--->  [Object] (object) @434867 [56 bytes]
  --children (property)--->  [Object] (object) @404015 [1.2KB]
  --__ (property)--->  [Object] (object) @404035 [1.1KB]
  --__ (property)--->  [Object] (object) @404057 [940 bytes]
  --__ (property)--->  [Object] (object) @404075 [736 bytes]
  --__d (property)--->  [Detached HTMLDivElement] (native) @311133 [272 bytes]
  --3 (element)--->  [Detached HTMLDivElement] (native) @311131 [196 bytes]
  --3 (element)--->  [Detached HTMLDivElement] (native) @311129 [196 bytes]
  --6 (element)--->  [Detached InternalNode] (native) @32911072 [56 bytes]
  --1 (element)--->  [Detached InternalNode] (native) @43470048 [56 bytes]
  --1 (element)--->  [Detached NodeList] (native) @266979936 [56 bytes]

--Similar leaks in this run: 6--
--Retained size of leaked objects: 776 bytes--
[<synthetic>] (synthetic) @1 [8.6MB]
  --4 (shortcut)--->  [Window / https://blog.tubone-project24.xyz] (object) @9835 [59.8KB]
  --__twttrll (property)--->  [Array] (object) @55793 [184 bytes]
  --push (property)--->  [e] (closure) @127519 [68 bytes]
  --context (internal)--->  [<function scope>] (object) @74505 [248 bytes]
  --n (variable)--->  [Object] (object) @127511 [13KB]
  --102 (element)--->  [Object] (object) @137931 [24 bytes]
  --exports (property)--->  [Object] (object) @138751 [3.5KB]
  --init (property)--->  [init] (closure) @294991 [68 bytes]
  --context (internal)--->  [<function scope>] (object) @295433 [3.1KB]
  --r (variable)--->  [Detached HTMLFormElement] (native) @37221 [1.8KB]
  --5 (element)--->  [Detached HTMLInputElement] (native) @37189 [684 bytes]
  --8 (element)--->  [Detached InternalNode] (native) @266900480 [328 bytes]
  --1 (element)--->  [Detached ShadowRoot] (native) @305264480 [328 bytes]
  --4 (element)--->  [Detached V8ObservableArrayCSSStyleSheet] (native) @305264320 [120 bytes]
  --2 (element)--->  [Detached ObservableArrayExoticObject] (native) @305470016 [32 bytes]

@tubone24 tubone24 merged commit afbab9c into master Dec 29, 2022
@tubone24 tubone24 deleted the add-code-of-conduct-1 branch December 29, 2022 13:17
@github-actions
Copy link
Contributor

Deploy Preview

Deploy path: /home/runner/work/blog/blog/public
Functions path: /home/runner/work/blog/blog/functions/src
Configuration path: /home/runner/work/blog/blog/netlify.toml
Deploying to draft URL...

Logs: https://app.netlify.com/sites/pensive-lamport-5822d2/deploys/63ad9322bb428726fa27bbbe
Website Draft URL: https://63ad9322bb428726fa27bbbe--pensive-lamport-5822d2.netlify.app

If everything looks good on your draft URL, deploy it to your main site URL with the --prod flag.
netlify deploy --prod

@github-actions
Copy link
Contributor

Storybook Preview

Deploy path: /home/runner/work/blog/blog/storybook-static
Functions path: /home/runner/work/blog/blog/functions/src
Configuration path: /home/runner/work/blog/blog/netlify.toml
Deploying to draft URL...

Logs: https://app.netlify.com/sites/blog-storybook/deploys/63ad939bb5f07d2a426f083c
Website Draft URL: https://63ad939bb5f07d2a426f083c--blog-storybook.netlify.app

If everything looks good on your draft URL, deploy it to your main site URL with the --prod flag.
netlify deploy --prod

@github-actions
Copy link
Contributor

Lighthouse Score

Desktop

performance: 90
accessibility: 100
best-practices: 92
seo: 92
pwa: 100

Mobile

performance: 56.00000000000001
accessibility: 100
best-practices: 83
seo: 93
pwa: 100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants