Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 37e1a48

Browse files
Merge pull request #84 from smitronin/feat/ui-docs-update
feat(ui): readme update
2 parents 65febde + 66ad6a0 commit 37e1a48

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

‎ui/README.md‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,19 @@ git tag ui/1.0.12
4343
git push origin ui/1.0.12
4444
```
4545

46+
## Vulnerability issues
47+
48+
### Packages issues
49+
Ways to resolve (ordered by preference):
50+
1. Update a package - try to looking for a newer package in npm, probably this vulnerability are already fixed.
51+
2. If vulnerability placed in a sub-package - try to replace it with [npm-force-resolutions](https://www.npmjs.com/package/npm-force-resolutions). Be careful using this way - it may break a project as in a build phase as at runtime. Recommended full e2e testing after replacing.
52+
3. Fork the package and put it locally in this repo.
53+
4. If you are sure this is a falsy vulnerability - try to ignore it using special commands for your SAST tool. **NOT RECOMMENDED**.
54+
55+
### Code issues
56+
Ways to resolve (ordered by preference):
57+
1. If the part of source code is written on `.js` try to rewrite it on `.ts` or `.tsx` - it will fix a lot of potential security issues.
58+
2. Follow the recommendations of your SAST tool - fix it manually or automatically.
59+
3. If you are sure this is a falsy vulnerability - try to ignore it using special commands for your SAST tool. **NOT RECOMMENDED**.
60+
4661
<!-- TODO: move this ^ to the main README.md and CONTRIBUTING.md -->

‎ui/cspell.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
"craco",
138138
"Formik",
139139
"healthz",
140+
"SAST",
140141
"rehype"
141142
]
142143
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /