
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
:toc: macro :toc-title:
toc::[] = SWS UI image:https://coveralls.io/repos/github/swift-sunshine/swsui/badge.svg?branch=master[Coverage Status, link=https://coveralls.io/github/swift-sunshine/swsui?branch=master]
== Introduction
A UI for the Swift-Sunshine Istio Observability Project
== Technologies
A new browser window should automatically open.
But, if it doesn't then use:
http://localhost:3000
This launches a development environment that instantly reloads any changes to the browser for rapid development.
== Developing
When developing, is usual to run this application outside of https://github.com/swift-sunshine/swscore[swscore].
package.json with the url of the swscore.
[source, json]npm start and try it!
[source, bash]$ curl -u jdoe:password http://localhost:3000/api Namespaces: [default istio-system kube-public kube-system myproject openshift openshift-infra openshift-node]
Namespace: default Services [docker-registry kubernetes router]
WARNING: The proxy will only serve requests without the text/html accept header, using the browser directly won't work.
== Production Builds
Use npm run build which will bundle the build artifacts using webpack into the build directory.
== Directory Structure
src : Source and test codesrc/assets : Images and other assetssrc/components : Stateless components (pure functions)src/pages : Top level pages and nested componentsstories: Storybook filesbuild: Production build outputpublic: home of index.html== Styling
PatternFly is the main UI components framework. It defines style based on SASS preprocessor.
All Patternfly build assets are copied to src. The App.scss file will include all PatternFly Sass along with
PatternFly React Sass extensions. Once Sass compiles, the resulting CSS can be found in src/css/App.css.
Note:
Only static assets which are import 'ed into your application will be included in your resulting build output.
== General
This project was bootstrapped with https://github.com/facebookincubator/create-react-app[create-react-app]
== License and Copyright See the link:./LICENSE[LICENSE file].
FAQs
React UI for [Kiali](https://github.com/kiali/swscore).
The npm package swsui receives a total of 0 weekly downloads. As such, swsui popularity was classified as not popular.
We found that swsui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.