The fuzzy tale of an x/crypto vulnerabilityThe fuzzy tale of an x/crypto vulnerability Michael McLoughlin Gophercon 2019 Lightning Talks Uber Advanced Technologies Group 8,140 lines of amd64 assembly in crypto 10,474 lines of amd64 assembly assembly in golang.org/x/crypto Fuzzing Fuzzing is an automated testing technique for hardening safety-critical software Typically used where code must handle untrusted inputs or correctness is paramount: 0 } crypto/aes (GCM mode) crypto/elliptic (P256) crypto/sha1 crypto/sha256 crypto/sha512 x/crypto/chacha20poly1305 x/crypto/sha3 x/crypto/blake2b x/crypto/blake2s x/crypto/argon20 码力 | 74 页 | 2.99 MB | 1 年前3
Flask Documentation (1.1.x)sudo yum install python-virtualenv # Arch $ sudo pacman -S python-virtualenv If you are on Mac OS X or Windows, download get-pip.py [https://bootstrap.pypa.io/get- pip.py], then: $ sudo python2 Downloads/get-pip standard Python file object, but it also has a save() [https://werkzeug.palletsprojects.com/en/2.0.x/datastructures/#werkzeug.datastructures.FileStorage.save] method that allows you to store that file uploaded to your application, you can access the filename [https://werkzeug.palletsprojects.com/en/2.0.x/datastructures/#werkzeug.datastructures.FileStorage.filename] attribute. However please keep in mind0 码力 | 428 页 | 895.98 KB | 1 年前3
CakePHP Cookbook 2.xrelease of 2.0 You can also clone the repository using git [https://git-scm.com/]: git clone -b 2.x git://github.com/cakephp/cakephp.git Regardless of how you downloaded it, place the code inside of require PDO. You should make sure you have the correct PDO extensions installed. Warning CakePHP 2.x is end-of-life and in maintenance mode (critical bugfixes only). As such, functionality added in PHP from GitHub by cloning the GitHub [https://github.com/cakephp/cakephp] repository: git clone -b 2.x git://github.com/cakephp/cakephp.git Permissions CakePHP uses the app/tmp directory for a number of0 码力 | 1096 页 | 958.62 KB | 1 年前3
CakePHP Cookbook 2.xCakePHP Cookbook Documentation Release 2.x Cake Software Foundation Sep 10, 2023 Contents 1 Getting Started 1 Blog Tutorial . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . the better: but fear not if you’re a procedural fan. 1 CakePHP Cookbook Documentation, Release 2.x 4. Finally, you’ll need a basic knowledge of the MVC programming pattern. A quick overview can be found and download the latest release of 2.0 You can also clone the repository using git4: git clone -b 2.x git://github.com/cakephp/cakephp.git Regardless of how you downloaded it, place the code inside of0 码力 | 820 页 | 2.52 MB | 1 年前3
CakePHP Cookbook 3.xGeneration Add Edit Action Create Edit Template Update Validation Rules for Articles Add Delete Action 3.x Migration Guide 3.10 Migration Guide 3.10 Migration Guide 3.9 Migration Guide 3.9 Migration Guide Constants Timing Definition Constants Chronos Debug Kit Migrations ElasticSearch Appendices 3.x Migration Guide 3.x Migration Guide Forwards Compatibility Shimming General Information CakePHP Development 5.0. 3.x Migration Guide Migration guides contain information regarding the new features introduced in each version and the migration path between 2.x and 3.x. If you are currently using 1.x you should0 码力 | 1244 页 | 1.05 MB | 1 年前3
CakePHP Cookbook 3.xCreating the Articles Controller . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 3 3.x Migration Guide 29 3.10 Migration Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 934 42 Chronos 935 43 Debug Kit 937 44 Migrations 939 45 ElasticSearch 941 46 Appendices 943 3.x Migration Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CHAPTER 3 3.x Migration Guide Migration guides contain information regarding the new features introduced in each version and the migration path between 2.x and 3.x. If you are currently using 1.x you should0 码力 | 967 页 | 2.80 MB | 1 年前3
CakePHP Cookbook 4.xNamespaces Creating a Child Constants & Functions Global Functions __d() __dn() __dx() __dxn() __n() __x() __xn() collection() debug() dd() pr() pj() env() h() pluginSplit() namespaceSplit() Core Definition TIME_START SECOND MINUTE HOUR DAY WEEK MONTH YEAR Chronos Debug Kit Migrations ElasticSearch Appendices 4.x Migration Guide 4.0 Migration Guide 4.1 Migration Guide 4.2 Migration Guide 4.3 Migration Guide Fixture information regarding the new features introduced in each version and the migration path between 3.x and 4.x. 4.0 Upgrade Guide 4.0 Migration Guide 4.1 Migration Guide 4.2 Migration Guide 4.3 Migration Guide0 码力 | 1249 页 | 1.04 MB | 1 年前3
CakePHP Cookbook 4.xCakePHP Cookbook Documentation Release 4.x Cake Software Foundation Dec 07, 2023 Contents 1 CakePHP at a Glance 1 Conventions Over Configuration . . . . . . . . . . . . . . . . . . . . . . . . . 930 42 Chronos 931 43 Debug Kit 933 44 Migrations 935 45 ElasticSearch 937 46 Appendices 939 4.x Migration Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cake\ORM\Locator\LocatorAwareTrait; (continues on next page) 1 CakePHP Cookbook Documentation, Release 4.x (continued from previous page) $users = $this->getTableLocator()->get('Users'); $resultset = $users->find()->all();0 码力 | 967 页 | 2.88 MB | 1 年前3
Flask Documentation (1.1.x)Flask Documentation (1.1.x) Release 1.1.4 Pallets Feb 21, 2022 CONTENTS 1 User’s Guide 3 1.1 Foreword . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 276 i Python Module Index 279 Index 281 ii Flask Documentation (1.1.x), Release 1.1.4 Welcome to Flask’s documentation. Get started with Installation and then get an overview be found at: • Jinja documentation • Werkzeug documentation CONTENTS 1 Flask Documentation (1.1.x), Release 1.1.4 2 CONTENTS CHAPTER ONE USER’S GUIDE This part of the documentation, which is mostly0 码力 | 291 页 | 1.25 MB | 1 年前3
Django 4.1.x DocumentationPython is installed by typing python from your shell; you should see something like: Python 3.x.y [GCC 4.x] on linux Type "help", "copyright", "credits" or "license" for more information. >>> 14 Chapter >>> response.status_code 200 >>> response.content b'\n- \n \n
- Whatx27;s up? \n \n
0 码力 | 2777 页 | 9.32 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













