Git Product home page Git Product logo

portalmirror's People

Contributors

elmozgo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

portalmirror's Issues

github insights security alert - jackson remote code execution

Remediation

Upgrade com.fasterxml.jackson.core:jackson-databind to version 2.8.11.1 or later. For example:

com.fasterxml.jackson.core jackson-databind [2.8.11.1,)

Always verify the validity and compatibility of suggestions with your codebase.
Details
CVE-2018-7489 More information
high severity
Vulnerable versions: < 2.8.11.1
Patched version: 2.8.11.1

FasterXML jackson-databind before 2.8.11.1 and 2.9.x before 2.9.5 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the c3p0 libraries are available in the classpath.
CVE-2017-7525 More information
high severity
Vulnerable versions: < 2.6.7.1
Patched version: 2.6.7.1

A deserialization flaw was discovered in the jackson-databind, versions before 2.6.7.1, 2.7.9.1 and 2.8.9, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper.

twitter library has to be rewritten

Twitter API doesn't work in the way that I thought it does in terms of getting all replies to a status. With the current implementation and recursive way to build the replies tree it is super quick to reach API calls limits.

I introduced caching in TwitterRepository of getRepliesToUser and it works but the code is very very bad way.

Instead of getting replies for each status, TwitterFeedFactory should retrieve all replies to the user, then top 20 statuses of the user and then having both sets build the feed tree.

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.