scispace - formally typeset
B

Bruce W. Weide

Researcher at Ohio State University

Publications -  100
Citations -  2760

Bruce W. Weide is an academic researcher from Ohio State University. The author has contributed to research in topics: Component-based software engineering & Software construction. The author has an hindex of 26, co-authored 100 publications receiving 2713 citations. Previous affiliations of Bruce W. Weide include Carnegie Mellon University & West Virginia University.

Papers
More filters
Proceedings ArticleDOI

Using parse tree validation to prevent SQL injection attacks

TL;DR: A technique to prevent this kind of manipulation and hence eliminate SQL injection vulnerabilities is described, based on comparing, at run time, the parse tree of the SQL statement before inclusion of user input with that resulting after inclusion of input.
Journal ArticleDOI

Optimal Expected-Time Algorithms for Closest Point Problems

TL;DR: Algorithms for solving a number of closest-point problems in k- space, including nearest neighbor searching, finding all nearest neighbors, and computing planar minimum spanning trees can be implemented to solve practical problems very efficiently.
Journal ArticleDOI

Copying and swapping: influences on the design of reusable software components

TL;DR: It is argued that a simple alternative to copying as a data movement primitive-swapping (exchanging) the values of two variables-has potentially significant advantages in the context of the design of generic reusable software components.