🦞🌯 Lobster Roll

Thread

Javascript Destructing and Untrusted Data (petecorey.com)

Stories related to "Javascript Destructing and Untrusted Data" across the full archive.

Javascript Destructing and Untrusted Data (petecorey.com)
Daff - diff tabular data in javascript (paulfitz.github.io)
Lovefield: a JavaScript relational database (google.github.io)
JavaScript for Data Science (js4ds.org)
Stuffing Javascript into DNS names (skullsecurity.org)
DRYing up your JavaScript Jasmine tests with the data provider pattern - JP's blog (blog.jphpsf.com)
A quick tip where I show a technique to eliminate redundancy Jasmine tests.
Algebraic data types for JavaScript (github.com)
Manage App Engine Datastore from Node.js programs (github.com)
facebook/immutable-js – Immutable Data Collections for Javascript (github.com)
Transducers.js: A JavaScript Library for Transformation of Data (jlongster.com)
Jailed 0.2 now runs untrusted code inside a web-worker inside a sandboxed iframe (github.com)
Rowhammer.js: A Remote Software-Induced Fault Attack in JavaScript (arxiv.org)
Backdooring your JavaScript using minifier bugs (zyan.scripts.mit.edu)
Immutable Data Structures and JavaScript (jlongster.com)
Build a Data Mining Automation Bot Using Node.js & Your Browser (franciskim.co)
Postgres transaction library for Javascript (github.com)
The ORM we use didn't support transactions so I wrote this! Hope it's useful.
Hacking the JavaScript Lottery (medium.com)
Local network scanner in javascript (blog.skylined.nl)
osm-p2p: A peer-to-peer OpenStreetMap database (digital-democracy.org)
osm-p2p is a decentralized peer-to-peer database for storing and editing OpenStreetMap nodes, ways, and relations. It includes a node.js server that implements the core functionality of the OSM API, or it can be used completely in the browser using IndexedDB for persistent storage.
noms: a decentralized database based on ideas from Git (github.com)
[tor-talk] Javascript exploit (lists.torproject.org)
Scary shit (if you're on Windows, which is already scary in its own right)
ADsafe - Making JavaScript Safe for Advertising (adsafe.org)
Many claim they don't run ads due to security risk. This is one of CompSci's interesting approaches to reducing it. Worth review for weaknesses or experiments on usability.
Falcor - A JavaScript library for efficient data fetching (netflix.github.io)
New ASLR-busting JavaScript is about to make drive-by exploits much nastier (arstechnica.com)
Windows; unsandboxed highly privileged JavaScript interpreter is used to evaluate untrusted code (bugs.chromium.org)
Number strings numerical sorting with multi-model database ArangoDB (arangodb.com)
A reactive Database for Progressive Web Apps and more (github.com)
52% of all JavaScript npm packages could have been hacked via weak credentials (bleepingcomputer.com)
Geocoding Paradise Papers Addresses In Neo4j To Build Interactive Geographical Data Visualizations (lyonwj.com)
Embed initial data as a JSON snippet in a JavaScript widget?
I am developing a JavaScript widget. As an example, let's say the widget displays a list of posts published by a given customer. The usual approach is something like this: <div id="myposts-widget" data-customer-id="42">Loading...</div> <script src="https://www.myposts.com/widget.js"><...