gms icon indicating copy to clipboard operation
gms copied to clipboard

A boilerplate for a management system based on a Spring Boot application (server side) and Angular (client side)

Results 17 gms issues
Sort by recently updated
recently updated
newest added

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. Commits 8647803 6.5.3 856fe4d signature: prevent malleability and overflows See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=elliptic&package-manager=npm_and_yarn&previous-version=6.5.2&new-version=6.5.3)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

Bumps [npm-registry-fetch](https://github.com/npm/registry-fetch) from 4.0.3 to 4.0.5. Commits See full diff in compare view Maintainer changes This version was pushed to npm by claudiahdz, a new releaser for npm-registry-fetch since your...

dependencies

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

**Is your feature request related to a problem? Please describe.** In classes such as `PostgreSQLBAuthorizationDAO`, when querying the DB, the arguments for the entity field names are being hardcoded, i.e.:...

enhancement
server
investigation

**Is your feature request related to a problem? Please describe.** By default, all resources automatically managed by Spring when `org.springframework.boot:spring-boot-starter-hateoas` is present in the application are returned (on creation, for...

enhancement
server

**Describe the bug** Sensitive information stored in the local-storage [can be stolen by using an XSS attack](https://michael-coates.blogspot.com/2010/07/html5-local-storage-and-xss.html) **To Reproduce** - Follow attack demos in the linked source **Expected behavior** Do...

bug
client

**Describe the bug** The messages associated to their keys are not being resolved properly. **To Reproduce** 1. Make a `POST` request to the `login` endpoint with an incorrect credentialas 2....

bug
server

**Describe the bug** Check incompatiblity issues between @Data (from lombok) and @Entity from Hibernate **To Reproduce** - Needs investigation **Expected behavior** - No incompatibility issues.