We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
we should validate for user input. naz has two places where it can get data from the outside(ie from app developers)
naz
naz/naz/client.py
Lines 1108 to 1111 in 14fe3be
Lines 1523 to 1525 in 14fe3be
So we know for example that according to the spec, a source_addr should be a str of maximum 21 octets/bytes;
source_addr
str
Line 1133 in 14fe3be
Note; naz can also get data from SMSC, but for now we will treat an SMSC as a trusted party.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
we should validate for user input.
naz
has two places where it can get data from the outside(ie from app developers)naz/naz/client.py
Lines 1108 to 1111 in 14fe3be
naz/naz/client.py
Lines 1523 to 1525 in 14fe3be
So we know for example that according to the spec, a
source_addr
should be astr
of maximum 21 octets/bytes;naz/naz/client.py
Line 1133 in 14fe3be
We should validate for that
Note;
naz
can also get data from SMSC, but for now we will treat an SMSC as a trusted party.The text was updated successfully, but these errors were encountered: