Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bstrlib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
libraries
bstrlib
Commits
e8d674ee8535
Commit
e8d674ee8535
authored
9 years ago
by
websnarf
Browse files
Options
Downloads
Patches
Plain Diff
Remove disclaimer about 2s complement. Update other language.
parent
30e59be161cd
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
security.txt
+6
-11
6 additions, 11 deletions
security.txt
with
6 additions
and
11 deletions
security.txt
+
6
−
11
View file @
e8d674ee
...
...
@@ -28,10 +28,10 @@
Like any software, there is always a possibility of failure due to a flawed
implementation. Nevertheless a good faith effort has been made to minimize
such flaws in Bstrlib.
Also, u
se of Bstrlib by itself will not make an
application
secure or free from implementation failures
. H
owever, it is the
author's
conviction that use of Bstrlib can greatly facilitate the creation
of
software meeting the highest possible standards of security.
such flaws in Bstrlib.
U
se of Bstrlib by itself will not make an
application
secure or free from implementation failures
, h
owever, it is the
author's
conviction that use of Bstrlib can greatly facilitate the creation
of
software meeting the highest possible standards of security.
Part of the reason why this document has been created, is for the purpose of
security auditing, or the creation of further "Statements on Security" for
...
...
@@ -81,11 +81,6 @@
for it, again, the result is aborted without changing the prior state of the
strings.
These behaviors rely on the use of 2s complement by the underlying machine
architecture. It is unknown if these properties hold on machines that do
not represent integers as 2s complement. It is recommended that Bstrlib be
carefully auditted by anyone using a system which is not 2s complement based.
3. Constant string protection
Bstrlib implements runtime enforced constant and read-only string semantics.
...
...
@@ -217,6 +212,6 @@
13. Data attributes
There is no support for a Perl-like "taint" attribute,
however, an example of
how to do th
is using C++'s type system
is given as an example
.
There is no support for a Perl-like "taint" attribute,
although this is a
fairly straightforward exerc
is
e
using C++'s type system.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment