Skip to content

Commit

Permalink
Add branches to latest assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyaray committed Jun 7, 2016
1 parent 4b80229 commit 7286924
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions descriptions/j_distributed_security.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Our last security tasks of the semester is to help our API trust our client Application, and to ask the user's browser to help prevent cross-site scripting and code injection.

Relevant code branches for App and API:
- App: [8-xss_protection](https://github.com/ISS-Security/configshare-app/tree/8-xss_protection)
- API: [8-authorize_client_app](https://github.com/ISS-Security/configshare/tree/8-authorize_client_app)

1. Signed Client - API Routes that cannot have an auth_token must only accept signed requests
- Examples of routes in the demonstration Config-Share API:
- `POST '/api/v1/accounts`
Expand Down

0 comments on commit 7286924

Please sign in to comment.