Dataflow Pointcut for Integrity Concerns (bibtex)
by Kazunori Kawauchi and Hidehiko Masuhara
Abstract:
Some security concerns, such as secrecy and integrity, are sensitive to flow of information in a program execution. We proposed a new pointcut to aspect-oriented programming (AOP) languages in order to easily implement such security concerns as aspects. The pointcut identifies join points based on the origins of values, and can be used with the other kinds of pointcuts in existing AOP languages. This paper presents an example how the pointcut can be applied to an integrity concern in a web-application.
Reference:
Dataflow Pointcut for Integrity Concerns (Kazunori Kawauchi and Hidehiko Masuhara), In Proceedings of AOSD Technology for Application-level Security (AOSDSEC'04), 2004.
Bibtex Entry:
@inproceedings{kawauchi2004aosdsec,
  author = {Kazunori Kawauchi and Hidehiko Masuhara},
  title = {Dataflow Pointcut for Integrity Concerns},
  pdf = {aosdsec2004.pdf},
  booktitle = {Proceedings of AOSD Technology for Application-level Security (AOSDSEC'04)},
  year = 2004,
  address = {Lancaster, UK},
  month = mar,
  url = {https://web.archive.org/web/20050906081308/http://www.aosd.net:80/workshops/aosdsec/2004/},
  keywords = {AspectJ, dflow},
  abstract = {Some security concerns, such as secrecy and integrity, are sensitive to flow of information in a program execution. We proposed a new pointcut to aspect-oriented programming (AOP) languages in order to easily implement such security concerns as aspects. The pointcut identifies join points based on the origins of values, and can be used with the other kinds of pointcuts in existing AOP languages. This paper presents an example how the pointcut can be applied to an integrity concern in a web-application.}
}
Powered by bibtexbrowser