aboutsummaryrefslogtreecommitdiff
path: root/Security.md
Commit message (Collapse)AuthorAgeFilesLines
* rewrite URLs (http:// -> https://) (#1205)Romario Maxwell2018-05-041-1/+1
| | | | | | All the modified URLs were checked to see if they are available over HTTPS by opening a new tab in the browser, entering the URL in the address bar, changing http:// to https:// and then verifying if the resource displayed is the same over HTTP and HTTPS for each URL.
* Fix broken link to CAndC++.md (#1155)Joseph Richey2017-11-151-10/+10
| | | | | Both links to the CAndC++.md file are broken (when viewing the documents on github.com). This commit fixes the markdown links by escaping the "+" symbols.
* Fixup links to future features (#1157)Joseph Richey2017-11-151-3/+5
| | | | | | | | | | | | | | | | | | This link standardizes how all the other design pages will refer to future features (either in `FutureFeatures.md` or in a tracking issue). All links to these upcoming features now use references at the bottom of the doc page (as opposed to inline links or references). Note that this change makes it very easy for the doc links to be updated when a tracking issue is started. As all the references have a standard format; a simple find/replace script will get everything. This commit also makes sure that references now point to a tracking issue if one exists. Note that this means a future CL can now delete some of the unnecessary sections from `FutureFeatures.md`. The only visible change from this commit is that certain broken links are now fixed, or links pointing to a doc section now point to the correct tracking issue.
* fix typos linking to old AstSemantics.md (#1083)Seth Thompson2017-05-311-1/+1
|
* Discuss control-flow integrity in detail, including current fine-grained CFI ↵Dominic Chen2017-05-111-6/+61
| | | | implementation (#723)
* Merge PostMVP into FutureFeatures for clarity. (#845)Brad Nelson2016-10-301-1/+1
|
* Tagging future features with icon. (#839)Brad Nelson2016-10-271-1/+4
| | | Added brief item on multiple return.
* fix improperly spaced markdown blocks and typos (for formatting on website ↵Seth Thompson2016-10-261-0/+3
| | | | (#837)
* Structured stack (#813)titzer2016-10-111-6/+6
| | | | | | | | | | | | | | | | | | | | * Rename AstSemantics.md to Semantics.md * Rewrite Semantics for structured stack machine * Update control instructions * Update nop * More tweaks * Update README.md * Update Semantics.md * Update Semantics.md * Address @rossberg-chromium comments
* Provide overview of security model (#717)Dominic Chen2016-07-111-0/+122
This commit introduces a discussion of WebAssembly's security model for both users and developers, though primarily targeted at latter. Resolves #205.