Designing Secure Software

Designing Secure Software
Author: Loren Kohnfelder
Publisher: No Starch Press
Total Pages: 330
Release: 2021-12-21
Genre: Computers
ISBN: 1718501935

What every software professional should know about security. Designing Secure Software consolidates Loren Kohnfelder’s more than twenty years of experience into a concise, elegant guide to improving the security of technology products. Written for a wide range of software professionals, it emphasizes building security into software design early and involving the entire team in the process. The book begins with a discussion of core concepts like trust, threats, mitigation, secure design patterns, and cryptography. The second part, perhaps this book’s most unique and important contribution to the field, covers the process of designing and reviewing a software design with security considerations in mind. The final section details the most common coding flaws that create vulnerabilities, making copious use of code snippets written in C and Python to illustrate implementation vulnerabilities. You’ll learn how to: • Identify important assets, the attack surface, and the trust boundaries in a system • Evaluate the effectiveness of various threat mitigation candidates • Work with well-known secure coding patterns and libraries • Understand and prevent vulnerabilities like XSS and CSRF, memory flaws, and more • Use security testing to proactively identify vulnerabilities introduced into code • Review a software design for security flaws effectively and without judgment Kohnfelder’s career, spanning decades at Microsoft and Google, introduced numerous software security initiatives, including the co-creation of the STRIDE threat modeling framework used widely today. This book is a modern, pragmatic consolidation of his best practices, insights, and ideas about the future of software.

Indexing Books, Second Edition

Indexing Books, Second Edition
Author: Nancy C. Mulvany
Publisher: University of Chicago Press
Total Pages: 349
Release: 2009-11-15
Genre: Reference
ISBN: 0226550176

Since 1994, Nancy Mulvany's Indexing Books has been the gold standard for thousands of professional indexers, editors, and authors. This long-awaited second edition, expanded and completely updated, will be equally revered. Like its predecessor, this edition of Indexing Books offers comprehensive, reliable treatment of indexing principles and practices relevant to authors and indexers alike. In addition to practical advice, the book presents a big-picture perspective on the nature and purpose of indexes and their role in published works. New to this edition are discussions of "information overload" and the role of the index, open-system versus closed-system indexing, electronic submission and display of indexes, and trends in software development, among other topics. Mulvany is equally comfortable focusing on the nuts and bolts of indexing—how to determine what is indexable, how to decide the depth of an index, and how to work with publisher instructions—and broadly surveying important sources of indexing guidelines such as The Chicago Manual of Style, Sun Microsystems, Oxford University Press, NISO TR03, and ISO 999. Authors will appreciate Mulvany's in-depth consideration of the costs and benefits of preparing one's own index versus hiring a professional, while professional indexers will value Mulvany's insights into computer-aided indexing. Helpful appendixes include resources for indexers, a worksheet for general index specifications, and a bibliography of sources to consult for further information on a range of topics. Indexing Books is both a practical guide and a manifesto about the vital role of the human-crafted index in the Information Age. As the standard indexing reference, it belongs on the shelves of everyone involved in writing and publishing nonfiction books.

Software for Indexing

Software for Indexing
Author: Sandi Schroeder
Publisher: Information Today, Inc.
Total Pages: 300
Release: 2003
Genre: Language Arts & Disciplines
ISBN: 9781573871662

In this thorough inventory of software products used in indexing, professional indexers share their favorite features, tips, and techniques. As one would expect, the major dedicated indexing programs (Authex, CINDEX, MACREX, SKY Index, and wINDEX) are compared, but today's indexers are asked to do more than produce print indexes. They need tools to make indexes Web-compatible: HTML/Prep, HTML Indexer, and RoboHelp are covered. They have to embed indexing entries into originating documents: Framemaker, Microsoft Word, PageMaker, and Ixgen are covered. Voice recognition software is described, and a review of Sonar Bookends provides value for those contemplating automatic indexing. Here is an essential guide for indexers and technical writers desiring to maximize the efficiency of their day-to-day indexing and meet special project needs.

Managing Gigabytes

Managing Gigabytes
Author: Ian H. Witten
Publisher: Morgan Kaufmann
Total Pages: 572
Release: 1999-05-03
Genre: Business & Economics
ISBN: 9781558605701

"This book is the Bible for anyone who needs to manage large data collections. It's required reading for our search gurus at Infoseek. The authors have done an outstanding job of incorporating and describing the most significant new research in information retrieval over the past five years into this second edition." Steve Kirsch, Cofounder, Infoseek Corporation "The new edition of Witten, Moffat, and Bell not only has newer and better text search algorithms but much material on image analysis and joint image/text processing. If you care about search engines, you need this book: it is the only one with full details of how they work. The book is both detailed and enjoyable; the authors have combined elegant writing with top-grade programming." Michael Lesk, National Science Foundation "The coverage of compression, file organizations, and indexing techniques for full text and document management systems is unsurpassed. Students, researchers, and practitioners will all benefit from reading this book." Bruce Croft, Director, Center for Intelligent Information Retrieval at the University of Massachusetts In this fully updated second edition of the highly acclaimed Managing Gigabytes, authors Witten, Moffat, and Bell continue to provide unparalleled coverage of state-of-the-art techniques for compressing and indexing data. Whatever your field, if you work with large quantities of information, this book is essential reading--an authoritative theoretical resource and a practical guide to meeting the toughest storage and access challenges. It covers the latest developments in compression and indexing and their application on the Web and in digital libraries. It also details dozens of powerful techniques supported by mg, the authors' own system for compressing, storing, and retrieving text, images, and textual images. mg's source code is freely available on the Web.

Writing Without Bullshit

Writing Without Bullshit
Author: Josh Bernoff
Publisher: HarperCollins
Total Pages: 216
Release: 2016-09-13
Genre: Business & Economics
ISBN: 006247717X

Joining the ranks of classics like The Elements of Style and On Writing Well, Writing Without Bullshit helps professionals get to the point to get ahead. It’s time for Writing Without Bullshit. Writing Without Bullshit is the first comprehensive guide to writing for today’s world: a noisy environment where everyone reads what you write on a screen. The average news story now gets only 36 seconds of attention. Unless you change how you write, your emails, reports, and Web copy don’t stand a chance. In this practical and witty book, you’ll learn to front-load your writing with pithy titles, subject lines, and opening sentences. You’ll acquire the courage and skill to purge weak and meaningless jargon, wimpy passive voice, and cowardly weasel words. And you’ll get used to writing directly to the reader to make every word count. At the center of it all is the Iron Imperative: treat the reader’s time as more valuable than your own. Embrace that, and your customers, your boss, and your colleagues will recognize the power and boldness of your thinking. Transcend the fear that makes your writing weak. Plan and execute writing projects with confidence. Manage edits and reviews flawlessly. And master every modern format from emails and social media to reports and press releases. Stop writing to fit in. Start writing to stand out. Boost your career by writing without bullshit.

Software Build Systems

Software Build Systems
Author: Peter Smith PhD
Publisher: Pearson Education
Total Pages: 647
Release: 2011-03-11
Genre: Computers
ISBN: 0132171937

“This book represents a thorough and extensive treatment of the software build process including the choices, benefits, and challenges of a well designed build process. I recommend it not only to all software build engineers but to all software developers since a well designed build process is key to an effective software development process.” —Kevin Bodie, Director Software Development, Pitney Bowes Inc. “An excellent and detailed explanation of build systems, an important but often overlooked part of software development projects. The discussion of productivity as related to build systems is, alone, well worth the time spent reading this book.” —John M. Pantone, Objectech Corporation, VP, IT Educator and Course Developer “Peter Smith provides an interesting and accessible look into the world of software build systems, distilling years of experience and covering virtually every type of tool in the build engineer’s toolbox. Well organized, well written, and very thorough; I would recommend this book to anyone with a build system under their responsibility.” —Jeff Overbey, Project Co-Lead, Photran “Software Build Systems teaches how to think about building software. It surveys the tools and techniques for building software products and the ways things go wrong. This book will appeal to those new to build systems as well as experienced build system engineers.” —Monte Davidoff, Software Development Consultant, Alluvial Software, Inc. Inadequate build systems can dramatically impact developer productivity. Bad dependencies, false compile errors, failed software images, slow compilation, and time-wasting manual processes are just some of the byproducts of a subpar build system. In Software Build Systems, software productivity expert Peter Smith shows you how to implement build systems that overcome all these problems, so you can deliver reliable software more rapidly, at lower cost. Smith explains the core principles underlying highly efficient build systems, surveying both system features and usage scenarios. Next, he encapsulates years of experience in creating and maintaining diverse build systems–helping you make well-informed choices about tools and practices, and avoid common traps and pitfalls. Throughout, he shares a wide range of practical examples and lessons from multiple environments, including Java, C++, C, and C#. Coverage includes • Mastering build system concepts, including source trees, build tools, and compilation tools • Comparing five leading build tools: GNU Make, Ant, SCons, CMake, and the Eclipse IDE’s integrated build features • Ensuring accurate dependency checking and efficient incremental compilation • Using metadata to assist debugging, profiling, and source code documentation • Packaging software for installation on your target machine • Best practices for managing complex version-control systems, build machines, and compilation tools If you’re a developer, this book will illuminate the issues involved in building and maintaining the build system that’s best for your team. If you’re a manager, you’ll discover how to evaluate your team’s build system and improve its effectiveness. And if you’re a build “guru,” you’ll learn how to optimize the performance and scalability of your build system, no matter how demanding your requirements are.

Quality Code

Quality Code
Author: Stephen Vance
Publisher: Pearson Education
Total Pages: 256
Release: 2013
Genre: Computers
ISBN: 0321832981

Explains the importance of the test-driven environment in assuring quality while developing software, introducing patterns, principles, and techniques for testing any software system.

Index, A History of the

Index, A History of the
Author: Dennis Duncan
Publisher: National Geographic Books
Total Pages: 0
Release: 2023-02-28
Genre: History
ISBN: 1324050519

A New York Times Editors' Choice Book Named a Most Anticipated Book of 2022 by Literary Hub and Goodreads A playful history of the humble index and its outsized effect on our reading lives. Most of us give little thought to the back of the book—it’s just where you go to look things up. But as Dennis Duncan reveals in this delightful and witty history, hiding in plain sight is an unlikely realm of ambition and obsession, sparring and politicking, pleasure and play. In the pages of the index, we might find Butchers, to be avoided, or Cows that sh-te Fire, or even catch Calvin in his chamber with a Nonne. Here, for the first time, is the secret world of the index: an unsung but extraordinary everyday tool, with an illustrious but little-known past. Charting its curious path from the monasteries and universities of thirteenth-century Europe to Silicon Valley in the twenty-first, Duncan uncovers how it has saved heretics from the stake, kept politicians from high office, and made us all into the readers we are today. We follow it through German print shops and Enlightenment coffee houses, novelists’ living rooms and university laboratories, encountering emperors and popes, philosophers and prime ministers, poets, librarians and—of course—indexers along the way. Revealing its vast role in our evolving literary and intellectual culture, Duncan shows that, for all our anxieties about the Age of Search, we are all index-rakers at heart—and we have been for eight hundred years.

Freewriting for Travel Writers

Freewriting for Travel Writers
Author: Jay Artale
Publisher:
Total Pages:
Release: 2017-06
Genre:
ISBN: 9781944370015

As travel writers we need to continually strive to create engaging content, and this book shows you how to use freewriting to elevate your travel writing from one-dimensional to attention-grabbing.