Issues (56)

Security Analysis    no request data  

This project does not seem to handle request data directly as such no vulnerable execution paths were found.

  Cross-Site Scripting
Cross-Site Scripting enables an attacker to inject code into the response of a web-request that is viewed by other users. It can for example be used to bypass access controls, or even to take over other users' accounts.
  File Exposure
File Exposure allows an attacker to gain access to local files that he should not be able to access. These files can for example include database credentials, or other configuration files.
  File Manipulation
File Manipulation enables an attacker to write custom data to files. This potentially leads to injection of arbitrary code on the server.
  Object Injection
Object Injection enables an attacker to inject an object into PHP code, and can lead to arbitrary code execution, file exposure, or file manipulation attacks.
  Code Injection
Code Injection enables an attacker to execute arbitrary code on the server.
  Response Splitting
Response Splitting can be used to send arbitrary responses.
  File Inclusion
File Inclusion enables an attacker to inject custom files into PHP's file loading mechanism, either explicitly passed to include, or for example via PHP's auto-loading mechanism.
  Command Injection
Command Injection enables an attacker to inject a shell command that is execute with the privileges of the web-server. This can be used to expose sensitive data, or gain access of your server.
  SQL Injection
SQL Injection enables an attacker to execute arbitrary SQL code on your database server gaining access to user data, or manipulating user data.
  XPath Injection
XPath Injection enables an attacker to modify the parts of XML document that are read. If that XML document is for example used for authentication, this can lead to further vulnerabilities similar to SQL Injection.
  LDAP Injection
LDAP Injection enables an attacker to inject LDAP statements potentially granting permission to run unauthorized queries, or modify content inside the LDAP tree.
  Header Injection
  Other Vulnerability
This category comprises other attack vectors such as manipulating the PHP runtime, loading custom extensions, freezing the runtime, or similar.
  Regex Injection
Regex Injection enables an attacker to execute arbitrary code in your PHP process.
  XML Injection
XML Injection enables an attacker to read files on your local filesystem including configuration files, or can be abused to freeze your web-server process.
  Variable Injection
Variable Injection enables an attacker to overwrite program variables with custom data, and can lead to further vulnerabilities.
Unfortunately, the security analysis is currently not available for your project. If you are a non-commercial open-source project, please contact support to gain access.

src/index.js (56 issues)

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
export { Badge } from './components/badge';
0 ignored issues
show
The variable Badge seems to be never declared. If this is a global, consider adding a /** global: Badge */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
2
export { Breadcrumbs, BreadcrumbItem } from './components/breadcrumbs';
0 ignored issues
show
The variable Breadcrumbs seems to be never declared. If this is a global, consider adding a /** global: Breadcrumbs */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable BreadcrumbItem seems to be never declared. If this is a global, consider adding a /** global: BreadcrumbItem */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
3
export { Button, Link } from './components/button';
0 ignored issues
show
The variable Button seems to be never declared. If this is a global, consider adding a /** global: Button */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable Link seems to be never declared. If this is a global, consider adding a /** global: Link */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
4
export { ButtonGroup } from './components/button-group';
0 ignored issues
show
The variable ButtonGroup seems to be never declared. If this is a global, consider adding a /** global: ButtonGroup */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
5
export { Callout } from './components/callout';
0 ignored issues
show
The variable Callout seems to be never declared. If this is a global, consider adding a /** global: Callout */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
6
export { CloseButton } from './components/close-button';
0 ignored issues
show
The variable CloseButton seems to be never declared. If this is a global, consider adding a /** global: CloseButton */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
7
export { Reveal } from './components/reveal';
0 ignored issues
show
The variable Reveal seems to be never declared. If this is a global, consider adding a /** global: Reveal */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
8
export { FlexVideo } from './components/flex-video';
0 ignored issues
show
The variable FlexVideo seems to be never declared. If this is a global, consider adding a /** global: FlexVideo */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
9
export { Row, Column } from './components/grid';
0 ignored issues
show
The variable Row seems to be never declared. If this is a global, consider adding a /** global: Row */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable Column seems to be never declared. If this is a global, consider adding a /** global: Column */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
10
export { Block, Inline } from './components/element';
0 ignored issues
show
The variable Inline seems to be never declared. If this is a global, consider adding a /** global: Inline */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable Block seems to be never declared. If this is a global, consider adding a /** global: Block */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
11
export { Icon } from './components/icon';
0 ignored issues
show
The variable Icon seems to be never declared. If this is a global, consider adding a /** global: Icon */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
12
export { Label } from './components/label';
0 ignored issues
show
The variable Label seems to be never declared. If this is a global, consider adding a /** global: Label */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
13
export { MediaObject, MediaObjectSection } from './components/media-object';
0 ignored issues
show
The variable MediaObject seems to be never declared. If this is a global, consider adding a /** global: MediaObject */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable MediaObjectSection seems to be never declared. If this is a global, consider adding a /** global: MediaObjectSection */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
14
export { Menu, MenuItem, MenuText } from './components/menu';
0 ignored issues
show
The variable MenuItem seems to be never declared. If this is a global, consider adding a /** global: MenuItem */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable Menu seems to be never declared. If this is a global, consider adding a /** global: Menu */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable MenuText seems to be never declared. If this is a global, consider adding a /** global: MenuText */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
15
export { Pagination, PaginationItem, PaginationPrevious, PaginationNext, PaginationEllipsis } from './components/pagination';
0 ignored issues
show
The variable PaginationItem seems to be never declared. If this is a global, consider adding a /** global: PaginationItem */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable Pagination seems to be never declared. If this is a global, consider adding a /** global: Pagination */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable PaginationNext seems to be never declared. If this is a global, consider adding a /** global: PaginationNext */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable PaginationEllipsis seems to be never declared. If this is a global, consider adding a /** global: PaginationEllipsis */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable PaginationPrevious seems to be never declared. If this is a global, consider adding a /** global: PaginationPrevious */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
16
export { Progress, ProgressMeter, ProgressMeterWithText, ProgressMeterText, NativeProgress } from './components/progress-bar';
0 ignored issues
show
The variable ProgressMeter seems to be never declared. If this is a global, consider adding a /** global: ProgressMeter */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable ProgressMeterWithText seems to be never declared. If this is a global, consider adding a /** global: ProgressMeterWithText */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable NativeProgress seems to be never declared. If this is a global, consider adding a /** global: NativeProgress */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable Progress seems to be never declared. If this is a global, consider adding a /** global: Progress */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable ProgressMeterText seems to be never declared. If this is a global, consider adding a /** global: ProgressMeterText */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
17
export { ResponsiveNavigation, TitleBar, MenuIcon, TitleBarTitle } from './components/responsive';
0 ignored issues
show
The variable TitleBarTitle seems to be never declared. If this is a global, consider adding a /** global: TitleBarTitle */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable MenuIcon seems to be never declared. If this is a global, consider adding a /** global: MenuIcon */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable TitleBar seems to be never declared. If this is a global, consider adding a /** global: TitleBar */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable ResponsiveNavigation seems to be never declared. If this is a global, consider adding a /** global: ResponsiveNavigation */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
18
export { Switch, SwitchInput, SwitchPaddle, SwitchActive, SwitchInactive } from './components/switch';
0 ignored issues
show
The variable SwitchPaddle seems to be never declared. If this is a global, consider adding a /** global: SwitchPaddle */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable SwitchInput seems to be never declared. If this is a global, consider adding a /** global: SwitchInput */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable Switch seems to be never declared. If this is a global, consider adding a /** global: Switch */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable SwitchInactive seems to be never declared. If this is a global, consider adding a /** global: SwitchInactive */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable SwitchActive seems to be never declared. If this is a global, consider adding a /** global: SwitchActive */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
19
export { Thumbnail, ThumbnailLink } from './components/thumbnail';
0 ignored issues
show
The variable ThumbnailLink seems to be never declared. If this is a global, consider adding a /** global: ThumbnailLink */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable Thumbnail seems to be never declared. If this is a global, consider adding a /** global: Thumbnail */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
20
export { Tabs, TabItem, TabsContent, TabPanel } from './components/tabs';
0 ignored issues
show
The variable Tabs seems to be never declared. If this is a global, consider adding a /** global: Tabs */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable TabPanel seems to be never declared. If this is a global, consider adding a /** global: TabPanel */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable TabItem seems to be never declared. If this is a global, consider adding a /** global: TabItem */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable TabsContent seems to be never declared. If this is a global, consider adding a /** global: TabsContent */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
21
export { TopBar, TopBarTitle, TopBarLeft, TopBarRight } from './components/top-bar';
0 ignored issues
show
The variable TopBar seems to be never declared. If this is a global, consider adding a /** global: TopBar */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable TopBarLeft seems to be never declared. If this is a global, consider adding a /** global: TopBarLeft */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable TopBarTitle seems to be never declared. If this is a global, consider adding a /** global: TopBarTitle */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable TopBarRight seems to be never declared. If this is a global, consider adding a /** global: TopBarRight */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
22
export { Breakpoints, Colors, Sizes, Alignments, FloatTypes, InputTypes } from './enums';
0 ignored issues
show
The variable Colors seems to be never declared. If this is a global, consider adding a /** global: Colors */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable Breakpoints seems to be never declared. If this is a global, consider adding a /** global: Breakpoints */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable Sizes seems to be never declared. If this is a global, consider adding a /** global: Sizes */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable Alignments seems to be never declared. If this is a global, consider adding a /** global: Alignments */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable InputTypes seems to be never declared. If this is a global, consider adding a /** global: InputTypes */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
The variable FloatTypes seems to be never declared. If this is a global, consider adding a /** global: FloatTypes */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
23