Giter Club home page Giter Club logo

aquaint-backend's People

Contributors

abcd4321 avatar austinvaday avatar inityx avatar maxwyb avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

aquaint-backend's Issues

Object-orient Crawler

Make crawler.py operate like a class instead of a module.

Change globals to member variables, functions to methods,

import crawler
crawler.crawl()

to

from crawler import Crawler
crawler = Crawler()
crawler.crawl()

Mock-API : follow failure

Mock-API follow request will always fail. Log info:

START RequestId: 85f0496f-9578-11e6-8909-278cad707127 Version: $LATEST
not enough arguments for format string: TypeError
Traceback (most recent call last):
  File "/var/task/mock_api.py", line 142, in handler
    result = delegate(event, sql)
  File "/var/task/mock_api.py", line 58, in follow
    return sql_cd(sql, query)
  File "/var/task/mock_api.py", line 11, in sql_cd
    count = cursor.execute(query, inserts)
  File "/var/task/pymysql/cursors.py", line 164, in execute
    query = self.mogrify(query, args)
  File "/var/task/pymysql/cursors.py", line 143, in mogrify
    query = query % self._escape_args(args, conn)
TypeError: not enough arguments for format string

END RequestId: 85f0496f-9578-11e6-8909-278cad707127
REPORT RequestId: 85f0496f-9578-11e6-8909-278cad707127  Duration: 12.46 ms  Billed Duration: 100 ms 

Mock API SQL injection vulnerability

The current implementation of the Mock API uses string interpolation rather than query parameterization, making the system extremely vulnerable to SQL injection.

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.