Giter Site home page Giter Site logo

aerine's People

Contributors

davedx avatar

Watchers

 avatar

aerine's Issues

Documentation

Write some basic documentation to accompany the demo project.

Protection from DOS by query overload

Aerine clients can include arbitrary numbers of query references, potentially triggering selects against every database table in one request cycle. We should add some sensible default limits to this.

XSRF protection

Investigate if we are vulnerable to XSRF, and if so, implement a mechanism to protect against it (tokens?)

Unit tests

Add some unit tests of the more critical areas.

XSS protection

The framework should support some form of XSS protection.

Convert transport to REST with extensions

Currently we're using a custom text-based protocol to communicate between the client and server.

This should be ported to a REST based protocol following these requirements:

  • A standard REST client should be able to perform basic read operations just using URIs
  • A standard REST client should be able to perform basic update (create, update, delete) operations
  • An Aerine-aware client should be able to perform advanced operations such as adding query references to select subsets of data types

Attribute read protection

Ensure read: false is respected (for e.g. user password, token fields) across entire framework, not only in addAllReadableProperties.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.